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
Configure fundamental project properties like name, description, and visibility.
Advanced Options
Access advanced configuration settings for power users and enterprise deployments.
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"
}
name: My Documentation Project
description: Comprehensive API documentation
visibility: private
brandColor: '#3B82F6'
Advanced Options
For more complex documentation needs, explore our advanced configuration features.
Connect with external tools and services for enhanced functionality.
Set up automated workflows for content approval and publishing.
Define custom metadata fields for your documentation structure.
Environment Variables
Configure environment-specific settings using variables.
| Variable | Description | Example |
|---|---|---|
API_BASE_URL | Base URL for API endpoints | https://api.annugulati.com |
BRAND_COLOR | Primary brand color | #3B82F6 |
MAX_FILE_SIZE | Maximum upload file size | 10MB |
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
Last updated today