File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ site_author: Bordumb / Renbytes
1010repo_url : https://github.com/renbytes/arla
1111repo_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
1419copyright : Copyright © 2025 Bordumb / Renbytes
1520
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
You can’t perform that action at this time.
0 commit comments