This repository is now archived. It previously generated the documentation for https://docs.learninglocker.net which now redirects to https://learninglocker.atlassian.net/wiki/spaces/DOCS/overview hosted by Learning Pool's account on Confluence.
Documentation for Learning Locker.
Learning Locker is copyright Learning Pool
Please view our documentation site.
You may contribute to this project via issues and pull request, however, please see the guidelines before doing so. More information about how you can get involved can be found on the Learning Locker website.
- Open the file you wish to edit on Github.
- Edit the file.
- Enter a "commit message" (found below the edited file).
- Click "Propose file changes" (found below the edited file).
Alternatively:
- Fork the repository.
- Change the markdown documentation files.
- Commit and push your changes to Github.
- Create a pull request on Github (ensuring that you follow the guidelines).
- Install Ruby
- Install Bundler
- Run
bundler install
- Run
jekyll server --watch
- Go to
http://127.0.0.1:4000
in your browser
For each change in the src files jekyll will automatically recompile the dist files.
Note that the documentation site is generated using Jekyll. To learn more about the repository structure, please view the Jekyll documentation.