CARVIEW |
Every repository with this icon (

Every repository with this icon (

Description: | API Documentation for GitHub |
Homepage: | https://develop.github.com |
Clone URL: |
git://github.com/develop/develop.github.com.git
Give this clone URL to anyone.
git clone git://github.com/develop/develop.github.com.git
|
name | age | message | |
---|---|---|---|
![]() |
README.markdown | Thu Feb 19 20:00:21 -0800 2009 | updated readme to develop rather than learn [schacon] |
![]() |
Rakefile | Thu Feb 19 19:57:29 -0800 2009 | beginnings of api documentation [schacon] |
![]() |
css/ | Thu Feb 19 19:57:29 -0800 2009 | beginnings of api documentation [schacon] |
![]() |
images/ | Thu Feb 19 19:57:29 -0800 2009 | beginnings of api documentation [schacon] |
![]() |
index.html | Fri Apr 17 15:30:26 -0700 2009 | add beginnings of issues api docs [schacon] |
![]() |
js/ | Thu Feb 19 19:57:29 -0800 2009 | beginnings of api documentation [schacon] |
![]() |
p/ | Mon Apr 20 13:35:01 -0700 2009 | add search and commenting to docs [schacon] |
![]() |
pages/ | Mon Apr 20 13:35:01 -0700 2009 | add search and commenting to docs [schacon] |
![]() |
template/ | Sat Mar 21 12:48:35 -0700 2009 | Reference the correct github project. [dustin] |
Develop.GitHub.com
This is the code and data behind develop.github.com. The page content lives in the pages/ directory and is compiled into the HTML output in p/. Normally, generated files like these wouldn't be checked into source control, but it's required for the GitHub Pages hosting.
If you edit a page, please remember to run 'rake' to recompile the site and create a single commit including both your source and generated files. This makes it as easy as possible for others to work with your changes.
Dependencies, Getting Started
Compiling the site requires maruku, which can be installed with:
sudo gem install maruku
Once you've done that, just run rake to compile the site:
rake
Contributing
To contribute to the develop.github site, you can fork the repository,
push your changes into it and send a pull request to 'schacon'.
If you want to run the site on GitHub pages for testing you can push your changes into the 'gh-pages' branch, rather than the 'master' branch of the remote repository.
$ git push origin master:gh-pages
That command will push your master branch to the 'gh-pages' branch of your fork. Then Pages will serve the site for you under :
https://schacon.github.com/develop.github.com
(Replace 'schacon' with your username)