Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

trento-project/docs-site

Repository files navigation

Trento Docs-Site

This repository builds and publishes the Trento project’s unified documentation site using Antora.

The actual documentation content is maintained in separate upstream repositories:

How to Build and Preview the Site

1. Clone the Repository

git clone [email protected]:trento-project/docs-site.git;
cd docs-site

2. Install Dependency

npm i -D -E antora

3. Build Antora page

npx antora antora-playbook.yml

This will generate the site into the trento_docs_site_public/ folder.

4. Preview Locally

To preview the generated site in your browser, start a local static web server:

npx http-server trento_docs_site_public/ -c-1 -p 3000
  • -c-1: Disables caching

  • -p 3000: Runs the server on port 3000

Open your browser and visit: localhost at port 3000

About

A single body of documentation for Trento

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published