Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: document ui config #233

Merged
merged 1 commit into from
Jun 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,20 @@

| Property | Description | Default | Since |
| ----------------------------- | ------------------------------------------------------------- | ------------------- | ------- |
| ui.default_theme | Sets the default UI theme for users | system | v1.27.0 |
| cors.enabled | Enable CORS support | false | v0.7.0 |
| cors.allowed_origins | Sets Access-Control-Allow-Origin header on server | "\*" (all domains) | v0.7.0 |
| meta.check_for_updates | Enable check for newer versions of Flipt on startup | true | v0.17.0 |
| meta.telemetry_enabled | Enable anonymous telemetry data (see [Telemetry](#telemetry)) | true | v1.8.0 |
| meta.state_directory | Directory on the host to store local state | $HOME/.config/flipt | v1.8.0 |
| diagnostics.profiling.enabled | Enable profiling endpoints for pprof | true | v1.29.0 |

### User Interface

Check warning on line 121 in configuration/overview.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Openly.Titles] 'User Interface' should be in sentence case Raw Output: {"message": "[Openly.Titles] 'User Interface' should be in sentence case", "location": {"path": "configuration/overview.mdx", "range": {"start": {"line": 121, "column": 5}}}, "severity": "WARNING"}

| Property | Description | Default | Since |
| ---------------- | ---------------------------------------------- | ------- | ------- |
| ui.default_theme | Sets the default UI theme for users | system | v1.27.0 |
| ui.topbar.color | Sets the color of the top menu bar (hex value) | | v1.44.0 |

### Logging

| Property | Description | Default | Since |
Expand Down
Loading