Procházet zdrojové kódy

Build and link to getting started guides

Signed-off-by: Aanand Prasad <[email protected]>
Aanand Prasad před 10 roky
rodič
revize
35d5d1a5b1
2 změnil soubory, kde provedl 8 přidání a 2 odebrání
  1. 5 2
      docs/index.md
  2. 3 0
      docs/mkdocs.yml

+ 5 - 2
docs/index.md

@@ -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).

+ 3 - 0
docs/mkdocs.yml

@@ -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']