Skip to content

Commit 9caedbf

Browse files
authored
Merge pull request hashicorp#13088 from hashicorp/kc.descriptions-docs
Webdev - Add Description Metadata
2 parents 3ce2b7e + 1a76d40 commit 9caedbf

20 files changed

+21
-1
lines changed

website/content/vagrant-cloud/api.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Vagrant Cloud API
4+
description: "Vagrant Cloud provides an API for users to interact with Vagrant Cloud for experimentation, automation, or building new features and tools on top of our existing application."
45
---
56

67
# Vagrant Cloud API

website/content/vagrant-cloud/boxes/catalog.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Discovering Vagrant Boxes
4+
description: "Vagrant Cloud serves a public, searchable index of Vagrant boxes."
45
---
56

67
# Discovering Vagrant Boxes

website/content/vagrant-cloud/boxes/create-version.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Create a New Box Version
4+
description: "Create a new box version in the Vagrant Cloud UI."
45
---
56

67
# Create a New Box Version

website/content/vagrant-cloud/boxes/create.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Creating a New Vagrant Box
4+
description: "Create and distribute new boxes to users."
45
---
56

67
# Creating a New Vagrant Box

website/content/vagrant-cloud/boxes/distributing.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Distributing Boxes
4+
description: "Configure both public and private boxes for distribution or to add collaborators."
45
---
56

67
## Distributing Boxes

website/content/vagrant-cloud/boxes/index.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: About Vagrant Boxes
4+
description: "Boxes are the package format for environments."
45
---
56

67
# About Vagrant Boxes

website/content/vagrant-cloud/boxes/lifecycle.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Box Versioning and Lifecycle
4+
description: "Boxes support versioning so that members of your team can update the underlying box efficiently."
45
---
56

67
# Box Versioning and Lifecycle

website/content/vagrant-cloud/boxes/private.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Private Boxes
4+
description: "Private boxes are only accessible by you and any collaborators you add."
45
---
56

67
# Private Boxes

website/content/vagrant-cloud/boxes/release-workflow.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: API Release Workflow
4+
description: "Automate box creation with the Vagrant Cloud API."
45
---
56

67
# API Release Workflow

website/content/vagrant-cloud/boxes/using.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
3-
page_title: Finding and Using Boxes
3+
page_title: Find and Use Boxes
4+
description: "Discover Vagrant boxes that contain the technologies you need for a Vagrant environment."
45
---
56

67
# Finding and Using Boxes

website/content/vagrant-cloud/index.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Vagrant Cloud
4+
description: "Vagrant Cloud serves a public, searchable index of Vagrant boxes"
45
---
56

67
# Vagrant Cloud

website/content/vagrant-cloud/organizations/authentication-policy.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Organization Authentication Policy
4+
description: "Secure sensitive resources with organization-wide authentication policy in Vagrant Enterprise."
45
---
56

67
# Set an Organization Authentication Policy

website/content/vagrant-cloud/organizations/create.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Create an Organization
4+
description: "Organizations enable you to share ownership of Vagrant resources."
45
---
56

67
# Create an Organization

website/content/vagrant-cloud/organizations/index.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Organizations in Vagrant Cloud
4+
description: "Organizations are a group of users in Vagrant Cloud that have access and ownership over shared resources."
45
---
56

67
## Organizations in Vagrant Cloud

website/content/vagrant-cloud/organizations/migrate.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Migrate User to Organization
4+
description: "Step-by-step instructions to migrate existing users to an organization."
45
---
56

67
# Migrate User to Organization

website/content/vagrant-cloud/request-limits.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Request Limits
4+
description: "Rate limits restrict the number of requests a client may send to services over a set time interval"
45
---
56

67
# Request Limits

website/content/vagrant-cloud/support.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Vagrant Cloud Support
4+
description: "Find support for Vagrant Cloud through our email or community channels."
45
---
56

67
# Contacting Support

website/content/vagrant-cloud/users/authentication.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Authentication
4+
description: "Authenticate your account with a username and password, tokens, or two-factor auth."
45
---
56

67
# Authentication

website/content/vagrant-cloud/users/index.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: User Accounts
4+
description: "Users are the main identity system in Vagrant Cloud."
45
---
56

67
# User Accounts

website/content/vagrant-cloud/users/recovery.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: vagrant-cloud
33
page_title: Account Recovery
4+
description: "Reset your Vagrant Cloud password with the reset link in the UI."
45
---
56

67
# Account Recovery

0 commit comments

Comments
 (0)