Implement folder structure in file index and enhance document loading logic

This commit is contained in:
2025-01-29 12:21:52 +11:00
parent 4dab487d03
commit 661f9bb9c4
3 changed files with 162 additions and 43 deletions

View File

@@ -2,11 +2,19 @@
"documents": [
{
"title": "Welcome",
"path": "docs/index.md"
"path": "docs/index.md",
"slug": "welcome"
},
{
"title": "Blueprint Depth Trace",
"path": "docs/Blueprint Penetration Trace.md"
"title": "Unreal Engine",
"type": "folder",
"items": [
{
"title": "Blueprint Depth Trace",
"path": "docs/Blueprint Penetration Trace.md",
"slug": "blueprint-penetration-trace"
}
]
}
]
}