docs/src/content/docs/configuration/index.mdx
import { Aside, LinkCard, CardGrid } from "@astrojs/starlight/components";
dash has extensive configuration options.
$HOME/.config/gh-dash/config.yml.--config flag to specify a different configuration file..gh-dash.yml file in a repo for project specific configuration.The configuration for dash is schematized. The pages in this section list the configuration
options, their defaults, and how you can use them.
Documentation and schema for the configuration of your GitHub dashboard.
<CardGrid> <LinkCard title="Schema" href="./schema" description="Configure your IDE to autocomplete when editing the config file" /> <LinkCard title="Defaults" href="./defaults" description="Documentation for the default setting options for your GitHub dashboard." /> <LinkCard title="Searching" href="./searching" description="How to search and filter issues and prs" /> <LinkCard title="PR Section" href="./pr-section" description="Documentation for configuring the PR sections of your GitHub dashboard." /> <LinkCard title="Issue Section" href="./issue-section" description="Documentation for configuring the issue's sections of your GitHub dashboard." /> <LinkCard title="Keybindings" href="./keybindings" description="Documentation for defining commands for your GitHub dashboard." /> <LinkCard title="Layout" href="./layout/options" description="Documentation for configuring your GitHub dashboard’s layout." /> <LinkCard title="Theme" href="./theme" description="Documentation for configuring your GitHub dashboard’s theme." /> <LinkCard title="Reusing Settings" href="./reusing.mdx" description="Define global settings that will always be applied" /> </CardGrid>