From 71b9b5db4df10c3addeda49032b6925b0ae7bc36 Mon Sep 17 00:00:00 2001 From: Hasan <45375125+hasanaburayyan@users.noreply.github.com> Date: Tue, 15 Aug 2023 17:02:50 -0400 Subject: [PATCH] chore(docs): finish changing titles to use vs. docs (#3756) Some of the main differences docs were already updated for better SEO this PR just gets the rest of them. See: https://github.com/winglang/wing/issues/3164 ## Checklist - [x] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted) - [x] Description explains motivation and solution - [x] Tests added (always) - [x] Docs updated (only required for features) - [x] Added `pr/e2e-full` label if this feature requires end-to-end testing *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*. --- docs/docs/999-faq/040-alternatives/041-terraform-vs-wing.md | 2 +- docs/docs/999-faq/040-alternatives/043-awscdk-vs-wing.md | 2 +- docs/docs/999-faq/040-alternatives/044-cdktf-vs-wing.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/999-faq/040-alternatives/041-terraform-vs-wing.md b/docs/docs/999-faq/040-alternatives/041-terraform-vs-wing.md index da0080fd795..633d6cf991a 100644 --- a/docs/docs/999-faq/040-alternatives/041-terraform-vs-wing.md +++ b/docs/docs/999-faq/040-alternatives/041-terraform-vs-wing.md @@ -1,5 +1,5 @@ --- -title: What are the main differences between Wing and Terraform? +title: Terraform vs. Wing [Main differences] sidebar_label: Terraform id: differences-from-terraform keywords: [faq, winglang, Wing programming language, Wing language, TF, Terraform, IAC] diff --git a/docs/docs/999-faq/040-alternatives/043-awscdk-vs-wing.md b/docs/docs/999-faq/040-alternatives/043-awscdk-vs-wing.md index 0ebf8606fb7..5cce707234a 100644 --- a/docs/docs/999-faq/040-alternatives/043-awscdk-vs-wing.md +++ b/docs/docs/999-faq/040-alternatives/043-awscdk-vs-wing.md @@ -1,5 +1,5 @@ --- -title: What are the main differences between Wing and AWS-CDK? +title: AWS-CDK vs. Wing [Main differences] sidebar_label: AWS-CDK id: differences-from-awscdk keywords: [faq, winglang, Wing programming language, Wing language, CDK, AWS-CDK, IAC] diff --git a/docs/docs/999-faq/040-alternatives/044-cdktf-vs-wing.md b/docs/docs/999-faq/040-alternatives/044-cdktf-vs-wing.md index f9c21ffdf13..aba0744ed4b 100644 --- a/docs/docs/999-faq/040-alternatives/044-cdktf-vs-wing.md +++ b/docs/docs/999-faq/040-alternatives/044-cdktf-vs-wing.md @@ -1,5 +1,5 @@ --- -title: What are the main differences between Wing and CDKTF? +title: CDKTF vs Wing [Main differences] sidebar_label: CDKTF id: differences-from-cdktf keywords: [faq, winglang, Wing programming language, Wing language, CDKTF, IAC]