diff --git a/docs/README.md b/docs/README.md index c352d61932..701ba0373b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,6 @@ * [Introduction](./introduction/README.md) * [Getting Started](./introduction/getting-started.md) * [Motivation](./introduction/motivation.md) - * [The FAQs](./introduction/the-faqs.md) * [Guides](./guides/README.md) * [Configuration](./guides/configuration.md) * [Using Garden with Minikube](./guides/minikube.md) @@ -14,4 +13,4 @@ * [Commands](./reference/commands.md) * [Examples](./examples/README.md) * [Simple Project](./examples/simple-project.md) - +* [FAQs](./faqs.md) diff --git a/docs/introduction/the-faqs.md b/docs/faqs.md similarity index 92% rename from docs/introduction/the-faqs.md rename to docs/faqs.md index 36e78b85ed..9b92ecddb1 100644 --- a/docs/introduction/the-faqs.md +++ b/docs/faqs.md @@ -1,4 +1,4 @@ -# The FAQs +# Frequently Asked Questions ### When using garden inside tmux, colors look wonky. What gives? diff --git a/docs/introduction/README.md b/docs/introduction/README.md index 91da11f3a7..a0c65a1454 100644 --- a/docs/introduction/README.md +++ b/docs/introduction/README.md @@ -2,4 +2,3 @@ * [Getting Started](./getting-started.md) * [Motivation](./motivation.md) -* [The FAQs](./the-faqs.md)