Skip to main content

Configuration

Learn how to configure your documentation site.

Docusaurus Configuration

Edit docusaurus.config.ts to customize:

  • Site title and tagline
  • URL and base URL
  • Navigation and footer
  • Theme colors

AI Chat Configuration

The AI chat requires Azure services:

Required Environment Variables

VariableDescription
AZURE_OPENAI_ENDPOINTYour Azure OpenAI endpoint URL
AZURE_OPENAI_API_KEYAPI key for Azure OpenAI
AZURE_OPENAI_DEPLOYMENTModel deployment name (e.g., gpt-5-mini)
AZURE_SEARCH_ENDPOINTAzure AI Search endpoint URL
AZURE_SEARCH_API_KEYAPI key for Azure AI Search
AZURE_SEARCH_INDEX_NAMEName of the search index

Setting Up Azure Services

  1. Create an Azure OpenAI resource
  2. Deploy gpt-5-mini and text-embedding-3-small models
  3. Create an Azure AI Search resource
  4. Configure the search index using the provided schema

Custom Styling

Edit src/css/custom.css to customize the color palette and other styles.