From 1847165a8c034e82cb35a0dc23878921cab30b5d Mon Sep 17 00:00:00 2001
From: Adin Scannell
Date: Fri, 15 May 2020 09:29:52 -0700
Subject: Minor text updates and jquery ordering.
PiperOrigin-RevId: 311744091
---
g3doc/architecture_guide/README.md | 3 +++
g3doc/user_guide/quick_start/docker.md | 2 +-
g3doc/user_guide/quick_start/kubernetes.md | 2 +-
g3doc/user_guide/quick_start/oci.md | 2 +-
website/_includes/footer.html | 2 +-
website/_layouts/docs.html | 2 +-
website/index.md | 2 +-
7 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/g3doc/architecture_guide/README.md b/g3doc/architecture_guide/README.md
index 1364a5358..ab9ef7174 100644
--- a/g3doc/architecture_guide/README.md
+++ b/g3doc/architecture_guide/README.md
@@ -71,6 +71,9 @@ race detector. (The use of Go has its challenges too, and isn't free.)
+Gofers mediate file system interactions, and are used to provide additional
+isolation. For more details, see the [Platform Guide](./platforms.md).
+
[apparmor]: https://wiki.ubuntu.com/AppArmor
[golang]: https://golang.org
[kvm]: https://www.linux-kvm.org
diff --git a/g3doc/user_guide/quick_start/docker.md b/g3doc/user_guide/quick_start/docker.md
index 5228db4c0..fa8b9076b 100644
--- a/g3doc/user_guide/quick_start/docker.md
+++ b/g3doc/user_guide/quick_start/docker.md
@@ -1,4 +1,4 @@
-# Docker
+# Docker Quick Start
> Note: This guide requires Docker version 17.09.0 or greater. Refer to the
> [Docker documentation][docker] for how to install it.
diff --git a/g3doc/user_guide/quick_start/kubernetes.md b/g3doc/user_guide/quick_start/kubernetes.md
index b1f67252e..f875d8002 100644
--- a/g3doc/user_guide/quick_start/kubernetes.md
+++ b/g3doc/user_guide/quick_start/kubernetes.md
@@ -1,4 +1,4 @@
-# Kubernetes
+# Kubernetes Quick Start
gVisor can be used to run Kubernetes pods and has several integration points
with Kubernetes.
diff --git a/g3doc/user_guide/quick_start/oci.md b/g3doc/user_guide/quick_start/oci.md
index 57bcc4f63..877169145 100644
--- a/g3doc/user_guide/quick_start/oci.md
+++ b/g3doc/user_guide/quick_start/oci.md
@@ -1,4 +1,4 @@
-# OCI
+# OCI Quick Start
This guide will quickly get you started running your first gVisor sandbox
container using the runtime directly with the default platform.
diff --git a/website/_includes/footer.html b/website/_includes/footer.html
index 5d9267f35..9cc8176f7 100644
--- a/website/_includes/footer.html
+++ b/website/_includes/footer.html
@@ -2,9 +2,9 @@
{% include footer-links.html %}
+
-
{% if site.analytics %}
diff --git a/website/_layouts/docs.html b/website/_layouts/docs.html
index e11492915..33ea8e1de 100644
--- a/website/_layouts/docs.html
+++ b/website/_layouts/docs.html
@@ -47,7 +47,7 @@ categories:
{{ page.title }}
{% if page.editpath %}
- Edit this page
+ Edit this page
Create issue
{% endif %}
diff --git a/website/index.md b/website/index.md
index 34d3ee23d..95d5d16f0 100644
--- a/website/index.md
+++ b/website/index.md
@@ -43,7 +43,7 @@
The pluggable platform architecture of gVisor allows it to run anywhere,
enabling consistent security policies across multiple environments without
having to rearchitect your infrastructure.
- Read More »
+ Get Started »
--
cgit v1.2.3