mirror of
https://github.com/litruv/Docs-Viewer.git
synced 2026-09-10 10:09:46 +10:00
Port Docs-Viewer to slatehtml as the docs-viewer package.
Replace the classic DOM shell with slate widgets, markdown→slate rendering, and a CI index build that uses build-docs.cjs.
This commit is contained in:
37
index.json
Normal file
37
index.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"defaultPage": "home",
|
||||
"customCSS": "custom/theme.css",
|
||||
"metadata": {
|
||||
"title": "Project Documentation",
|
||||
"description": "Comprehensive documentation for various projects.",
|
||||
"thumbnail": "img/default-thumbnail.png",
|
||||
"site_name": "DocsHub"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"documents": []
|
||||
}
|
||||
Reference in New Issue
Block a user