Template for documenting notes. Go here for a demo.
This documentation should have everything needed or at least most common scenarios for help.
- Ready to use template
- Stand up a static website in seconds
- Uses material-UI plugin to follow standard UI elements
- Built-in search support
- Automatic deployment to gh-pages using GitHub workflow
- Shortcuts available by default
- Search:
s
,/
- Previous:
p
- Next:
n
- Search:
Click on Use this template
green button from the repository to create your own repository in a desired github account.
Now, update the following fields in mkdocs.yml
file
repo_url
- path to your new reposite_url
- path where GitHub will deploy your new site, or your domain if you have onehomepage
- path where GitHub will deploy your new site, or your domain if you have oneproperty
- if you need analytics, you can replace the google analytics tag for your repo with your own. Otherwise remove theanalytics
section completely
docs
folder is meant to provide some guidelines for contributing to the project. It is unrelated to newer projects, however feel free to use it if needed.help
folder is meant to help you understand how to best use the template, and provide help if you feel stuck somewhere. If you don't need it, feel free to get rid of it, since you can always refer back to the original template.- Update
README.md
file with your own content, based on what you intend to document
- You can update your new site's icon by replacing the image
logo.png
from/src/assets/images
. As of now, we only uselogo.png
, feel free to get rid of other files. - Add your website's url on your github repository for easy access
- Add tags on your github repository if interested
Nothing needs to be done here. Your GitHub workflow will take care of pushing the changes out to gh-pages automatically once you commit your new changes
There is good documentation here for tasks that may be helpful. Feel free to check it out.
Refer contributing guidelines for making contributions to the template.
- Issue Tracker: https://github.com/learn-with-me/mkdocs-template/issues
- Source Code: https://github.com/learn-with-me/mkdocs-template
If you are having issues, please let us know. We have a mailing list located at: [email protected]
The project is licensed under the BSD license.
BSD licenses are a family of permissive free software licenses, imposing minimal restrictions on the use and distribution of covered software. It can be used to distribute open source, freeware and shareware projects as it does not put any restrictions on the redistribution of software.