mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
docs: Streamline documentation for getting started (#6335)
* README.md
- Mark evo.ninja as hackathon winner and new Current Best Agent.
- Remove hackathon banner.
- Rewrite sections about Forge, Benchmark, UI, Agent Protocol.
- Add sections about Leaderboard and CLI.
- Add quick links for improved user navigation, including links to documentation, contributing guidelines, and quickstart guide.
- Remove Quickstart.
* docs.agpt.co
- Removed links to outdated pages from navbar.
- Added quick links to several pages.
- Refactored and updated titles in docs site navbar for better readability and consistency.
- Rewrite intros on homepage to be more clear and professional and less cringe-worthy.
- Fix broken links.
- Rewrote setup and usage guides for AutoGPT Agent.
- Removed mentions of Azure support, except in the Docker guide.
- Added page with general information about AutoGPT.
* CONTRIBUTING.md
- Make CONTRIBUTING.md more friendly and accessible: added link to public kanban board, encouraged collaboration, removed section about net-negative PRs.
* autogpt/README.md
- Update description of AutoGPT to mention "modern Large Language Models" instead of GPT-4.
- Add quick links for improved user navigation, including links to documentation and contributing guidelines.
- Add features and setup guide: Agent Protocol, UI features, setup instructions, configuration options, Quickstart, CLI instructions, Agent Protocol server instructions, additional resources (wiki, project board, roadmap), and a note on sustainable development.
- Update links: documentation, setup instructions.
- Remove outdated Twitter accounts section.
This commit is contained in:
committed by
GitHub
parent
84afbf6b45
commit
24008e8741
@@ -6,49 +6,48 @@ nav:
|
||||
- Home: index.md
|
||||
|
||||
- AutoGPT Agent:
|
||||
- Agent-setup:
|
||||
- Setting up AutoGPT: AutoGPT/setup.md
|
||||
- Docker-setup: AutoGPT/Setups/Docker-setup.md
|
||||
- Git-setup: AutoGPT/Setups/Git-setup.md
|
||||
- No Git/Docker-setup: AutoGPT/Setups/nogit-setup.md
|
||||
- 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
|
||||
# - 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
|
||||
|
||||
- AutoGPT-Benchmarks:
|
||||
- Benchmarks: benchmarks/benchmark.md
|
||||
- Benchmark:
|
||||
- Readme: https://github.com/Significant-Gravitas/AutoGPT/blob/master/benchmark/README.md
|
||||
|
||||
- AutoGPT-Forge:
|
||||
- Forge-setup: forge/get-started.md
|
||||
- Forge:
|
||||
- Introduction: forge/get-started.md
|
||||
|
||||
- Frontend:
|
||||
- Flutter-setup: front-end/the-ui.md
|
||||
- Readme: https://github.com/Significant-Gravitas/AutoGPT/blob/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
|
||||
# - 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
|
||||
|
||||
@@ -129,4 +128,4 @@ extra_javascript:
|
||||
- _javascript/tablesort.js
|
||||
- _javascript/mathjax.js
|
||||
- https://polyfill.io/v3/polyfill.min.js?features=es6
|
||||
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
||||
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
||||
|
||||
Reference in New Issue
Block a user