The starter kit comes with documentation for all styles and components in the UI library. Most of this documentation can be used as-is, with minor adjustments based on your project details.

Where can I get the starter documentation?

The starter docs live in Dropbox. Download the entire folder and store it wherever your project files live.

Where should the documentation live?

When should new documentation be created?

Whenever a new style or component is created, documentation should be written for it. It’s best to adopt the mentality that a component isn’t complete until it’s been documented.

Why is the documentation written in Markdown?

Documentation we write will end up living in many different places: Confluence, Gatsby, Storybook, Notion, etc. This means our content needs to be portable. Markdown is a great way to ensure the portability of our documentation regardless of the environment it will end up living in.