Infotel Technical Documentation DocToWeb · Static portal generated from Docbook
Aerospace and Defense
GitHub
↗
Documentation/Aerospace and Defense/Select a document
Select a document
Use the left panel to filter and open a document. The right panel will show “On this page” navigation.
Layout goal: Left panel = document list, Middle panel = rich content (images/graphs), Right panel = quick navigation inside the document.
Welcome
This is a lightweight HTML/CSS reference UI for DocToWeb.
Your generator can inject the Docbook-to-HTML content into the middle column, and extract headings (H2/H3) for the right-side “On this page” navigation.
How filtering works
- Each document has a
universefield (IBM / DMS / IAS / Aerospace / RCSIS). - The global theme follows the selected universe (filter or opened document).
- Document badges keep their own universe color, even if you change the global theme.
Next steps for integration
- Replace the
docsarray with data generated from your build pipeline (JSON index). - For each HTML document page, inject Docbook HTML into
#content. - Run heading extraction to build the TOC (already done here in JS).