Feat: Add old docs, begin adapting old docs to new format.
This commit is contained in:
@@ -10,21 +10,28 @@ export default defineConfig({
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
nav: [
|
||||
{ text: 'Home', link: '/' },
|
||||
{ text: 'Installation', link: '/intro-install' }
|
||||
{ text: 'Installation', link: '/Installing/intro-install' }
|
||||
],
|
||||
|
||||
sidebar: [
|
||||
{
|
||||
text: 'Installation',
|
||||
items: [
|
||||
{ text: 'Introduction', link: '/intro-install' },
|
||||
{ text: 'Entering RCM', link: '/entering-rcm' }
|
||||
{ text: 'Introduction', link: '/Installing/intro-install' },
|
||||
{ text: 'Entering RCM', link: '/Installing/entering-rcm' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Developing for Jibo',
|
||||
items: [
|
||||
{ text: 'For Developers..', link: '/intro-dev' }
|
||||
{ text: 'For Developers..', link: '/Developing/intro-dev' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'UART',
|
||||
items: [
|
||||
{ text: 'Validated memory adresses', link: '/uart/vectors/validatedmem' },
|
||||
{ text: 'Hardware and Tegra Exploitation', link: '/uart/vectors/hardexp' }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user