CLI reference
@@ -83,8 +85,10 @@ For example:
-
- Fig
+
+
+ Fig
+
-
diff --git a/css/fig.css b/css/fig.css
index 4d8a0281..fb9fb497 100644
--- a/css/fig.css
+++ b/css/fig.css
@@ -60,7 +60,11 @@ img {
font-family: 'Lilita One', sans-serif;
font-size: 80px;
margin: 20px 0 40px 0;
+}
+
+.logo a {
color: #a41211;
+ text-decoration: none;
}
.logo img {
diff --git a/django.html b/django.html
index 57a9edb3..c3ee8d5e 100644
--- a/django.html
+++ b/django.html
@@ -11,8 +11,10 @@
-
- Fig
+
+
+ Fig
+
- Fig
+
+
+ Fig
+
Getting started with Fig and Django
@@ -94,8 +96,10 @@ myapp_web_1 | Quit the server with CONTROL-C.
-
- Fig
+
+
+ Fig
+
-
diff --git a/env.html b/env.html
index cf1e30b5..ec45b23f 100644
--- a/env.html
+++ b/env.html
@@ -11,8 +11,10 @@
-
- Fig
+
+
+ Fig
+
- Fig
+
+
+ Fig
+
Environment variables reference
@@ -40,8 +42,10 @@ Fully qualified container name, e.g.DB_1_NAME=/myapp_web_1/myapp_db_1
-
- Fig
+
+
+ Fig
+
diff --git a/index.html b/index.html
index fd2d068e..9059d921 100644
--- a/index.html
+++ b/index.html
@@ -11,8 +11,10 @@
-
- Fig
+
+
+ Fig
+
Fast, isolated development environments using Docker.
@@ -24,7 +26,7 @@ RUN pip install -r requirements.txt
WORKDIR /code
CMD python app.py
-Define your app's services so they can be run alongside in an isolated environment:
+Define the services that make up your app so they can be run together in an isolated environment:
web:
build: .
links:
@@ -158,8 +160,10 @@ figtest_web_1 /bin/sh -c python app.py Up 5000->5000/tcp
-
- Fig
+
+
+ Fig
+
diff --git a/install.html b/install.html
index 3efdd85f..c0a23005 100644
--- a/install.html
+++ b/install.html
@@ -11,8 +11,10 @@
-
- Fig
+
+
+ Fig
+
Installing Fig
@@ -34,8 +36,10 @@ $ docker-osx shell