Documentation of the Agentic Layer ecosystem, built with Antora by aggregating content from multiple Git repositories.
Install all required dependencies:
npm installStart kroki backend for diagram generation:
docker compose up -dGenerate the documentation site:
npm run buildRemote repositories are cached and not always fetched fresh. To force fetching the latest content from all repositories, run:
npm run fetchAfter 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.