Files
Docs-Viewer/example.index.json

63 lines
1.8 KiB
JSON

{
"defaultPage": "home",
"customCSS": "custom/theme.css",
"metadata": {
"title": "Project Documentation",
"description": "Comprehensive documentation for various projects.",
"thumbnail": "img/default-thumbnail.png",
"site_name": "DocsHub"
},
"documents": [
{
"title": "Home",
"path": "docs/index.md",
"slug": "home"
},
{
"title": "Category One",
"type": "folder",
"path": "docs/category-one.md",
"color": "#2196f3",
"items": [
{
"title": "Feature A",
"path": "docs/feature-a.md",
"slug": "feature-a"
},
{
"title": "Feature B",
"path": "docs/feature-b.md",
"slug": "feature-b",
"thumbnail": "images/docThumb.png"
}
]
}
],
"author": {
"name": "John Doe",
"role": "Software Engineer",
"socials": [
{
"icon": "fab fa-github",
"url": "https://github.com/johndoe",
"title": "GitHub - JohnDoe"
},
{
"icon": "fab fa-youtube",
"url": "https://youtube.com/c/JohnDoe",
"title": "YouTube - JohnDoe"
},
{
"icon": "fab fa-discord",
"url": "https://discordapp.com/users/1234567890",
"title": "Discord - @JohnDoe"
},
{
"icon": "fa-brands fa-bluesky",
"url": "https://bsky.app/profile/john.doe.dev",
"title": "Bluesky - john.doe.dev"
}
]
}
}