From 4804b13b6fbcc71927775a6a419bbabd083c2651 Mon Sep 17 00:00:00 2001 From: Kendall Strautman Date: Wed, 11 Oct 2023 10:51:24 -0700 Subject: [PATCH] remove references to empty partials --- website/content/commands/config-delete.mdx | 2 -- website/content/commands/config-source-delete.mdx | 4 ---- 2 files changed, 6 deletions(-) diff --git a/website/content/commands/config-delete.mdx b/website/content/commands/config-delete.mdx index d697fd25fbd..63002744be1 100644 --- a/website/content/commands/config-delete.mdx +++ b/website/content/commands/config-delete.mdx @@ -17,8 +17,6 @@ Command: `waypoint config delete` Delete a config variable. -@include "commands/config-delete_desc.mdx" - ## Usage Usage: `waypoint config delete ...` diff --git a/website/content/commands/config-source-delete.mdx b/website/content/commands/config-source-delete.mdx index ab73c7e4599..9b36159ae20 100644 --- a/website/content/commands/config-source-delete.mdx +++ b/website/content/commands/config-source-delete.mdx @@ -17,8 +17,6 @@ Command: `waypoint config source-delete` Delete the configuration for a dynamic source plugin -@include "commands/config-source-delete_desc.mdx" - ## Usage Usage: `waypoint config source-delete [options]` @@ -43,5 +41,3 @@ Configuration for this command is global. The "-app", "-project", and - `-type=` - Dynamic source type to delete, such as 'vault'. - `-scope=` - The scope for this configuration source. The configuration source will only delete within this scope. This can be one of 'global', 'project', or 'app'. The default is global. - -@include "commands/config-source-delete_more.mdx"