mirror of
https://github.com/litruv/Docs-Viewer.git
synced 2026-07-24 02:36:07 +10:00
added readme changes
This commit is contained in:
10
README.md
10
README.md
@@ -50,6 +50,8 @@ Configure your documentation structure in `index.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
"title": "Your Documentation Title",
|
||||
"defaultPage": "welcome",
|
||||
"documents": [
|
||||
{
|
||||
"title": "Getting Started",
|
||||
@@ -59,6 +61,14 @@ Configure your documentation structure in `index.json`:
|
||||
}
|
||||
```
|
||||
|
||||
#### Root Configuration Options
|
||||
|
||||
| Option | Type | Description |
|
||||
|--------|------|-------------|
|
||||
| `title` | string | The title of your documentation site |
|
||||
| `defaultPage` | string | The slug of the page to show when no page is specified |
|
||||
| `documents` | array | Array of document and folder objects |
|
||||
|
||||
### Folder Organization
|
||||
|
||||
Create hierarchical documentation structures with nested folders:
|
||||
|
||||
Reference in New Issue
Block a user