We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8fb74c commit affa39aCopy full SHA for affa39a
antora-playbook.yml
@@ -6,11 +6,17 @@ site:
6
content:
7
sources:
8
- url: https://github.com/agentic-layer/agent-runtime-operator.git
9
- branches: ['feature/*']
+ branches: ['feature/*'] # switch to main after initial docs setup
10
start_path: docs
11
- # - url: ../agent-runtime-operator # local path for testing
12
- # branches: HEAD
13
- # start_path: docs
+ - url: https://github.com/agentic-layer/observability-dashboard.git
+ start_path: docs
14
+ # - url: ../agent-runtime-operator # local path for testing
15
+ # branches: HEAD
16
+ # start_path: docs
17
+ # - url: ../observability-dashboard # local path for testing
18
19
20
21
ui:
22
bundle:
0 commit comments