mirror of
https://github.com/litruv/Docs-Viewer.git
synced 2026-07-24 02:36:07 +10:00
cleaned shop
This commit is contained in:
27
example.index.json
Normal file
27
example.index.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"documents": [
|
||||
{
|
||||
"title": "Welcome",
|
||||
"path": "docs/index.md",
|
||||
"slug": "welcome"
|
||||
},
|
||||
{
|
||||
"title": "Unreal Engine",
|
||||
"type": "folder",
|
||||
"path": "docs/unreal-engine.md",
|
||||
"slug": "unreal-engine",
|
||||
"items": [
|
||||
{
|
||||
"title": "DeepImpact",
|
||||
"path": "docs/DeepImpact.md",
|
||||
"slug": "deep-impact"
|
||||
},
|
||||
{
|
||||
"title": "WIP: Objective Marker System",
|
||||
"path": "docs/objective-marker-system.md",
|
||||
"slug": "objective-markers"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user