|
|
@ -38,11 +38,6 @@ plugins:
|
|
|
|
# token: !ENV ["GITHUB_TOKEN"]
|
|
|
|
# token: !ENV ["GITHUB_TOKEN"]
|
|
|
|
- git-revision-date-localized:
|
|
|
|
- git-revision-date-localized:
|
|
|
|
enable_creation_date: true
|
|
|
|
enable_creation_date: true
|
|
|
|
# - mkdocs-jupyter:
|
|
|
|
|
|
|
|
# kernel_name: python3
|
|
|
|
|
|
|
|
# execute: false
|
|
|
|
|
|
|
|
# include_source: True
|
|
|
|
|
|
|
|
# include_requirejs: true
|
|
|
|
|
|
|
|
extra_css:
|
|
|
|
extra_css:
|
|
|
|
- assets/css/extra.css
|
|
|
|
- assets/css/extra.css
|
|
|
|
|
|
|
|
|
|
|
@ -140,7 +135,8 @@ markdown_extensions:
|
|
|
|
case: lower
|
|
|
|
case: lower
|
|
|
|
- pymdownx.tasklist:
|
|
|
|
- pymdownx.tasklist:
|
|
|
|
custom_checkbox: true
|
|
|
|
custom_checkbox: true
|
|
|
|
- pymdownx.tilde
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nav:
|
|
|
|
nav:
|
|
|
|
- Home:
|
|
|
|
- Home:
|
|
|
|
- Overview: "index.md"
|
|
|
|
- Overview: "index.md"
|
|
|
@ -345,7 +341,6 @@ nav:
|
|
|
|
- Swarms API Tools: "swarms_cloud/swarms_api_tools.md"
|
|
|
|
- Swarms API Tools: "swarms_cloud/swarms_api_tools.md"
|
|
|
|
- Individual Agent Completions: "swarms_cloud/agent_api.md"
|
|
|
|
- Individual Agent Completions: "swarms_cloud/agent_api.md"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Clients:
|
|
|
|
- Clients:
|
|
|
|
- Swarms API Python Client: "swarms_cloud/python_client.md"
|
|
|
|
- Swarms API Python Client: "swarms_cloud/python_client.md"
|
|
|
|
- Swarms API Rust Client: "swarms_cloud/rust_client.md"
|
|
|
|
- Swarms API Rust Client: "swarms_cloud/rust_client.md"
|
|
|
|