Feat: Add old docs, begin adapting old docs to new format.

This commit is contained in:
2026-05-05 18:38:52 -04:00
parent 728af95745
commit f135c7dda6
46 changed files with 38535 additions and 6 deletions

View File

@@ -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' }
]
},
{