this will be used in the navigation.
useful for project sites which serve an index.html
page separate from the project’s documentation.
used to sort the navigation into multiple categories.
see the navigation page for more information.
type: string
content to show in the left half of the site footer.
type: string
content to show in the right half of the site footer.
type: string
value to use for the theme-color
meta tag.
type: boolean
if true
, the contents of the file assets/custom.scss
will be loaded after all other styles.
make sure to begin the file with an empty YAML front matter block (two lines with three dashes each).
type: array
an array of fonts to load from Google Fonts.
each item should match what is found after the family
URL parameter of the font, e.g. Nunito+Sans
or Rubik:wght@300;600
.
if done correctly, you’ll be able to use the loaded fonts as overrides.
type: boolean
if true
, a dark theme will be used on devices which express a preference.
type: boolean
if true
, the navigation will change to allow for multiple versions of documentation.
see the navigation page for more information.