Skip to content

Commit

Permalink
Merge branch 'feat/2499-theming_config-options' into feat/2499-themin…
Browse files Browse the repository at this point in the history
…g_color-palettes-and-scales
  • Loading branch information
zachstence committed Nov 5, 2024
2 parents 086f07a + 42c5be4 commit cf64867
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions sites/docs/evidence.config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
themes:
defaultAppearance: system
appearanceSwitcher: true

plugins:
components:
# This loads all of evidence's core charts and UI components
# You probably don't want to edit this dependency unless you know what you are doing
"@evidence-dev/core-components": {}

# Loading a plugin:
# your-component-plugin: {}
#
# Adding aliases:
# your-component-plugin:
# aliases:
# SomeLongComponent: Alias
#
# Adding overrides:
# your-component-plugin:
# aliases:
# SomeLongChartComponent: BarChart
# overrides:
# - BarChart
#
# Adding normal Svelte component library:
# your-svelte-component-library:
# provides:
# - SomeComponent
# - SomeOtherComponent
#
# For more info: https://docs.evidence.dev/plugins/using-plugins/
datasources:
# You can add additional datasources here by adding npm packages.
# Make to also add them to `package.json`.
"@evidence-dev/csv": { }
"@evidence-dev/duckdb": { }
"@evidence-dev/faker-datasource": { }

0 comments on commit cf64867

Please sign in to comment.