mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-04 20:03:04 +02:00
fix website.
This commit is contained in:
parent
89f4d25700
commit
ac25950db6
4 changed files with 4 additions and 242 deletions
|
@ -20,6 +20,7 @@ const config: Config = {
|
|||
// GitHub pages deployment config.
|
||||
organizationName: 'm1k1o',
|
||||
projectName: 'neko',
|
||||
trailingSlash: false,
|
||||
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
|
@ -73,11 +74,6 @@ const config: Config = {
|
|||
src: 'img/logo.png',
|
||||
},
|
||||
items: [
|
||||
{
|
||||
href: '/#features',
|
||||
label: 'Features',
|
||||
position: 'left',
|
||||
},
|
||||
{
|
||||
type: 'docSidebar',
|
||||
sidebarId: 'docsSidebar',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue