mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
reorder nav
This commit is contained in:
parent
0fe2ee8dff
commit
48990ad910
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ export default defineConfig({
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
nav: [
|
nav: [
|
||||||
{ text: 'Home', link: '/' },
|
{ text: 'Learn', link: '/' },
|
||||||
|
{ text: 'API', link: '/api/jecs.md' },
|
||||||
{ text: 'Examples', link: '/markdown-examples' },
|
{ text: 'Examples', link: '/markdown-examples' },
|
||||||
{ text: 'API', link: '/api/jecs.md' }
|
|
||||||
],
|
],
|
||||||
|
|
||||||
sidebar: {
|
sidebar: {
|
||||||
|
|
Loading…
Reference in a new issue