doc: fix clickable links docs

Fix clickable links docs
This commit is contained in:
Dustin Loring 2024-12-15 17:13:40 -05:00 committed by GitHub
commit 810cc81a16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 7 deletions

View File

@ -176,6 +176,8 @@ docker-compose --profile development up
docker-compose --profile production up
```
---
## Running the Application
After building using any of the methods above, run the container with:

View File

@ -23,7 +23,6 @@ Check out our [Contribution Guide](CONTRIBUTING.md) for more details on how to g
---
## What are the future plans for bolt.diy?
Visit our [Roadmap](https://roadmap.sh/r/ottodev-roadmap-2ovzo) for the latest updates.

View File

@ -5,7 +5,7 @@ bolt.diy allows you to choose the LLM that you use for each prompt! Currently, y
## Join the community!
https://thinktank.ottomator.ai
[Join the community!](https://thinktank.ottomator.ai)
---
@ -38,9 +38,9 @@ For developers interested in building their own AI-powered development tools wit
Many of you are new users to installing software from Github. If you have any installation troubles reach out and submit an "issue" using the links above, or feel free to enhance this documentation by forking, editing the instructions, and doing a pull request.
1. Install Git from https://git-scm.com/downloads
1. [Install Git from](https://git-scm.com/downloads)
2. Install Node.js from https://nodejs.org/en/download/
2. [Install Node.js from](https://nodejs.org/en/download/)
Pay attention to the installer notes after completion.
@ -70,11 +70,11 @@ defaults write com.apple.finder AppleShowAllFiles YES
**NOTE**: you only have to set the ones you want to use and Ollama doesn't need an API key because it runs locally on your computer:
Get your GROQ API Key here: https://console.groq.com/keys
[Get your GROQ API Key here](https://console.groq.com/keys)
Get your Open AI API Key by following these instructions: https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key
[Get your Open AI API Key by following these instructions](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key)
Get your Anthropic API Key in your account settings: https://console.anthropic.com/settings/keys
Get your Anthropic API Key in your [account settings](https://console.anthropic.com/settings/keys)
```
GROQ_API_KEY=XXX