mirror of
https://github.com/litruv/Docs-Viewer.git
synced 2026-07-24 10:46:09 +10:00
Implement folder structure in file index and enhance document loading logic
This commit is contained in:
14
index.json
14
index.json
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user