mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-27 02:44:22 +01:00
* Add initial share logs page * Fix title sizes * Update share_logs.md Added some text for reasons to share logs * Add section on how to share logs using e2b * Fix path to images with sizes * Fix paths to images in docs * Fix formatting * Fix formatting * Fix grammar * Make position in menu more prominent * original log directory was incorrect I took the directory from usage.md but that is incorrect * Updated the directory for the logs Updated the directory for the logs * added some text and made it pretty --------- Co-authored-by: NeonN3mesis <129052650+NeonN3mesis@users.noreply.github.com> Co-authored-by: Reinier van der Leer <github@pwuts.nl>
45 lines
1.5 KiB
YAML
45 lines
1.5 KiB
YAML
site_name: Auto-GPT
|
|
site_url: https://docs.agpt.co/
|
|
repo_url: https://github.com/Significant-Gravitas/Auto-GPT
|
|
nav:
|
|
- Home: index.md
|
|
- Setup: setup.md
|
|
- Usage: usage.md
|
|
- Plugins: plugins.md
|
|
- Configuration:
|
|
- Search: configuration/search.md
|
|
- Memory: configuration/memory.md
|
|
- Voice: configuration/voice.md
|
|
- Image Generation: configuration/imagegen.md
|
|
|
|
- Help us improve Auto-GPT:
|
|
- 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
|
|
|
|
- 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/Auto-GPT/blob/master/LICENSE
|
|
|
|
theme: readthedocs
|
|
|
|
markdown_extensions:
|
|
admonition:
|
|
codehilite:
|
|
pymdownx.keys:
|