From 545346b331baf84336498fc021b3cae50c3d36b7 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Thu, 14 Apr 2022 12:04:35 -0400 Subject: [PATCH] chore: move content into `docs` (#30837) --- website/{ => docs}/guides/index.mdx | 0 .../{ => docs}/guides/terraform-provider-development-program.mdx | 0 website/{ => docs}/intro/core-workflow.mdx | 0 website/{ => docs}/intro/index.mdx | 0 website/{ => docs}/intro/terraform-editions.mdx | 0 website/{ => docs}/intro/use-cases.mdx | 0 website/{ => docs}/intro/vs/boto.mdx | 0 website/{ => docs}/intro/vs/chef-puppet.mdx | 0 website/{ => docs}/intro/vs/cloudformation.mdx | 0 website/{ => docs}/intro/vs/custom.mdx | 0 website/{ => docs}/intro/vs/index.mdx | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename website/{ => docs}/guides/index.mdx (100%) rename website/{ => docs}/guides/terraform-provider-development-program.mdx (100%) rename website/{ => docs}/intro/core-workflow.mdx (100%) rename website/{ => docs}/intro/index.mdx (100%) rename website/{ => docs}/intro/terraform-editions.mdx (100%) rename website/{ => docs}/intro/use-cases.mdx (100%) rename website/{ => docs}/intro/vs/boto.mdx (100%) rename website/{ => docs}/intro/vs/chef-puppet.mdx (100%) rename website/{ => docs}/intro/vs/cloudformation.mdx (100%) rename website/{ => docs}/intro/vs/custom.mdx (100%) rename website/{ => docs}/intro/vs/index.mdx (100%) diff --git a/website/guides/index.mdx b/website/docs/guides/index.mdx similarity index 100% rename from website/guides/index.mdx rename to website/docs/guides/index.mdx diff --git a/website/guides/terraform-provider-development-program.mdx b/website/docs/guides/terraform-provider-development-program.mdx similarity index 100% rename from website/guides/terraform-provider-development-program.mdx rename to website/docs/guides/terraform-provider-development-program.mdx diff --git a/website/intro/core-workflow.mdx b/website/docs/intro/core-workflow.mdx similarity index 100% rename from website/intro/core-workflow.mdx rename to website/docs/intro/core-workflow.mdx diff --git a/website/intro/index.mdx b/website/docs/intro/index.mdx similarity index 100% rename from website/intro/index.mdx rename to website/docs/intro/index.mdx diff --git a/website/intro/terraform-editions.mdx b/website/docs/intro/terraform-editions.mdx similarity index 100% rename from website/intro/terraform-editions.mdx rename to website/docs/intro/terraform-editions.mdx diff --git a/website/intro/use-cases.mdx b/website/docs/intro/use-cases.mdx similarity index 100% rename from website/intro/use-cases.mdx rename to website/docs/intro/use-cases.mdx diff --git a/website/intro/vs/boto.mdx b/website/docs/intro/vs/boto.mdx similarity index 100% rename from website/intro/vs/boto.mdx rename to website/docs/intro/vs/boto.mdx diff --git a/website/intro/vs/chef-puppet.mdx b/website/docs/intro/vs/chef-puppet.mdx similarity index 100% rename from website/intro/vs/chef-puppet.mdx rename to website/docs/intro/vs/chef-puppet.mdx diff --git a/website/intro/vs/cloudformation.mdx b/website/docs/intro/vs/cloudformation.mdx similarity index 100% rename from website/intro/vs/cloudformation.mdx rename to website/docs/intro/vs/cloudformation.mdx diff --git a/website/intro/vs/custom.mdx b/website/docs/intro/vs/custom.mdx similarity index 100% rename from website/intro/vs/custom.mdx rename to website/docs/intro/vs/custom.mdx diff --git a/website/intro/vs/index.mdx b/website/docs/intro/vs/index.mdx similarity index 100% rename from website/intro/vs/index.mdx rename to website/docs/intro/vs/index.mdx