This repository contains the Trento project documentation that does not interest a specific service, such as ADR, coding standards and best practices, CI workflows, and templates. The content directory is the home of these sources.
The trento-docs-site directory builds the Trento project’s unified documentation site using Antora. Learn more about the documentation hub here.
The trento-docs-site-ui directory is used to customize and design the layout of the Trento docs site. Learn more about the ui customization here.
From the repository root, build the docs site and serve it on port 3000:
docker compose up trento-docsOpen http://localhost:3000 while the command is running.
The generated HTML is in trento-docs-site/build/trento-docs-site-public.
From the repository root, build the DocBook HTML in a container and serve it on port 3001:
docker compose up daps-serveOpen http://localhost:3001 while the command is running.
The generated HTML is in trento/build/SLES-SAP-trento/html/SLES-SAP-trento.
Each run clears trento/build/SLES-SAP-trento before rebuilding to avoid stale files.