-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathantora-playbook.yml
More file actions
55 lines (49 loc) · 1.74 KB
/
antora-playbook.yml
File metadata and controls
55 lines (49 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Antora Playbook Configuration
# Generates documentation site from multiple Git repositories containing AsciiDoc content.
site:
title: Agentic Layer
url: https://docs.agentic-layer.ai # Site URL for production deployment
start_page: home::index.adoc # Landing page when visiting the site
content:
sources:
- url: ./
branches: HEAD
start_paths:
- home
- url: https://github.com/agentic-layer/agent-runtime-operator.git
branches: [main]
start_path: docs
- url: https://github.com/agentic-layer/observability-dashboard.git
branches: [main]
start_path: docs
- url: https://github.com/agentic-layer/showcase-news.git
branches: [main]
start_path: docs
- url: https://github.com/agentic-layer/agent-gateway-krakend-operator.git
branches: [main]
start_path: docs
- url: https://github.com/agentic-layer/ai-gateway-litellm-operator.git
branches: [main]
start_path: docs
- url: https://github.com/agentic-layer/testbench.git
branches: [ main ]
start_path: docs
- url: https://github.com/agentic-layer/tool-gateway-agentgateway.git
branches: [main]
start_path: docs
ui:
bundle:
# Default Antora UI theme
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
snapshot: true # Use latest snapshot build
supplemental_files: ./supplemental-ui # Custom UI overrides and additions
asciidoc:
extensions:
- asciidoctor-kroki
attributes:
kroki-fetch-diagram: true
kroki-server-url: http://localhost:8000
output:
dir: build/site # Generated site output directory
runtime:
cache_dir: ./.cache/antora # Cache directory for performance optimization