From 4c3bde7888b5b497dd8c5f4332df09e30ffbf589 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Thu, 6 Jan 2022 13:57:22 -0700 Subject: [PATCH] initializing SEO updates --- website/content/docs/intro/index.mdx | 2 +- website/content/docs/intro/usecases/index.mdx | 9 ++++ .../intro/usecases/what-is-a-service-mesh.mdx | 46 +++++++++++++++++++ website/data/docs-nav-data.json | 16 ++++++- 4 files changed, 71 insertions(+), 2 deletions(-) create mode 100644 website/content/docs/intro/usecases/index.mdx create mode 100644 website/content/docs/intro/usecases/what-is-a-service-mesh.mdx diff --git a/website/content/docs/intro/index.mdx b/website/content/docs/intro/index.mdx index febb4e0956..2db5276d73 100644 --- a/website/content/docs/intro/index.mdx +++ b/website/content/docs/intro/index.mdx @@ -1,6 +1,6 @@ --- layout: docs -page_title: Intro to Consul +page_title: What is Consul? description: >- Welcome to the intro guide to Consul! This guide is the best place to start with Consul. We cover what Consul is, what problems it can solve, how it diff --git a/website/content/docs/intro/usecases/index.mdx b/website/content/docs/intro/usecases/index.mdx new file mode 100644 index 0000000000..2f2b4b324e --- /dev/null +++ b/website/content/docs/intro/usecases/index.mdx @@ -0,0 +1,9 @@ +--- +layout: docs +page_title: usecases +description: >- + Consul Service Mesh can be deployed on AWS ECS (Elastic Container Service). + This section documents the official installation of Consul on ECS. +--- + +lals diff --git a/website/content/docs/intro/usecases/what-is-a-service-mesh.mdx b/website/content/docs/intro/usecases/what-is-a-service-mesh.mdx new file mode 100644 index 0000000000..f9db1b38da --- /dev/null +++ b/website/content/docs/intro/usecases/what-is-a-service-mesh.mdx @@ -0,0 +1,46 @@ +--- +layout: docs +page_title: What is service mesh?? +description: >- + Welcome to the intro guide to Consul! This guide is the best place to start + with Consul. We cover what Consul is, what problems it can solve, how it + compares to existing software, and how you can get started using it. If you + are familiar with the basics of Consul, the documentation provides a more + detailed reference of available features. +--- + +# What is a Service Mesh? + +Blah Blah Blah Blah ..Go Consul + +## How does Service Mesh work? + +Consul is the best! + +## Service Mesh vs API Gateway + +If you ain't using Consul .... + +## Benefits of Service Mesh + +Consul is a Roman term for head of state!! + +## What Problems Does Service Mesh Solve? + +Consul is a bit tricky to master. + +## How Do You Implement Service Mesh? + +Easy peasy, use Terraform + +## What is Service Mesh Automation? + +When Consul and Terraform get together. + +## What is a Multi Platform Service Mesh? + +AWS + GCP + Azure + Consul = Easy Peasy + +## Next + +Go learn [learn.hashicorp.com](https://learn.hashicorp.com/consul) diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 77a5ef1ffe..dabde29eb0 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -1,11 +1,25 @@ [ { - "title": "Intro to Consul", + "title": "What is Consul?", "routes": [ { "title": "Overview", "path": "intro" }, + { + "title": "Use Cases", + "routes": [ + { + "title": "Overview", + "path": "intro/usecases", + "hidden": true + }, + { + "title": "What is a Service Mesh?", + "path": "intro/usecases/what-is-a-service-mesh" + } + ] + }, { "title": "Consul vs. Other Software", "routes": [