Skip to content
Merged

? #36

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const config = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
routeBasePath: '/',
editCurrentVersion: true,
showLastUpdateAuthor: true,
showLastUpdateTime: true,
editUrl:
'https://github.com/redstarmc/Wiki/blob/main'
},
Expand All @@ -66,6 +69,11 @@ const config = {
},
hideOnScroll: false,
items: [
// 搜索框
{
type: 'search',
position: 'right',
},
{
type: 'doc',
docId: 'intro',
Expand Down Expand Up @@ -93,11 +101,6 @@ const config = {
label: '日志',
docsPluginId: 'logs'
},
// 搜索框
{
type: 'search',
position: 'right',
},
{
href: 'https://github.com/redstarmc/Wiki',
label: 'GitHub',
Expand Down
Loading