From d41bd13b9c55be90799efb2de1c24510b763e953 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 6 Apr 2017 14:07:15 -0400 Subject: [PATCH] Update alicloud sidebar --- .../source/docs/providers/archive/d/archive_file.md | 10 +++++----- .../source/docs/providers/archive/index.html.markdown | 2 +- website/source/layouts/alicloud.erb | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/website/source/docs/providers/archive/d/archive_file.md b/website/source/docs/providers/archive/d/archive_file.md index 2f8c8292c..51e833493 100644 --- a/website/source/docs/providers/archive/d/archive_file.md +++ b/website/source/docs/providers/archive/d/archive_file.md @@ -6,17 +6,17 @@ description: |- Generates an archive from content, a file, or directory of files. --- -# archive\_file +# archive_file Generates an archive from content, a file, or directory of files. ## Example Usage -``` +```hcl data "archive_file" "init" { - type = "zip" - source_file = "${path.module}/init.tpl" - output_path = "${path.module}/files/init.zip" + type = "zip" + source_file = "${path.module}/init.tpl" + output_path = "${path.module}/files/init.zip" } ``` diff --git a/website/source/docs/providers/archive/index.html.markdown b/website/source/docs/providers/archive/index.html.markdown index 71b98011a..b9787f6b6 100644 --- a/website/source/docs/providers/archive/index.html.markdown +++ b/website/source/docs/providers/archive/index.html.markdown @@ -14,6 +14,6 @@ Use the navigation to the left to read about the available resources. ## Example Usage -``` +```hcl provider "archive" {} ``` diff --git a/website/source/layouts/alicloud.erb b/website/source/layouts/alicloud.erb index f7d1d60bd..f582d8324 100644 --- a/website/source/layouts/alicloud.erb +++ b/website/source/layouts/alicloud.erb @@ -2,12 +2,12 @@ <% content_for :sidebar do %>