# develop.github.com **Repository Path**: mirrors_github/develop.github.com ## Basic Information - **Project Name**: develop.github.com - **Description**: Outdated documentation for GitHub API v2. See http://developer.github.com/ for the current API. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **NOTE: This repository is no longer supported or updated by GitHub. See http://developer.github.com/.** Develop.GitHub.com ================== This is the code and data behind . All content can be found in the `_posts/` directory. Dependencies, Getting Started ----------------------------- Install [Jekyll][jk] and rake (both require Ruby): gem install jekyll rake Once you've done that, run `rake` to compile the site: rake This should start a web server at which is now serving your site, updating whenever you make changes. Contributing ------------ To contribute to the develop.github site, you can fork the repository, push your changes into it and create an Issue: 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: (Replace 'schacon' with your username) [jk]: https://github.com/mojombo/jekyll