diff --git a/docs/master/api.md b/docs/master/api.md index d92e1f93..2d5c3670 100644 --- a/docs/master/api.md +++ b/docs/master/api.md @@ -1,7 +1,7 @@ --- title: API Reference toc: true -weight: 460 +weight: 610 --- # API Reference diff --git a/docs/master/cloud-providers.md b/docs/master/cloud-providers.md index 29c130b9..56a8f6cb 100644 --- a/docs/master/cloud-providers.md +++ b/docs/master/cloud-providers.md @@ -1,13 +1,13 @@ --- -title: Adding Your Cloud Providers +title: Connect Your Cloud Providers toc: true weight: 230 indent: true --- -# Adding Your Cloud Providers +# Connect Your Cloud Provider -In order for Crossplane to be able to manage resources across all your clouds, you will need to add your cloud provider credentials to Crossplane. +In order for Crossplane to be able to manage resources across all your clouds, you will need to add your cloud provider account credentials to Crossplane. Use the links below for specific instructions to add each of the following cloud providers: * [Google Cloud Platform (GCP)](cloud-providers/gcp/gcp-provider.md) diff --git a/docs/master/concepts.md b/docs/master/concepts.md index 6b636107..80ea98a3 100644 --- a/docs/master/concepts.md +++ b/docs/master/concepts.md @@ -1,7 +1,7 @@ --- title: Concepts toc: true -weight: 1510 +weight: 310 --- # Concepts diff --git a/docs/master/contributing.md b/docs/master/contributing.md deleted file mode 100644 index cb056f1b..00000000 --- a/docs/master/contributing.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Contributing -toc: true -weight: 5110 ---- -# Contributing - -Crossplane is a community driven project and we welcome contributions. -That includes [opening issues](https://github.com/crossplaneio/crossplane/issues) for improvements you'd like to see as well as submitting changes to the code base. - -For more information about the contribution process, please see the [contribution guide](https://github.com/crossplaneio/crossplane/blob/master/CONTRIBUTING.md). diff --git a/docs/master/developer-guide.md b/docs/master/developer-guide.md index ddc4a1a3..3b3c859f 100644 --- a/docs/master/developer-guide.md +++ b/docs/master/developer-guide.md @@ -1,7 +1,7 @@ --- title: Developer Guide toc: true -weight: 5010 +weight: 710 --- # Developer Guide Welcome to the Crossplane Developer Guide! diff --git a/docs/master/faqs.md b/docs/master/faqs.md index 9fe66c19..f4538258 100644 --- a/docs/master/faqs.md +++ b/docs/master/faqs.md @@ -1,7 +1,8 @@ --- title: FAQs toc: true -weight: 2110 +weight: 840 +indent: true --- # Frequently Asked Questions (FAQs) diff --git a/docs/master/install-crossplane.md b/docs/master/install-crossplane.md index 17ff3676..2179cad7 100644 --- a/docs/master/install-crossplane.md +++ b/docs/master/install-crossplane.md @@ -1,10 +1,10 @@ --- -title: Install +title: Install Crossplane toc: true weight: 220 indent: true --- -# Installing Crossplane +# Install Crossplane Crossplane can be easily installed into any existing Kubernetes cluster using the regularly published Helm chart. The Helm chart contains all the custom resources and controllers needed to deploy and configure Crossplane. diff --git a/docs/master/learn-more.md b/docs/master/learn-more.md index 906d4116..c4f978b6 100644 --- a/docs/master/learn-more.md +++ b/docs/master/learn-more.md @@ -1,7 +1,7 @@ --- title: Learn More toc: true -weight: 6010 +weight: 810 --- # Learn More diff --git a/docs/master/quick-start-gcp.md b/docs/master/quick-start-gcp.md index c21bc008..bf570188 100644 --- a/docs/master/quick-start-gcp.md +++ b/docs/master/quick-start-gcp.md @@ -1,5 +1,5 @@ --- -title: Provisioning a MySQL Database on GCP +title: Provision a MySQL Database on GCP toc: true weight: 240 indent: true @@ -182,4 +182,4 @@ kubectl delete -f provider.yaml -[console]: https://console.cloud.google.com \ No newline at end of file +[console]: https://console.cloud.google.com diff --git a/docs/master/quick-start.md b/docs/master/quick-start.md index 8c07e265..492168c7 100644 --- a/docs/master/quick-start.md +++ b/docs/master/quick-start.md @@ -1,5 +1,5 @@ --- -title: Quick Start Guide +title: Getting Started toc: true weight: 210 --- diff --git a/docs/master/related-projects.md b/docs/master/related-projects.md index fbe1afc3..33974f49 100644 --- a/docs/master/related-projects.md +++ b/docs/master/related-projects.md @@ -1,7 +1,8 @@ --- title: Related Projects toc: true -weight: 2110 +weight: 850 +indent: true --- # Related Projects diff --git a/docs/master/services-guide.md b/docs/master/services-guide.md index c6eee586..8f9e352e 100644 --- a/docs/master/services-guide.md +++ b/docs/master/services-guide.md @@ -1,7 +1,7 @@ --- title: Services Guide toc: true -weight: 310 +weight: 410 --- # Services Guide Welcome to the Crossplane Services Guide! diff --git a/docs/master/services/azure-services-guide.md b/docs/master/services/azure-services-guide.md index 0373349b..dc93469c 100644 --- a/docs/master/services/azure-services-guide.md +++ b/docs/master/services/azure-services-guide.md @@ -1,3 +1,9 @@ +--- +title: Using Azure Services +toc: true +weight: 440 +indent: true +--- # Deploying Wordpress in Azure This user guide will walk you through Wordpress application deployment using @@ -657,4 +663,4 @@ to learn more about stacks, checkout the [stacks guide][stacks] [azure-vnet-rule]: https://docs.microsoft.com/en-us/azure/mysql/concepts-data-access-and-security-vnet [services]: ../services-guide.md -[stacks]: ../stacks-guide.md \ No newline at end of file +[stacks]: ../stacks-guide.md diff --git a/docs/master/stacks-guide-aws.md b/docs/master/stacks-guide-aws.md index 04669fa5..4d98733e 100644 --- a/docs/master/stacks-guide-aws.md +++ b/docs/master/stacks-guide-aws.md @@ -1,7 +1,7 @@ --- -title: "Crossplane Stacks Guide: AWS Setup" +title: "AWS Stack Setup" toc: true -weight: 332 +weight: 530 indent: true --- diff --git a/docs/master/stacks-guide-azure.md b/docs/master/stacks-guide-azure.md index 609d0683..062855b4 100644 --- a/docs/master/stacks-guide-azure.md +++ b/docs/master/stacks-guide-azure.md @@ -1,7 +1,7 @@ --- -title: "Crossplane Stacks Guide: Azure Setup" +title: "Azure Stack Setup" toc: true -weight: 431 +weight: 540 indent: true --- diff --git a/docs/master/stacks-guide-gcp.md b/docs/master/stacks-guide-gcp.md index 587ccb6d..0a00be63 100644 --- a/docs/master/stacks-guide-gcp.md +++ b/docs/master/stacks-guide-gcp.md @@ -1,7 +1,7 @@ --- -title: "Crossplane Stacks Guide: GCP Setup" +title: "GCP Stack Setup" toc: true -weight: 421 +weight: 520 indent: true --- diff --git a/docs/master/stacks-guide.md b/docs/master/stacks-guide.md index 386d8800..2385bc3d 100644 --- a/docs/master/stacks-guide.md +++ b/docs/master/stacks-guide.md @@ -1,7 +1,7 @@ --- -title: "Crossplane Stacks Guide" +title: "Stacks Guide" toc: true -weight: 401 +weight: 510 indent: false --- diff --git a/docs/master/troubleshoot.md b/docs/master/troubleshoot.md index 88522ea8..b2e0e3cb 100644 --- a/docs/master/troubleshoot.md +++ b/docs/master/troubleshoot.md @@ -1,7 +1,7 @@ --- title: Troubleshooting -toc: false -weight: 260 +toc: true +weight: 820 indent: true --- # Troubleshooting