Skip to content

Commit 4cf6d46

Browse files
committed
update mkdocs
1 parent da0a991 commit 4cf6d46

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

mkdocs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ site_author: Bordumb / Renbytes
1010
repo_url: https://github.com/renbytes/arla
1111
repo_name: arla
1212

13+
# Tell mkdocs where to find the source code for API documentation
14+
watch:
15+
- agent-core/src
16+
- agent-engine/src
17+
1318
# Copyright
1419
copyright: Copyright © 2025 Bordumb / Renbytes
1520

@@ -65,7 +70,7 @@ nav:
6570
- "Running Simulations": guides/running-simulations.md
6671
- "Understanding the Output": guides/understanding-output.md
6772
- Developer Guides:
68-
- "Core Architecture": developer/architecture.md
73+
- "Architecture": architecture/index.md # Corrected path
6974
- "Creating a New Action": developer/creating-actions.md
7075
- "Creating a New System": developer/creating-systems.md
7176
- "The Event Bus": developer/event-bus.md
@@ -96,4 +101,4 @@ markdown_extensions:
96101
- pymdownx.details
97102
- pymdownx.superfences
98103
- attr_list
99-
- md_in_html
104+
- md_in_html

0 commit comments

Comments
 (0)