# Default topic list Create one file per topic when relevant content is found. Skip topics with no content. Add custom topics when content warrants it. | File | Covers | |---|---| | `overview.md` | What it is, key concepts, mental model, architecture summary | | `installation.md` | Setup, dependencies, prerequisites, version requirements | | `configuration.md` | Config files, options, environment variables, defaults | | `cli-reference.md` | Commands, subcommands, flags, exit codes | | `api-reference.md` | Endpoints, SDK methods, types, request/response shapes | | `examples.md` | Common usage patterns, recipes, quickstart walkthroughs | | `troubleshooting.md` | Known issues, error codes, gotchas, workarounds | ## Custom topics Create additional topic files when content doesn't fit the defaults. Examples: `webhooks.md`, `rate-limits.md`, `authentication.md`, `migrations.md`, `security.md`. Use kebab-case filenames.