Skip to content

Commit

Permalink
add pages for the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Apr 30, 2011
1 parent 734fc1c commit cd905b8
Show file tree
Hide file tree
Showing 8 changed files with 78 additions and 10 deletions.
11 changes: 11 additions & 0 deletions command-reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
title: Command Reference
previous: /patterns
next: /specification-reference
---

Command Reference
=================

What each `gem` command does, and how to use it.
13 changes: 13 additions & 0 deletions faqs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: default
title: Frequently Asked Questions
previous: /resources
next: /
---

Frequently Asked Questions
==========================

The RubyGems development team has gotten a lot of support requests over the
years, and this is a list of the questions users both new and old that
frequently pop up.
16 changes: 8 additions & 8 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@ Unpack the mystery behind what's in a RubyGem.

Start with an idea, end with a distributable package of Ruby code.

[Patterns](/)
[Patterns](/patterns)
---------------

Common gem packaging patterns and recommendations for building yours.

[Command Reference](/)
[Specification Reference](/specification-reference)
---------------

In depth coverage of each `gem` command.
Learn about the data in each gem package and how you can configure it.

[Specification Reference](/)
[Command Reference](/command-reference)
---------------

Learn about the data in each gem package and how you can configure it.
In depth coverage of each `gem` command.

[RubyGems.org API](/)
[RubyGems.org API](/rubygems-org-api)
---------------

Interact with publicly available gems over HTTP.

[Run your own gem server](/)
[Run your own gem server](/run-your-own-gem-server)
---------------

Need to serve gems locally or for your organization? Go here.
Expand All @@ -42,7 +42,7 @@ Need to serve gems locally or for your organization? Go here.

Great blog posts, tutorials, and other sites to help you out.

[Frequently Asked Questions](/)
[Frequently Asked Questions](/faqs)
---------------

More of the "why" and "wtf" than "how".
Expand Down
11 changes: 11 additions & 0 deletions patterns.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
title: Patterns
previous: /make-your-own-gem
next: /command-reference
---

Patterns
========

Common practices to make your gem users and other developers' lives easier.
4 changes: 2 additions & 2 deletions resources.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: default
title: Resources
previous: /
next: /
previous: /run-your-own-gem-server
next: /faqs
---

Resources
Expand Down
11 changes: 11 additions & 0 deletions rubygems-org-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
title: RubyGems.org API
previous: /specification-reference
next: /run-your-own-gem-server
---

RubyGems.org API
=====================

How to interact with RubyGems.org over HTTP.
11 changes: 11 additions & 0 deletions run-your-own-gem-server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
title: Run your own gem server
previous: /rubygems-org-api
next: /resources
---

Run your own gem server
=======================

How to set up a server to host gems from within your organization.
11 changes: 11 additions & 0 deletions specification-reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
title: Specification Reference
previous: /command-reference
next: /rubygems-org-api
---

Specification Reference
=======================

Details of each field available to gem developers in the `Gem::Specification` of their package.

0 comments on commit cd905b8

Please sign in to comment.