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"