Source repository of rrdm-shh.github.io
Built with Docsify docsify.js.org and docsify-thmeable
-
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.
- Subdirectories should have a dedicated
-
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
Install Docsify to render locally the website with npm (Node.js Package Manager): npm i docsify-cli -g