From 9c64bd1033c44aec8ca8d7c440bcb26395de89e6 Mon Sep 17 00:00:00 2001 From: kaitlincart Date: Wed, 22 Feb 2023 10:16:05 -0800 Subject: [PATCH] adds description metadata, final batch --- website/content/vagrant-cloud/boxes/lifecycle.mdx | 2 ++ website/content/vagrant-cloud/boxes/private.mdx | 1 + website/content/vagrant-cloud/boxes/release-workflow.mdx | 1 + website/content/vagrant-cloud/boxes/using.mdx | 3 ++- .../vagrant-cloud/organizations/authentication-policy.mdx | 1 + website/content/vagrant-cloud/organizations/create.mdx | 1 + website/content/vagrant-cloud/organizations/index.mdx | 1 + website/content/vagrant-cloud/organizations/migrate.mdx | 1 + website/content/vagrant-cloud/users/authentication.mdx | 1 + website/content/vagrant-cloud/users/index.mdx | 1 + 10 files changed, 12 insertions(+), 1 deletion(-) diff --git a/website/content/vagrant-cloud/boxes/lifecycle.mdx b/website/content/vagrant-cloud/boxes/lifecycle.mdx index 91ca7095f..ccadc8829 100644 --- a/website/content/vagrant-cloud/boxes/lifecycle.mdx +++ b/website/content/vagrant-cloud/boxes/lifecycle.mdx @@ -1,6 +1,8 @@ --- layout: vagrant-cloud page_title: Box Versioning and Lifecycle +description: "Boxes support versioning so that members of your team can +update the underlying box efficiently." --- # Box Versioning and Lifecycle diff --git a/website/content/vagrant-cloud/boxes/private.mdx b/website/content/vagrant-cloud/boxes/private.mdx index be817572e..19400ee64 100644 --- a/website/content/vagrant-cloud/boxes/private.mdx +++ b/website/content/vagrant-cloud/boxes/private.mdx @@ -1,6 +1,7 @@ --- layout: vagrant-cloud page_title: Private Boxes +description: "Private boxes are only accessible by you and any collaborators you add." --- # Private Boxes diff --git a/website/content/vagrant-cloud/boxes/release-workflow.mdx b/website/content/vagrant-cloud/boxes/release-workflow.mdx index 0f23575a1..b9b244240 100644 --- a/website/content/vagrant-cloud/boxes/release-workflow.mdx +++ b/website/content/vagrant-cloud/boxes/release-workflow.mdx @@ -1,6 +1,7 @@ --- layout: vagrant-cloud page_title: API Release Workflow +description: "Automate box creation with the Vagrant Cloud API." --- # API Release Workflow diff --git a/website/content/vagrant-cloud/boxes/using.mdx b/website/content/vagrant-cloud/boxes/using.mdx index bb4fb486f..14dc19e56 100644 --- a/website/content/vagrant-cloud/boxes/using.mdx +++ b/website/content/vagrant-cloud/boxes/using.mdx @@ -1,6 +1,7 @@ --- layout: vagrant-cloud -page_title: Finding and Using Boxes +page_title: Find and Use Boxes +Description: "Discover Vagrant boxes that contain the technologies you need for a Vagrant environment." --- # Finding and Using Boxes diff --git a/website/content/vagrant-cloud/organizations/authentication-policy.mdx b/website/content/vagrant-cloud/organizations/authentication-policy.mdx index 50f55e282..0fe716a8b 100755 --- a/website/content/vagrant-cloud/organizations/authentication-policy.mdx +++ b/website/content/vagrant-cloud/organizations/authentication-policy.mdx @@ -1,6 +1,7 @@ --- layout: vagrant-cloud page_title: Organization Authentication Policy +description: "Secure sensitive resources with organization-wide authentication policy in Vagrant Enterprise." --- # Set an Organization Authentication Policy diff --git a/website/content/vagrant-cloud/organizations/create.mdx b/website/content/vagrant-cloud/organizations/create.mdx index 2e24d65b7..9e581e7be 100755 --- a/website/content/vagrant-cloud/organizations/create.mdx +++ b/website/content/vagrant-cloud/organizations/create.mdx @@ -1,6 +1,7 @@ --- layout: vagrant-cloud page_title: Create an Organization +description: "Organizations enable you to share ownership of Vagrant resources." --- # Create an Organization diff --git a/website/content/vagrant-cloud/organizations/index.mdx b/website/content/vagrant-cloud/organizations/index.mdx index 2856a08f6..a2baeca30 100755 --- a/website/content/vagrant-cloud/organizations/index.mdx +++ b/website/content/vagrant-cloud/organizations/index.mdx @@ -1,6 +1,7 @@ --- layout: vagrant-cloud page_page_title: Organizations in Vagrant Cloud +description: "Organizations are a group of users in Vagrant Cloud that have access and ownership over shared resources." --- ## Organizations in Vagrant Cloud diff --git a/website/content/vagrant-cloud/organizations/migrate.mdx b/website/content/vagrant-cloud/organizations/migrate.mdx index a126f3bee..78512770a 100755 --- a/website/content/vagrant-cloud/organizations/migrate.mdx +++ b/website/content/vagrant-cloud/organizations/migrate.mdx @@ -1,6 +1,7 @@ --- layout: vagrant-cloud page_title: Migrate User to Organization +description: "Step-by-step instructions to migrate existing users to an organization." --- # Migrate User to Organization diff --git a/website/content/vagrant-cloud/users/authentication.mdx b/website/content/vagrant-cloud/users/authentication.mdx index 8559e5bf0..a65b168d8 100755 --- a/website/content/vagrant-cloud/users/authentication.mdx +++ b/website/content/vagrant-cloud/users/authentication.mdx @@ -1,6 +1,7 @@ --- layout: vagrant-cloud page_title: Authentication +description: "Authenticate your account with a username and password, with tokens, or two-factor auth." --- # Authentication diff --git a/website/content/vagrant-cloud/users/index.mdx b/website/content/vagrant-cloud/users/index.mdx index 4c8f0749e..92a063683 100755 --- a/website/content/vagrant-cloud/users/index.mdx +++ b/website/content/vagrant-cloud/users/index.mdx @@ -1,6 +1,7 @@ --- layout: vagrant-cloud page_title: User Accounts +description: "Users are the main identity system in Vagrant Cloud." --- # User Accounts