Core ConceptsConfiguration
Core Concepts

Configuration

Configure your documentation projects and customize the platform settings

Project Configuration

Configuring your documentation projects allows you to customize the platform to meet your specific needs. From basic project settings to advanced customization options, our configuration system provides flexibility for various documentation workflows.

Basic Settings

Start with the essential configuration options that define your project's foundation.

Project Details

Set your project name, description, and basic metadata.

Access Control

Configure who can view and edit your documentation.

Branding

Customize the appearance with your brand colors and logo.

{
  "name": "My Documentation Project",
  "description": "Comprehensive API documentation",
  "visibility": "private",
  "brandColor": "#3B82F6"
}
Use descriptive project names that clearly indicate the purpose and scope of your documentation.

Advanced Options

For more complex documentation needs, explore our advanced configuration features.

Connect with external tools and services for enhanced functionality.

Environment Variables

Configure environment-specific settings using variables.

VariableDescriptionExample
API_BASE_URLBase URL for API endpointshttps://api.annugulati.com
BRAND_COLORPrimary brand color#3B82F6
MAX_FILE_SIZEMaximum upload file size10MB
2024-08-10Configuration Update
featureimprovement

New Features

  • Added support for custom metadata fields
  • Implemented environment variable configuration
  • Enhanced webhook payload customization

Improvements

  • Improved configuration validation
  • Added configuration import/export functionality
Was this page helpful?
Built with Documentation.AI

Last updated today