Skip to content

Commit affa39a

Browse files
author
Jil Kamerling
committed
feat: paal-53 add observability dashboard docu for testing
1 parent b8fb74c commit affa39a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

antora-playbook.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ site:
66
content:
77
sources:
88
- url: https://github.com/agentic-layer/agent-runtime-operator.git
9-
branches: ['feature/*']
9+
branches: ['feature/*'] # switch to main after initial docs setup
1010
start_path: docs
11-
# - url: ../agent-runtime-operator # local path for testing
12-
# branches: HEAD
13-
# start_path: docs
11+
- url: https://github.com/agentic-layer/observability-dashboard.git
12+
branches: ['feature/*'] # switch to main after initial docs setup
13+
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+
# branches: HEAD
19+
# start_path: docs
1420

1521
ui:
1622
bundle:

0 commit comments

Comments
 (0)