Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSun committed Aug 5, 2024
1 parent 5cbe86a commit fc8b88b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified docs/images/Triangle.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ nav:
- Listener: Modules/Client/Listener.md
- Responder: Modules/Client/Responder.md
- API: Modules/API/main.md
- Agent: Modules/AI.md
- Agent: Modules/Agent.md

- Source:
- Introduction: Source/index.md
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen_ref_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
root = Path(__file__).parent.parent

modules = [
"AI",
"Agent",
"API",
"Client",
"Web",
Expand Down

0 comments on commit fc8b88b

Please sign in to comment.