mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Add all the new component docs to the site and do a tidy up of docs (#7098)
* feat: add all the new component docs to the site * fix(docs): relative links and markdown warnings * feat(docs): How to contribute to the docs as a docs section * fix(docs): missed docs page for developer setup * fix(docs): re-add configurations options * fix(docs): bad link to components fixed * fix(docs): bad link to components fixed * ref(docs): reorder some items to make more sense * fix(docs): bad indentation and duplicate block * fix(docs): warning about out of date markdown extension * fix(docs): broken links fixed * fix(docs): markdown formatter complaints
This commit is contained in:
@@ -191,4 +191,4 @@ docker run -it --env-file=.env -v $PWD:/app autogpt
|
||||
docker run -it --env-file=.env -v $PWD:/app --rm autogpt --gpt3only --continuous
|
||||
```
|
||||
|
||||
[user guide]: /autogpt/usage/#command-line-interface
|
||||
[user guide]: ../usage.md/#command-line-interface
|
||||
|
||||
@@ -46,7 +46,7 @@ Get your OpenAI API key from:
|
||||
It's highly recommended that you keep track of your API costs on [the Usage page](https://platform.openai.com/account/usage).
|
||||
You can also set limits on how much you spend on [the Usage limits page](https://platform.openai.com/account/billing/limits).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Setting up AutoGPT
|
||||
@@ -58,8 +58,8 @@ Since we don't ship AutoGPT as a desktop application, you'll need to download th
|
||||
|
||||

|
||||
|
||||
* To get the latest bleeding edge version, use `master`.
|
||||
* If you're looking for more stability, check out the latest AutoGPT [release][releases].
|
||||
- To get the latest bleeding edge version, use `master`.
|
||||
- If you're looking for more stability, check out the latest AutoGPT [release][releases].
|
||||
|
||||
[project]: https://github.com/Significant-Gravitas/AutoGPT
|
||||
[releases]: https://github.com/Significant-Gravitas/AutoGPT/releases
|
||||
|
||||
Reference in New Issue
Block a user