{"id":50474036,"url":"https://github.com/flipperdevices/flipperone-docs","last_synced_at":"2026-06-01T12:01:50.963Z","repository":{"id":358549562,"uuid":"1045074996","full_name":"flipperdevices/flipperone-docs","owner":"flipperdevices","description":"Flipper One Developer Portal sources ","archived":false,"fork":false,"pushed_at":"2026-05-25T11:37:48.000Z","size":54871,"stargazers_count":48,"open_issues_count":14,"forks_count":16,"subscribers_count":2,"default_branch":"public-release","last_synced_at":"2026-05-25T12:07:07.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.flipper.net/one","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flipperdevices.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-26T16:06:02.000Z","updated_at":"2026-05-25T11:37:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/flipperdevices/flipperone-docs","commit_stats":null,"previous_names":["flipperdevices/flipperone-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flipperdevices/flipperone-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperdevices%2Fflipperone-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperdevices%2Fflipperone-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperdevices%2Fflipperone-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperdevices%2Fflipperone-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flipperdevices","download_url":"https://codeload.github.com/flipperdevices/flipperone-docs/tar.gz/refs/heads/public-release","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperdevices%2Fflipperone-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33773782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-01T12:01:50.187Z","updated_at":"2026-06-01T12:01:50.956Z","avatar_url":"https://github.com/flipperdevices.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flipper One Documentation sources\n\n![Flipper One Developer Portal](https://cdn.flipper.net/flipper-one-developer-portal-splash.jpg)\n\nThis repository is part of the [Flipper One — Docs](https://docs.flipper.net/one/resources/about-docs) sub-project (also called the Developer Portal). It contains the documentation source files used to generate the [Flipper One Developer Portal](https://docs.flipper.net/one).\n\n## Links\n\n* **Developer Portal:** [docs.flipper.net/one](https://docs.flipper.net/one)\n* [**Sub-project overview**](https://docs.flipper.net/one/resources/about-docs)\n* [**Task tracker**](https://github.com/orgs/flipperdevices/projects/10)\n* [**Miro templates**](https://miro.com/app/board/uXjVJ6y839o=/)\n* [**Figma templates**](https://www.figma.com/design/HcwlmmIJlW4LoiQu4RtwwH/Flipper-One-%E2%80%94-Docs?node-id=0-1\u0026p=f\u0026t=aYrPCUA166BloJuV-0)\n\n## How to contribute\n\nThis repository contains the source files from which the Developer Portal is generated. You can contribute by editing existing pages and creating new ones.\n1. Read [How to contribute](https://docs.flipper.net/one/resources/about-docs#how-to-contribute).\n2. Fork this repository.\n3. Edit Markdown files (Read the [Markup reference](https://docs.flipper.net/one/resources/about-docs/markup-reference)).\n4. Create a pull request.\n\n## Automation\n\nTwo GitHub Actions in [`.github/workflows/`](.github/workflows/) run automatically:\n\n- **Update Open-tasks page** runs every hour. It runs the [`tools/generate_open_tasks.py`](tools/generate_open_tasks.py) script, which collects all issues labeled `help wanted` across all Flipper One repositories and regenerates [`docs/Open-tasks.md`](docs/Open-tasks.md) — published as the [Open Tasks](https://docs.flipper.net/one/open-tasks) page. Don't edit that file by hand.\n- **Validate** runs on every pull request. It checks the documentation structure and scans for broken links before a PR is merged.\n\n## Publishing\n\nPublishing is handled by Archbee's GitHub integration, not a GitHub Action. Every merge to the `public-release` branch triggers Archbee to rebuild and publish the live site at [docs.flipper.net/one](https://docs.flipper.net/one).\n\n## Files structure\n\n```\nflipperone-docs/\n├── .github/\n│   └── workflows/\n│       ├── update-open-tasks.yml  # Regenerates Open-tasks.md\n│       └── validate.yml           # Validates docs structure and links on PRs\n├── archbee.json                   # Sidebar hierarchy + Archbee integration settings\n├── README.md                      # Repository overview\n├── tools/\n│   └── generate_open_tasks.py     # Generates Open-tasks.md from GitHub issues\n└── docs/\n    ├── Welcome.md                 # Main page at docs.flipper.net/one\n    ├── How-to-join.md\n    ├── Open-tasks.md              # Auto-generated — do not edit manually\n    ├── general/                   # Tech specs, controls, and features\n    ├── hardware/                  # 🔌 Hardware sub-project\n    ├── mechanics/                 # ⚙️ Mechanics sub-project\n    ├── cpu-software/              # 🐧 Linux (CPU Software) sub-project\n    ├── mcu-firmware/              # 🕹️ MCU Firmware sub-project\n    ├── user-interface/            # 🎨 User Interface sub-project\n    ├── testing/                   # 🧪 Testing sub-project\n    ├── resources/\n    │   ├── docs/                  # Docs sub-project\n    │   └── rockchip/              # Rockchip RK3576 reference\n    └── files/\n        ├── pics/                  # Images and other assets\n        └── icons/                 # OS / brand icons used in docs\n```\n\nEach section's pages are listed in the sidebar — see [`archbee.json`](archbee.json) for the full hierarchy.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipperdevices%2Fflipperone-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflipperdevices%2Fflipperone-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipperdevices%2Fflipperone-docs/lists"}