Changed readme, added package.json and package-lock.json and gitignore

This commit is contained in:
2025-03-25 20:04:18 +11:00
parent c19c907812
commit 20a5a71b0f
5 changed files with 2540 additions and 163 deletions

View File

@@ -7,32 +7,6 @@
"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",