Skip to content

Commit 4be1e8f

Browse files
committed
✨ Add japanese docs to config
1 parent 3e641ce commit 4be1e8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const langs = [
22
{title: 'English', path: '/home', matchPath: /^\/(home|changelog)/},
3-
{title: 'Deutsch', path: '/de/', matchPath: /^\/de/}
3+
{title: 'Deutsch', path: '/de/', matchPath: /^\/de/},
4+
{title: '日本語', path: '/ja/', matchPath: /^\/ja/}
45
]
56

67
docute.init({

0 commit comments

Comments
 (0)