We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e641ce commit 4be1e8fCopy full SHA for 4be1e8f
docs/config.js
@@ -1,6 +1,7 @@
1
const langs = [
2
{title: 'English', path: '/home', matchPath: /^\/(home|changelog)/},
3
- {title: 'Deutsch', path: '/de/', matchPath: /^\/de/}
+ {title: 'Deutsch', path: '/de/', matchPath: /^\/de/},
4
+ {title: '日本語', path: '/ja/', matchPath: /^\/ja/}
5
]
6
7
docute.init({
0 commit comments