From c63dee12d0ab03165b657e6ec19b52dbf92a166c Mon Sep 17 00:00:00 2001 From: tekkub Date: Thu, 27 May 2010 01:03:40 -0600 Subject: Add getting started section to the index page --- index.textile | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 index.textile (limited to 'index.textile') diff --git a/index.textile b/index.textile deleted file mode 100644 index 9d642dd..0000000 --- a/index.textile +++ /dev/null @@ -1,43 +0,0 @@ ---- -layout: default -title: Welcome ---- - -Welcome to the GitHub Help site. Here we have compiled many guides to help you set up and use git and GitHub. - -h2. Guides - -Use the sidebar on the right side of this site to access our guides! - -If you would like to submit your own guides, please fork "our repo":http://github.com/github/help.github.com/ and send pull requests to "tekkub":http://github.com/tekkub - -We are in the process of moving guides over from the "old wiki":http://github.com/guides/home. - -h3. Popular guides - -
- {% for post in site.posts reversed %}{% if post.categories contains "popular" %} -
{{ post.title }}
-
{{ post.description }}
- {% endif %}{% endfor %} -
- -h2. Getting help - -There are a number of resources available to help you learn git or fix issues with GitHub: - -h3. GitHub - -* "GitHub Support":http://support.github.com -- Resolve issues with GitHub or get help with basic git issues. -* "Contact GitHub":http://github.com/contact -- Don't feel like making an account on support.github.com? This is your direct line to us. -* "GitHub Google Group":http://groups.google.com/group/github/ -- Ask the community for help -* "GitHub Status":http://twitter.com/github -- Is GitHub down, or is it just me? - -h3. Git - -* "Pro git":http://progit.org/ -* "git-scm":http://git-scm.com/ -* "git man pages":http://www.kernel.org/pub/software/scm/git/docs/ -- In-depth documentation for every git command. -* "git user's manual":http://www.kernel.org/pub/software/scm/git/docs/user-manual.html -* "Learn.GitHub":http://learn.github.com -- Git tutorials for beginners and experts. -* "git ready":http://www.gitready.com/ -- Little tips and hints for using git. -- cgit v1.3.1