added readme changes

This commit is contained in:
2025-02-09 19:35:50 +11:00
parent 13a8d4ef48
commit 234e04e8be

View File

@@ -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: