This is the repository for the documentation website for the Material Theme UI plugin.
Please only report issues concerning the documentation.
If you want to contribute to the documentation, you can fork this repository and update the docs accordingly:
bundle install
(you need Ruby 2.0+ and Bundler installed)npm install
(or yarn install
)npm run start
grunt
.
├── _data - Various lists of items
├── _includes - Partials used throughout the docs
├── _layouts - Layouts
├── assets - Generated folder containing the built assets
├── config - Config folder for the Javascript
├── docs - Documentation pages
├── img - Images
│ ├── accents - Accent components
│ ├── arrows - Arrow styles
│ ├── brand - Logos
│ ├── components - Components
│ ├── fileIcons - File Icons
│ ├── icons - Icons
│ └── screens - Screenshots
├── jekyllbuild - Generated folder for the Jekyll pages
├── js - Generated folder for the Javascript app
├── sass - Stylesheets
├── vue - The Vue application (not yet built)
├── index.html - Main index file
└── _config.yml - The Jekyll config file
docs
directoryimg
directory and in their relevant subfolder_includes
directory_data/nav.yml
configuration file.