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/ or api/) group related pages and show up automatically in the sidebar once they contain at least one page.
  • Front matter on each page controls its title and where it sits in the navigation.

Adding a new product

  1. Create content/docs/<product-name>/_index.md with a title and weight.
  2. Add pages or subsections underneath it, following the same pattern.
  3. 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.