diff --git a/src/content/docs/projects/a4p-bot.md b/src/content/docs/projects/a4p-bot.md index e1e22f1..537bf43 100644 --- a/src/content/docs/projects/a4p-bot.md +++ b/src/content/docs/projects/a4p-bot.md @@ -165,7 +165,7 @@ Your Discord bot requires the following Gateway Intents: Create a `.env` file in the project root with the following variables: -```env +```sh # Discord Bot Configuration TOKEN=your_discord_bot_token diff --git a/src/content/docs/projects/boost-monitor.md b/src/content/docs/projects/boost-monitor.md index 2184ffc..1885db0 100644 --- a/src/content/docs/projects/boost-monitor.md +++ b/src/content/docs/projects/boost-monitor.md @@ -64,7 +64,7 @@ This section is for those interested in running their own instance of the Applic ``` 4. Edit `.env` with your configuration: - ```env + ```sh DISCORD_TOKEN="your-discord-bot-token" SENTRY_DSN="your-sentry-dsn" DEBUG_HOOK="your-discord-webhook-url" diff --git a/src/content/docs/projects/keiko.md b/src/content/docs/projects/keiko.md index 776dd92..c35026a 100644 --- a/src/content/docs/projects/keiko.md +++ b/src/content/docs/projects/keiko.md @@ -114,7 +114,7 @@ npm install Create a `prod.env` file in the root directory with the following variables: -```env +```sh DISCORD_TOKEN=your_discord_bot_token AI_TOKEN=your_anthropic_api_key LOG_TOKEN=your_logging_token (optional) diff --git a/src/content/docs/projects/liora.md b/src/content/docs/projects/liora.md index c4e6239..31844b8 100644 --- a/src/content/docs/projects/liora.md +++ b/src/content/docs/projects/liora.md @@ -199,7 +199,7 @@ pnpm install Create a `prod.env` file with the following variables: -```env +```sh DISCORD_TOKEN=your_discord_bot_token MONGO_URI=your_mongodb_connection_string LOG_TOKEN=your_logging_service_token diff --git a/src/content/docs/projects/nomena.md b/src/content/docs/projects/nomena.md index 9eae312..6ce808b 100644 --- a/src/content/docs/projects/nomena.md +++ b/src/content/docs/projects/nomena.md @@ -136,7 +136,7 @@ The Application is built with the following technologies: Create a `prod.env` file in the project root with the following variables: -```env +```sh # Required: Anthropic API key for Claude AI ANTHROPIC_API_KEY=your_anthropic_api_key_here diff --git a/src/content/docs/projects/rosalia-nightsong.md b/src/content/docs/projects/rosalia-nightsong.md index 9362203..c82de5b 100644 --- a/src/content/docs/projects/rosalia-nightsong.md +++ b/src/content/docs/projects/rosalia-nightsong.md @@ -50,7 +50,7 @@ Rosalia Nightsong is built using: The application requires the following environment variables: -```env +```sh MATRIX_ACCESS_TOKEN="matrix_access_token" MATRIX_ROOM_ID="matrix_room_id" API_AUTH="api_authentication_token" diff --git a/src/content/docs/projects/scripts.md b/src/content/docs/projects/scripts.md index d7cf887..2d58be6 100644 --- a/src/content/docs/projects/scripts.md +++ b/src/content/docs/projects/scripts.md @@ -218,7 +218,7 @@ This section is for those interested in running their own instance of the Applic 4. **Set up environment variables:** Create a `.env` file with required credentials: - ```env + ```sh # Crowdin (for translation scripts) CROWDIN_PROJECT_ID=your_project_id CROWDIN_API_URL=https://api.crowdin.com/api/v2