Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.06 KB

Source repository of rrdm-shh.github.io

Built with Docsify docsify.js.org and docsify-thmeable

How to add content ?

  • Add your content as markdown files by marking a pull request to this repository.

  • You can either add your files at the root directory, or put them in subdirectories.

    • Subdirectories should have a dedicated README.md file.
  • Example structure:

    .
    ├── home.md
    |   ...
    ├── folder
    │   ├── README.md
    │   └── ...
    
    
  • If you add a new markdown file, don't forget to add it in the _sidebar.md file. Headers within a Markdown file are added automatically to the sidebar.

  • DO NOT EDIT index.html

  • DO NOT RENAME home.md

Optional (but recommended)

Install Docsify to render locally the website with npm (Node.js Package Manager): npm i docsify-cli -g