This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
v2.0.0
Breaking changes
- Relative filepaths in the configuration file and absolute filepaths for external examples are now resolved relative the root project directory (ie. the first ancestor directory that contains
package.json
). Previously, they were resolved relative to the configuration file's parent directory. - The
sidebar
configuration property is now a child of a newtheme
property:
theme:
sidebar:
background: red
textColor: "#fff"
New functionality
- Custom CSS and JS can be included in the styleguide via a new
theme
option in the configuration. See the Theming docs.