You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: hide sidebar on landing page and update config docs (#47)
* fix: hide sidebar on landing page for paper theme
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: sync configuration.mdx with actual config schema
Remove footer and llms sections that don't exist in schema.
Add missing description, icon fields for content and api entries.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
When enabled, search is accessible via the navbar button or keyboard shortcut `Cmd+K` / `Ctrl+K`. Active version comes from the URL; switching versions scopes the index.
298
291
299
-
### footer
300
-
301
-
Footer content displayed at the bottom of every page.
OpenAPI specification configuration at the top level applies to the latest version (served at `/apis/...`). Version-scoped specs live under each `versions[].api`.
@@ -338,25 +312,13 @@ api:
338
312
| `name` | `string` | API display name |
339
313
| `spec` | `string` | Path to OpenAPI spec file (JSON or YAML), relative to `chronicle.yaml` |
340
314
| `basePath` | `string` | URL path prefix for API pages (e.g., `/apis`) |
315
+
| `icon` | `string` | Optional icon identifier |
341
316
| `server.url` | `string` | Base URL for the API server |
342
317
| `server.description` | `string` | Server description |
0 commit comments