mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-24 17:34:24 +01:00
* Initial Documentation re-org * remove testing link from readme * rewrite quickstart * get code blocks working across mkdocs and github * add link to plugins repo * add link to plugins repo and move readme to plugin template repo * Add emoji to "Extensibility with Plugins" in readme Co-authored-by: Reinier van der Leer <github@pwuts.nl> * Make docs deploy workflow path-selective * Also run workflow when the workflow is updated * fix readme links under configuration subfolder * shrink subheadings in readme --------- Co-authored-by: Toran Bruce Richards <toran.richards@gmail.com> Co-authored-by: Reinier van der Leer <github@pwuts.nl>
20 lines
600 B
YAML
20 lines
600 B
YAML
site_name: Auto-GPT
|
|
site_url: https://github.com/Significant-Gravitas/Auto-GPT
|
|
repo_url: https://github.com/Significant-Gravitas/Auto-GPT
|
|
nav:
|
|
- Home: index.md
|
|
- Installation: installation.md
|
|
- Usage: usage.md
|
|
- Plugins: plugins.md
|
|
- Testing: testing.md
|
|
- Configuration:
|
|
- Search: configuration/search.md
|
|
- Memory: configuration/memory.md
|
|
- Voice: configuration/voice.md
|
|
- Image Generation: configuration/imagegen.md
|
|
|
|
- Code of Conduct: ../CODE_OF_CONDUCT.md
|
|
- Contributing: ../CONTRIBUTING.md
|
|
- License: ../LICENSE
|
|
|
|
theme: readthedocs |