This file provides guidance for Claude Code when working with this repository.
This is the public documentation for Steadybit, a chaos engineering platform. The documentation is hosted at https://docs.steadybit.com via GitBook.
/quick-start/ - Getting started guides
/concepts/ - Core concepts (actions, discovery, query language)
/install-and-configure/ - Installation and configuration guides
/use-steadybit/ - Feature usage documentation
/integrate-with-steadybit/ - Integration guides (API, CLI, extensions, webhooks)
/troubleshooting/ - Troubleshooting guides and common fixes
/.gitbook/assets/ - Images and media assets managed by GitBook
- SUMMARY.md - Table of contents / navigation structure for GitBook
- .gitbook.yml - GitBook configuration, primarily contains URL redirects for backward compatibility
- .bookignore - Files excluded from GitBook rendering (e.g., fragment files, this file)
- Each section has a
README.mdas its index page - Fragment files (
fragment-*.md) are reusable content snippets included in other documents but not rendered as standalone pages - Assets are stored in
.gitbook/assets/
- Directories use kebab-case:
install-and-configure,use-steadybit - Files use kebab-case:
getting-started.md,agent-architecture.md
- Create the markdown file in the appropriate directory
- Add an entry to
SUMMARY.mdto include it in the navigation - If renaming/moving pages, add redirects in
.gitbook.ymlfor backward compatibility
Add entries to .gitbook.yml in the redirects: section to map old URLs to new file locations.
- Create the
.mdfile in the appropriate section directory - Update
SUMMARY.mdto add navigation entry - Add images to
.gitbook/assets/if needed
- Move files to new locations
- Update
SUMMARY.mdnavigation - Add redirects in
.gitbook.ymlto preserve old URLs
.github/workflows/redirect-url-checker.yml- Validates that all redirects in.gitbook.ymlresolve correctly