What every Conduction app's docs site looks like. Same chassis as openregister.conduction.nl: Docusaurus classic, @conduction/docusaurus-preset, a lean landing page, four canonical content folders, and Redocusaurus for the API reference. The website pages live next door under website pages.
A Conduction product page is a Docusaurus site that lives in docs/ inside the app repo. The landing page (src/pages/index.js) is lean: hero, three to five feature cards, install CTA. Everything else is Markdown in folders that map directly to the top-nav and the autogenerated sidebar.
The four canonical content folders carry the four product-page jobs: UseCases for sales (why), Features for what it does, Integrations for how it talks to other systems, Technical for how it's built. The API reference is the Redocusaurus plug-in mounted at /api, fed by static/oas/*.json.
Every app must ship both nl and en; the locale dropdown lives in the navbar, sourced from the preset.