aboutsummaryrefslogtreecommitdiff
path: root/docs/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/mkdocs.yml')
-rw-r--r--docs/mkdocs.yml72
1 files changed, 43 insertions, 29 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 3c73b5c9a..3628df6c7 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -4,42 +4,56 @@ repo_url: https://github.com/Significant-Gravitas/AutoGPT
docs_dir: content
nav:
- Home: index.md
- - Setup: setup.md
- - Usage: usage.md
- - Plugins: plugins.md
- - Configuration:
- - Options: configuration/options.md
- - Search: configuration/search.md
- - Memory: configuration/memory.md
- - Voice: configuration/voice.md
- - Image Generation: configuration/imagegen.md
- - Help us improve AutoGPT:
- - Share your debug logs with us: share-your-logs.md
- - Contribution guide: contributing.md
- - Running tests: testing.md
- - Code of Conduct: code-of-conduct.md
+ - AutoGPT Agent:
+ - Introduction: AutoGPT/index.md
+ - Setup:
+ - Setting up AutoGPT: AutoGPT/setup/index.md
+ - Set up with Docker: AutoGPT/setup/docker.md
+ - Usage: AutoGPT/usage.md
+ - Plugins: AutoGPT/plugins.md
+ # - Configuration:
+ # - Options: AutoGPT/configuration/options.md
+ # - Search: AutoGPT/configuration/search.md
+ # - Memory: AutoGPT/configuration/memory.md
+ # - Voice: AutoGPT/configuration/voice.md
+ # - Image Generation: AutoGPT/configuration/imagegen.md
+ - Help us improve AutoGPT:
+ - Share your debug logs with us: AutoGPT/share-your-logs.md
+ - Contribution guide: contributing.md
+ - Running tests: AutoGPT/testing.md
+ - Code of Conduct: code-of-conduct.md
- - Challenges:
- - Introduction: challenges/introduction.md
- - List of Challenges:
- - Memory:
- - Introduction: challenges/memory/introduction.md
- - Memory Challenge A: challenges/memory/challenge_a.md
- - Memory Challenge B: challenges/memory/challenge_b.md
- - Memory Challenge C: challenges/memory/challenge_c.md
- - Memory Challenge D: challenges/memory/challenge_d.md
- - Information retrieval:
- - Introduction: challenges/information_retrieval/introduction.md
- - Information Retrieval Challenge A: challenges/information_retrieval/challenge_a.md
- - Information Retrieval Challenge B: challenges/information_retrieval/challenge_b.md
- - Submit a Challenge: challenges/submit.md
- - Beat a Challenge: challenges/beat.md
+ - Benchmark:
+ - Readme: https://github.com/Significant-Gravitas/AutoGPT/blob/master/benchmark/README.md
+
+ - Forge:
+ - Introduction: forge/get-started.md
+
+ - Frontend:
+ - Readme: https://github.com/Significant-Gravitas/AutoGPT/blob/master/frontend/README.md
+
+ # - Challenges:
+ # - Introduction: challenges/introduction.md
+ # - List of Challenges:
+ # - Memory:
+ # - Introduction: challenges/memory/introduction.md
+ # - Memory Challenge A: challenges/memory/challenge_a.md
+ # - Memory Challenge B: challenges/memory/challenge_b.md
+ # - Memory Challenge C: challenges/memory/challenge_c.md
+ # - Memory Challenge D: challenges/memory/challenge_d.md
+ # - Information retrieval:
+ # - Introduction: challenges/information_retrieval/introduction.md
+ # - Information Retrieval Challenge A: challenges/information_retrieval/challenge_a.md
+ # - Information Retrieval Challenge B: challenges/information_retrieval/challenge_b.md
+ # - Submit a Challenge: challenges/submit.md
+ # - Beat a Challenge: challenges/beat.md
- License: https://github.com/Significant-Gravitas/AutoGPT/blob/master/LICENSE
theme:
name: material
+ custom_dir: overrides
icon:
logo: material/book-open-variant
favicon: favicon.png