diff --git a/README.md b/README.md index 5bf0ca4..5ace7d7 100644 --- a/README.md +++ b/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: