GitXplorerGitXplorer
c

docs

public
290 stars
105 forks
13 issues

Commits

List of commits on branch master.
Verified
f1a25b4dc6b5fe310d23c5815f281f354358f2d1

Merge pull request #382 from Youssef1313/patch-4

ddmalan committed 4 years ago
Verified
98124b3d6ebcdf946ae96b354ffebe0576708086

Fix broken link

YYoussef1313 committed 4 years ago
Unverified
38da8ef545dcdf79c285beb102e36cc465c36137

new sub instr

ddlloyd09 committed 4 years ago
Unverified
22cda8c9705020f6442f149daa4ae190850e317c

restore proj1 sub instrs temporarily, for feedback

ddlloyd09 committed 5 years ago
Unverified
c30f580973ecaf5150fb2c3c33d9dd0e10b36ac4

remove submission instr, cs50m

ddlloyd09 committed 5 years ago
Unverified
7be174b18b82cd43151194581b52f0ea8ac6c358

remove submission instructions from 2018 CS50W/OCW

ddlloyd09 committed 5 years ago

README

The README file for this repository.

CS50 Docs

Build Status

Usage

  1. Edit _pages/*.
  2. git add PATH [PATH]
  3. git commit
  4. git push
  5. 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

  1. Install Docker Engine.
  2. sudo pip install cli50
  3. cd docs
  4. cli50
  5. make
  6. View _site/*.