From e859ab1cef08d0d95b977173c7ab1aef0434a401 Mon Sep 17 00:00:00 2001 From: Ian Gudger Date: Tue, 2 Apr 2019 10:26:27 -0700 Subject: Tweaks to home page (#5) * Fix "Read the docs" to use consistent case with the rest of the callouts at the bottom of the page. * Add a comma to the Zero Configuration callout to make it read better. * Remove a few extra spaces from the HTML. --- content/_index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/_index.html b/content/_index.html index ecb72ed7b..a88d00a6a 100644 --- a/content/_index.html +++ b/content/_index.html @@ -7,8 +7,8 @@ description = "A container sandbox runtime focused on security, efficiency, and {{< blocks/cover image_anchor="top" height="auto" color="primary" title="gVisor" >}}

A container sandbox runtime focused on security, efficiency, and ease of use.

- Quick Start - GitHub + Quick Start + GitHub
{{< /blocks/cover >}} @@ -29,14 +29,14 @@ Runs as a normal process and uses the host kernel for memory management and sche {{% /blocks/feature %}} {{% blocks/feature icon="fab fa-linux" title="Zero Configuration" %}} -Capable of running most Linux applications unmodified with zero configuration. +Capable of running most Linux applications unmodified, with zero configuration. {{% /blocks/feature %}} {{< /blocks/section >}} {{< blocks/section color="white" >}} -{{% blocks/feature icon="fas fa-book" title="Read the docs" %}} +{{% blocks/feature icon="fas fa-book" title="Read the Docs" %}} Read the [documentation](./docs/user_guide/) to understand gVisor, its architecture and trade-offs, and how to use it. {{% /blocks/feature %}} -- cgit v1.2.3