1
0

newWebsite2.0

This commit is contained in:
Br0tcraft
2026-08-20 20:36:47 +02:00
parent 7020f970d8
commit 7d975feae4
100 changed files with 6774 additions and 3327 deletions

25
content/3ds/index.json Normal file
View File

@@ -0,0 +1,25 @@
{
"title": "3ds Homebrew Dev Notes",
"chapters": [
{
"title": "Introduction",
"file": "intro.md",
"id": "intro"
},
{
"title": "DevkitPro Setup",
"file": "devkitpro.md",
"id": "devkitpro"
},
{
"title": "Specs",
"children": [
{
"title": "RAM Allocation",
"file": "specs/ram-allocation.md",
"id": "ram-allocation"
}
]
}
]
}