mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-24 05:01:26 +03:00
docs: The sample pages have been removed
This commit is contained in:
parent
07439f7d71
commit
179a9207df
3 changed files with 1 additions and 35 deletions
|
@ -10,19 +10,7 @@ export default defineConfig({
|
|||
social: {
|
||||
github: 'https://github.com/redume/kekkai',
|
||||
},
|
||||
sidebar: [
|
||||
{
|
||||
label: 'Guides',
|
||||
items: [
|
||||
// Each item here is one entry in the navigation menu.
|
||||
{ label: 'Example Guide', slug: 'guides/example' },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'Reference',
|
||||
autogenerate: { directory: 'reference' },
|
||||
},
|
||||
],
|
||||
sidebar: [],
|
||||
}),
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue