Skip to content

Commit d00add7

Browse files
committed
Fixed translate site
1 parent d9ce344 commit d00add7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docusaurus.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ const config = {
104104
{to: '/blog', label: 'Blog', position: 'left'},
105105
{
106106
to: 'plugily/translate/',
107-
type: 'docSidebar',
108-
sidebarId: 'tutorials',
109-
position: 'left',
110107
label: 'Translate',
111108
position: 'left',
112109
},
@@ -119,6 +116,8 @@ const config = {
119116
to: 'plugily/tutorial/',
120117
label: 'Tutorial',
121118
position: 'left',
119+
type: 'docSidebar',
120+
sidebarId: 'tutorials',
122121
},
123122
{
124123
to: 'plugily/feedback/',

0 commit comments

Comments
 (0)