Merge pull request #1018 from aanand/link-to-getting-started-guides

Build and link to getting started guides
This commit is contained in:
Ben Firshman 2015-02-25 19:07:57 +00:00
commit 2e57575a61
2 changed files with 8 additions and 2 deletions

View File

@ -185,6 +185,9 @@ your services once you've finished with them:
$ docker-compose stop
At this point, you have seen the basics of how Compose works.
At this point, you have seen the basics of how Compose works.
- Next, try the quick start guide for [Django](django.md),
[Rails](rails.md), or [Wordpress](wordpress.md).
- See the reference guides for complete details on the [commands](cli.md), the
[configuration file](yml.md) and [environment variables](env.md).

View File

@ -5,3 +5,6 @@
- ['compose/yml.md', 'Reference', 'Compose yml']
- ['compose/env.md', 'Reference', 'Compose ENV variables']
- ['compose/completion.md', 'Reference', 'Compose commandline completion']
- ['compose/django.md', 'Examples', 'Getting started with Compose and Django']
- ['compose/rails.md', 'Examples', 'Getting started with Compose and Rails']
- ['compose/wordpress.md', 'Examples', 'Getting started with Compose and Wordpress']