Feat: Add RCM docs, and use markup warning

This commit is contained in:
2026-05-03 16:14:27 -04:00
parent 2220a2028e
commit 94ec37529f
5 changed files with 33 additions and 3 deletions

View File

@@ -26,6 +26,12 @@ export default defineConfig({
items: [
{ text: 'For Developers..', link: '/intro-dev' }
]
},
{
text: 'Other',
items: [
{ text: 'Connecting to WiFi', link: '/connect-to-wifi' }
]
}
],