Configuration Guide
Configuration Guide
Configure CubeDocs to match your project's brand and needs.
Environment Variables
You can configure the platform via a .env file or repository secrets.
| Variable | Description |
|---|---|
NEXT_PUBLIC_GITHUB_CLIENT_ID | Your GitHub App Client ID |
NEXT_PUBLIC_AUTH_PROXY_URL | The URL of your Cloudflare Auth Proxy |
Theme Customization
CubeDocs uses a Material-inspired design system. You can customize the primary colors by editing the CSS variables in globals.css.
:root { --md-primary-fg-color: #3f51b5; /* Indigo */ }