Overview
ChipaDocs collects documentation for Chipa Trade’s products in one place, so users and contributors have a single, consistent source to work from.
What’s documented today
- BinaryOptionsToolsV2 — API reference, guides, and architecture notes for the multi-language BinaryOptionsTools SDK, covering Python, Kotlin, Swift, Go, Ruby, and C#.
More products will be added here as their documentation is written.
How the docs are organized
Each product gets its own top-level section under content/docs/, with its
own _index.md and pages — for example content/docs/trading-bot/ or
content/docs/api/. Within a section:
- Sections and pages are ordered by
weight— lower numbers sort first. - Subsections (like
guides/orapi/) group related pages and show up automatically in the sidebar once they contain at least one page. - Front matter on each page controls its
titleand where it sits in the navigation.
Adding a new product
- Create
content/docs/<product-name>/_index.mdwith atitleandweight. - Add pages or subsections underneath it, following the same pattern.
- Update the Documentation landing page to link to the new section if it’s a major addition.
See the Getting Started guide for the mechanics of adding and previewing pages.