This repository is part of the Flipper One – Docs sub-project (aka Developer Portal). It contains documentation source files from which the Flipper One Developer is generated: https://docs.flipper.net/one and the sub-project task tracker.
- Developer Portal: docs.flipper.net/one
- Sub-project overview
- Task Tracker
- Miro templates
- Figma templates
This repository contains the source files from which the Developer Portal is generated. You can contribute by editing any pages and creating new ones. How to contribute:
- Read How to contribute
- Fork this repository
- Edit Markdown files (Read markup example)
- Create a pull request
- Open Tasks page is automatically generated by
tools/generate_open_tasks.py— this script collects all issues labeledhelp wantedacross all Flipper One repositories and producesdocs/Open-tasks.md.
flipperone-docs/
├── archbee.json # Sidebar hierarchy + Archbee integration settings
├── README.md # Repository overview
├── tools/
│ └── generate_open_tasks.py # Generates Open-tasks.md from GitHub issues
└── docs/
├── Welcome.md # Main page at docs.flipper.net/one
├── How-to-join.md
├── Open-tasks.md # Auto-generated — do not edit manually
├── files/
│ ├── pics/ # Images and other assets
│ └── icons/ # OS / brand icons used in docs
├── general/
├── hardware/
├── mechanics/
├── mcu-firmware/
├── cpu-software/
├── user-interface/
├── testing/
└── resources/
Each section's pages are listed in the sidebar — see archbee.json for the full hierarchy.
