This repository contains our documentation, which is automatically synced to GitBook.com. The documentation is written in Markdown and follows a specific structure to work with GitBook's GitHub integration.
Any changes pushed to the main
branch will automatically sync to GitBook.com. This means:
- 🔄 All documentation changes should be made through pull requests
- 🚀 Changes are only published when merged to
main
- 📌 The
main
branch is the source of truth for the live documentation
docs/
├── getting-started/ # Getting started guides
├── guides/ # Detailed guides and tutorials
├── api/ # API documentation
└── contributing/ # Contributing guidelines
SUMMARY.md
- Defines the documentation structure and navigationREADME.md
- This file (appears as the introduction in GitBook)
- 📑 The
SUMMARY.md
file defines the table of contents and navigation structure - 🔗 Each entry in
SUMMARY.md
links to a Markdown file in thedocs/
directory - 📋 The structure in
SUMMARY.md
determines the order and hierarchy in GitBook
- 🔄 This repository is connected to GitBook.com via GitHub integration
- ⚡ Changes pushed to this repository are automatically synced to GitBook
- 🌐 The documentation is published and hosted on GitBook.com
- ✍️ All documentation is written in Markdown (
.md
files) - 📂 Files should be placed in the appropriate directory under
docs/
- ➕ Add new pages to
SUMMARY.md
to include them in the navigation - 🔗 Use relative links between documentation files
We welcome contributions to our documentation! Please feel free to submit pull requests or open issues for any improvements or corrections.
- 🍴 Fork the repository
- 🌿 Create a new branch for your changes
- ✏️ Make your changes
- 📬 Submit a pull request
- ✅ Once approved and merged to
main
, changes will automatically sync to GitBook
This documentation is open source and available under the same license as our main project.