This repo contains the programming wiki for Code Self Study. For the main Code Self Study website, see this repo.
This repo also holds the documentation for the main website.
To contribute, make a pull request. Ask an organizer at a meetup if you would like assistance.
Tip: pushing or merging to master
will trigger deployment on Netlify. (Update: this might not be working at the moment. It's now deployed with Netlify CLI.)
$ netlify deploy --prod
Install mdbook on your computer and run this command to serve it on port 3000:
$ mdbook serve
Then visit localhost:3000.
To add new pages, edit the src/SUMMARY.md
file. Adding new items there will automatically create new pages.
Images can go in the src/images
directory. Here's an example of how to load an image:
Except where otherwise specified, the content in the src
directory is licensed under an Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license, which is the same license that Wikipedia uses.
Please only submit content that you have created yourself. By submitting content to this repo, you agree to license the content under that license. Like any wiki, your content will probably be edited by other users.