Skip to content

AtomMaterialUI/material-theme-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1c47bda · Feb 26, 2025
Jan 29, 2025
Jan 29, 2025
Jun 14, 2024
Apr 9, 2020
Jan 28, 2025
Nov 25, 2022
Aug 5, 2023
Aug 16, 2024
Nov 25, 2024
Aug 16, 2024
May 31, 2021
Feb 14, 2023
Jul 2, 2021
Apr 9, 2020
May 5, 2022
Apr 9, 2020
Jul 21, 2023
Apr 9, 2020
Aug 27, 2021
Aug 5, 2023
Dec 14, 2023
Nov 5, 2021
Apr 9, 2020
Apr 5, 2024
Feb 9, 2022
Nov 5, 2021
Jul 2, 2021
Jan 28, 2022
Feb 26, 2025
Jun 14, 2024
Sep 6, 2022
Dec 7, 2021
Dec 14, 2023
Dec 14, 2023

Repository files navigation

layout title
index
README

Documentation for Material Theme UI for JetBrains

This is the repository for the documentation website for the Material Theme UI plugin.

Please only report issues concerning the documentation.

Contributing

If you want to contribute to the documentation, you can fork this repository and update the docs accordingly:

  1. Fork this repository
  2. Clone your forked repository on your computer
  3. Install Jekyll: bundle install (you need Ruby 2.0+ and Bundler installed)
  4. Install NPM dependencies: npm install (or yarn install)
  5. Run local server: npm run start
  6. Run grunt watch grunt
  7. Open the address http://localhost:8080

Structure

{% include tree %}
  • New pages should be added in the docs directory
  • New images should be added in the img directory and in their relevant subfolder
  • New partials should be added in the _includes directory
  • New pages can be added in the navigation sidebar from the _data/nav.yml configuration file.
  • Screenshots should not be more than 400KB in size