Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 867 Bytes

File metadata and controls

38 lines (25 loc) · 867 Bytes

Agentic Layer Documentation

Documentation of the Agentic Layer ecosystem, built with Antora by aggregating content from multiple Git repositories.

Getting Started

Install all required dependencies:

npm install

Start kroki backend for diagram generation:

docker compose up -d

Generate the documentation site:

npm run build

Remote repositories are cached and not always fetched fresh. To force fetching the latest content from all repositories, run:

npm run fetch

After successful completion, the generated documentation site will be available in the build/site directory.

Troubleshooting tips:

  • Ensure all referenced Git repositories and branches are accessible.
  • Clear the cache if you encounter issues: rm -rf .cache/antora

The project is configured through the antora-playbook.yml file.