Skip to content

Commit 30b2b23

Browse files
committed
StatusPageEntry InfoPage ContactEntry LocalSearch TopBarClean
1 parent d8d0023 commit 30b2b23

5 files changed

Lines changed: 503 additions & 9 deletions

File tree

docusaurus.config.js

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import {themes as prismThemes} from 'prism-react-renderer';
1010

1111
/** @type {import('@docusaurus/types').Config} */
1212
const config = {
13+
plugins: ["@cmfcmf/docusaurus-search-local"],
14+
1315
title: 'WindySky Project',
1416
tagline: 'The project created by KSSJW',
1517
favicon: 'img/Profile.ico',
@@ -97,12 +99,7 @@ const config = {
9799
label: 'Docs',
98100
},
99101
{to: '/blog', label: 'Blog', position: 'left'},
100-
{to: '/info', label: 'Info', position: 'left'},
101-
{
102-
href: 'https://github.com/KSSJW/kssjw.github.io',
103-
label: 'GitHub',
104-
position: 'right',
105-
},
102+
{to: '/info', label: 'Info', position: 'left'}
106103
],
107104
},
108105
footer: {
@@ -137,8 +134,16 @@ const config = {
137134
title: 'Contact',
138135
items: [
139136
{
140-
label: 'Github',
137+
label: 'GitHub',
141138
href: 'https://github.com/KSSJW',
139+
},
140+
{
141+
label: 'Discord',
142+
href: '/get-discord',
143+
},
144+
{
145+
label: 'Bluesky',
146+
href: 'https://bsky.app/profile/kssjw.bsky.social',
142147
}
143148
],
144149
},
@@ -152,6 +157,10 @@ const config = {
152157
{
153158
label: 'Legacy Page',
154159
to: '/legacy',
160+
},
161+
{
162+
label: 'Status Page',
163+
href: 'https://status.windysky.top',
155164
}
156165
],
157166
},

0 commit comments

Comments
 (0)