Documentation includes usage of Markdown files. Click here to see more on Github Markdown.
/
├─ docs # Development-specific documentation that appears on Bitbucket
├─ public # Library Styles
└─ src/ # Source Code
├─ components/ # Components Code
│ ├─ xx-components/ # contains markdown files that renders the component views
│ ├─ img/ # contains icon images
├─ docs/ # Documentation Code that appears on website
│ ├─ xx-documentation/ # contains markdown files that renders the documentation
│ ├─ img/ # contains images used for documentations (i.e spec and states images)
│ ├─ js/ # JS scripts for documentation
│ └─ scss # Stylesheets
├─ js/ # JS scripts for components
└─ scss/ # Stylesheets for components
├─ components/ # Component stylesheets
└─ utilities/ # Utilities stylesheets