Getting Started
The chiller.json
config file has the following properties.
The name of your application. This is used in the page title.
The favicon file to use for the site. A relative path from your chiller.json file.
The absolute url where you expect your docs application to be deployed. The domain is used to build links.
Used in the meta for SEO
Relative path to the logo file to use in the header. Can be a string or an object with a `light` and `dark` property where you specify a different logo for each theme.
Path to the logo that should be used when in light mode.
Path to the logo that should be used when in dark mode.
A glob pattern string (or an array of glob strings) relative paths from your chiller.json config file that find all your documentaion pages. You can prefix a glob with `!` to filter those results out.
An object describing how your sidebar should be layed out.
If specified, should be a list of all sidebar groups in the order you want them displayed.
Each link can have a `url`, `icon`, and `label` property.
Target address to link to
One of github, book, code, or chat
If provided, the text shows in the link
An object describing how your header should be layed out.
Each link can have a `url`, `icon`, and `label` property.
Target address to link to
One of github, book, code, or chat
If provided, the text shows in the link