Skip to content

Commit 4fa067f

Browse files
committed
feat: new pages from rebase
1 parent 33689a7 commit 4fa067f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

astro.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export default defineConfig({
322322
"misc/tools/start-script-gen",
323323
"misc/tools/item-command-converter",
324324
"misc/tools/minimessage-web-editor",
325+
"misc/tools/diff-viewer",
325326
],
326327
},
327328
],

src/content/docs/misc/tools/diff-viewer.mdx renamed to src/content/docs/misc/tools/diff-viewer.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
slug: /tools/diff-viewer
2+
title: Diff viewer
33
description: Multi-file rich diff viewer for GitHub and diff/patch files.
4+
slug: misc/tools/diff-viewer
45
---
56

6-
# Diff Viewer
7-
87
Multi-file rich diff viewer with support for GitHub commits, PRs, and comparisons, as well as
98
diff and patch files.
109
The GitHub diff viewer is a great tool for most uses cases, but it has a variety of limitations,

0 commit comments

Comments
 (0)