diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 6522b672..94d57d8d 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -343,8 +343,8 @@ nav: - Communication Structure: "swarms/structs/conversation.md" - Protocol: - - Overview: "swarms/protocol/overview.md" - - SIPs: "swarms/protocol/sip.md" + - Overview: "protocol/overview.md" + - SIPs: "protocol/sip.md" - Tools: - Overview: "swarms_tools/overview.md" diff --git a/client_example.py b/examples/api/client_example.py similarity index 100% rename from client_example.py rename to examples/api/client_example.py