docs
docs copied to clipboard
These are CS50 documents.
CS50 Docs
Usage
- Edit
_pages/*
. -
git add PATH [PATH]
-
git commit
-
git push
- View http://docs.cs50.net/path/to/file.html after a few seconds.
If your changes do not affect the rendered files under _site/
(e.g., changes to .gitignore
), be sure to include [skip ci]
in the message of the last commit before you push to avoid triggering a build, which would fail, as there would be no changes to deploy.
Viewing Changes Locally
- Install Docker Engine.
-
sudo pip install cli50
-
cd docs
-
cli50
-
make
- View
_site/*
.