Toborlife Docs¶
Central documentation hub for Toborlife Robotics.
Each top-level nav tab is one source repository. Subsections come from that repo’s docs/ tree and are refreshed on every deploy.
Live site: docs.toborverse.com
Sections¶
Configured in sources.yml:
| Section | Repository | Branch |
|---|---|---|
| Tobor | ToborlifeRobotics/tobor | main |
| Toborverse Data Management | ToborlifeRobotics/ToborverseDataManagement | dev |
Use the tabs above to browse each product’s docs.
How updates get published¶
- Docs are edited in each product repo under
docs/. - A notify workflow on that repo triggers ToborlifeDocs (or you push/rebuild the hub).
- GitHub Actions syncs all sources, builds with MkDocs, and deploys to Cloudflare Pages.
You do not commit product markdown into this hub repo — only the home page and site config live here.
Contributing¶
| What you want to change | Where to edit |
|---|---|
| This home page / hub copy | ToborlifeDocs docs/index.md |
| Product documentation | docs/ in that product’s GitHub repo |
| Add a new product section | Add an entry to sources.yml, copy examples/notify-toborlife-docs.yml into the source repo, and follow the repo README for tokens |
Full setup (sync, Cloudflare, secrets): ToborlifeDocs README.