From 3a745bd131e37a5099e3ad97641bf72c4c944556 Mon Sep 17 00:00:00 2001 From: Bryce Kalow Date: Fri, 24 Feb 2023 15:49:20 -0600 Subject: [PATCH] docs: change frontmatter key from script to description (#13096) --- website/content/docs/plugins/provisioners.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/plugins/provisioners.mdx b/website/content/docs/plugins/provisioners.mdx index cca0ceb8a..3bf3fe799 100644 --- a/website/content/docs/plugins/provisioners.mdx +++ b/website/content/docs/plugins/provisioners.mdx @@ -1,7 +1,7 @@ --- layout: docs page_title: Custom Provisioners - Plugin Development -script: |- +description: |- This page documents how to add new provisioners to Vagrant, allowing Vagrant to automatically install software and configure software using a custom provisioner. Prior to reading this, you should be familiar with the plugin