From 4483237abc8da3897f949984d33fbc5d465194df Mon Sep 17 00:00:00 2001 From: Zachary Shilton <4624598+zchsh@users.noreply.github.com> Date: Fri, 25 Mar 2022 09:56:24 -0400 Subject: [PATCH] chore: delete two empty pages to demo it's possible --- .../hcl_templates/functions/collection/index.mdx | 4 ---- .../hcl_templates/functions/contextual/index.mdx | 4 ---- website/data/docs-nav-data.json | 8 -------- 3 files changed, 16 deletions(-) delete mode 100644 website/content/docs/templates/hcl_templates/functions/collection/index.mdx delete mode 100644 website/content/docs/templates/hcl_templates/functions/contextual/index.mdx diff --git a/website/content/docs/templates/hcl_templates/functions/collection/index.mdx b/website/content/docs/templates/hcl_templates/functions/collection/index.mdx deleted file mode 100644 index b925718c2..000000000 --- a/website/content/docs/templates/hcl_templates/functions/collection/index.mdx +++ /dev/null @@ -1,4 +0,0 @@ ---- -page_title: Collection - Functions - Configuration Language -description: Overview of available collection functions ---- diff --git a/website/content/docs/templates/hcl_templates/functions/contextual/index.mdx b/website/content/docs/templates/hcl_templates/functions/contextual/index.mdx deleted file mode 100644 index c7996fdf0..000000000 --- a/website/content/docs/templates/hcl_templates/functions/contextual/index.mdx +++ /dev/null @@ -1,4 +0,0 @@ ---- -page_title: Contextual - Functions - Configuration Language -description: Overview of available Contextual functions ---- diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 58fc84881..6de97c899 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -154,10 +154,6 @@ { "title": "Contextual Functions", "routes": [ - { - "title": "Overview", - "path": "templates/hcl_templates/functions/contextual" - }, { "title": "aws_secretsmanager", "path": "templates/hcl_templates/functions/contextual/aws_secretsmanager" @@ -309,10 +305,6 @@ { "title": "Collection Functions", "routes": [ - { - "title": "Overview", - "path": "templates/hcl_templates/functions/collection" - }, { "title": "chunklist", "path": "templates/hcl_templates/functions/collection/chunklist"