Configuration
Configure Bedi Line2 documentation platform settings and customization options
Configuration Basics
Configuring Bedi Line2 involves setting up your documentation space preferences, theme options, and integration settings. The platform offers flexible configuration to match your project's requirements.
Access Settings
Log into your Bedi Line2 dashboard and navigate to the settings panel.
Choose Configuration
Select the configuration category you want to modify.
Apply Changes
Save your configuration changes to update your documentation space.
Theme Customization
Customize the visual appearance of your Bedi Line2 documentation with theme settings.
Set brand colors and theme variants for your documentation.
Primary brand color in hex format, e.g., #3B82F6.
{
"colors": {
"light": {
"brand": "#3B82F6"
},
"dark": {
"brand": "#85a1ff"
}
}
}
colors:
light:
brand: '#3B82F6'
dark:
brand: '#85a1ff'
Configure navigation and layout options.
Integration Settings
Configure integrations with external services and APIs.
GitHub
Connect your GitHub repository for version control and collaboration.
Slack
Set up Slack notifications for documentation updates.
Webhooks
Configure webhooks for automated workflows.
Last updated today