diff --git a/website/docs/d/scaffolding_data_source.html.markdown b/website/docs/d/scaffolding_data_source.html.markdown deleted file mode 100644 index 6ebe207..0000000 --- a/website/docs/d/scaffolding_data_source.html.markdown +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: "scaffolding" -page_title: "Scaffolding: scaffolding_data_source" -sidebar_current: "docs-scaffolding-data-source" -description: |- - Sample data source in the Terraform provider scaffolding. ---- - -# scaffolding_data_source - -Sample data source in the Terraform provider scaffolding. - -## Example Usage - -```hcl -data "scaffolding_data_source" "example" { - sample_attribute = "foo" -} -``` - -## Attributes Reference - -* `sample_attribute` - Sample attribute. diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown deleted file mode 100644 index e5ec946..0000000 --- a/website/docs/index.html.markdown +++ /dev/null @@ -1,25 +0,0 @@ ---- -layout: "scaffolding" -page_title: "Provider: Scaffolding" -sidebar_current: "docs-scaffolding-index" -description: |- - Terraform provider scaffolding. ---- - -# Scaffolding Provider - -Use this paragraph to give a high-level overview of your provider, and any configuration it requires. - -Use the navigation to the left to read about the available resources. - -## Example Usage - -```hcl -provider "scaffolding" { -} - -# Example resource configuration -resource "scaffolding_resource" "example" { - # ... -} -``` diff --git a/website/docs/r/scaffolding_resource.html.markdown b/website/docs/r/scaffolding_resource.html.markdown deleted file mode 100644 index be95927..0000000 --- a/website/docs/r/scaffolding_resource.html.markdown +++ /dev/null @@ -1,26 +0,0 @@ ---- -layout: "scaffolding" -page_title: "Scaffolding: scaffolding_resource" -sidebar_current: "docs-scaffolding-resource" -description: |- - Sample resource in the Terraform provider scaffolding. ---- - -# scaffolding_resource - -Sample resource in the Terraform provider scaffolding. - -## Example Usage - -```hcl -resource "scaffolding_resource" "example" { - sample_attribute = "foo" -} -``` - -## Argument Reference - -The following arguments are supported: - -* `sample_attribute` - Sample attribute. - diff --git a/website/scaffolding.erb b/website/scaffolding.erb deleted file mode 100644 index 859105a..0000000 --- a/website/scaffolding.erb +++ /dev/null @@ -1,35 +0,0 @@ -<% wrap_layout :inner do %> - <% content_for :sidebar do %> - - <% end %> - - <%= yield %> - <% end %>