From d816bb1700bbcc86a08089747de7ecb5ba010118 Mon Sep 17 00:00:00 2001 From: Gennady Lipenkov Date: Tue, 26 Mar 2019 23:58:24 +0300 Subject: [PATCH] Init doc page Squashed commit of the following: commit adff177ad2e3fc9d73bcf9703c7443ae33922dca Author: Yandex.Cloud Bot Date: Tue Mar 26 20:52:08 2019 +0000 sync upstream --- website/source/docs/builders/yandex.html.md | 53 +++++++++++++++++++++ website/source/layouts/docs.erb | 11 +++-- 2 files changed, 60 insertions(+), 4 deletions(-) create mode 100644 website/source/docs/builders/yandex.html.md diff --git a/website/source/docs/builders/yandex.html.md b/website/source/docs/builders/yandex.html.md new file mode 100644 index 000000000..b91882b0c --- /dev/null +++ b/website/source/docs/builders/yandex.html.md @@ -0,0 +1,53 @@ +--- +description: | + The yandex Packer builder is able to create images for use with + Yandex.Cloud based on existing images. +layout: docs +page_title: 'Yandex Compute - Builders' +sidebar_current: 'docs-builders-yandex' +--- + +# Yandex Compute Builder + +Type: `yandex` + +The `yandex` Packer builder is able to create +[images](https://cloud.yandex.com/docs/compute/concepts/images) for use with +[Yandex Compute Cloud](https://cloud.yandex.com/docs/compute/) +based on existing images. + +## Authentication + +FIXME + +## Basic Example + +FIXME + +``` json +{ + "builders": [ + FIXME + ] +} +``` + +## Configuration Reference + +Configuration options are organized below into two categories: required and +optional. Within each category, the available options are alphabetized and +described. + +In addition to the options listed here, a +[communicator](/docs/templates/communicator.html) can be configured for this +builder. + +### Required: + +FIXME + +### Optional: + +FIXME + + diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index 104c3645c..c14812be6 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -54,7 +54,7 @@ Builders + > + Yandex.Cloud + > Custom @@ -261,7 +264,7 @@ Post-Processors