The entry point to your dev projects, and their docs
A bookmarking system for the services a project runs on, and a viewer for the markdown documentation already in its repository. Two halves of the same question: where do I go, and what do I need to know?
Every third-party service, with links and costs, from your repo.
List them in your productdoco.yaml and each one holds the links you actually open — dashboard, logs, billing — plus the account it is billed to and what it costs. 87 services ship with their own icon; anything else you name yourself.
Costs are normalised to a monthly total, and can be grouped by the account that pays for them.
How to write the services blockRender your markdown docs from your GitHub repository.
Point a project at a folder and ProductDoco reads what is there. The file tree becomes the navigation, and each document builds its own contents rail from its headings.
The same productdoco.yaml puts that menu in the order you want, under the labels you want.
How to write the nav block