fix(website): remove empty index pages (#11702)

This commit is contained in:
Zachary Shilton 2022-04-11 16:08:39 -04:00 committed by GitHub
parent 4801fae3df
commit a88d54c310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 0 additions and 80 deletions

View file

@ -1,4 +0,0 @@
---
page_title: Collection - Functions - Configuration Language
description: Overview of available collection functions
---

View file

@ -1,4 +0,0 @@
---
page_title: Contextual - Functions - Configuration Language
description: Overview of available Contextual functions
---

View file

@ -1,4 +0,0 @@
---
page_title: conversion - Functions - Configuration Language
description: Overview of available conversion functions
---

View file

@ -1,4 +0,0 @@
---
page_title: crypto - Functions - Configuration Language
description: Overview of available crypto functions
---

View file

@ -1,4 +0,0 @@
---
page_title: encoding - Functions - Configuration Language
description: Overview of available encoding functions
---

View file

@ -1,4 +0,0 @@
---
page_title: filesystem - Functions - Configuration Language
description: Overview of available filesystem functions
---

View file

@ -1,4 +0,0 @@
---
page_title: ipnet - Functions - Configuration Language
description: Overview of available ipnet functions
---

View file

@ -1,4 +0,0 @@
---
page_title: Numeric - Functions - Configuration Language
description: Overview of available numeric functions
---

View file

@ -1,4 +0,0 @@
---
page_title: string - Functions - Configuration Language
description: Overview of available string functions
---

View file

@ -1,4 +0,0 @@
---
page_title: uuid - Functions - Configuration Language
description: Overview of available uuid functions
---

View file

@ -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"
@ -179,10 +175,6 @@
{
"title": "Numeric Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/numeric"
},
{
"title": "abs",
"path": "templates/hcl_templates/functions/numeric/abs"
@ -224,10 +216,6 @@
{
"title": "String Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/string"
},
{
"title": "chomp",
"path": "templates/hcl_templates/functions/string/chomp"
@ -309,10 +297,6 @@
{
"title": "Collection Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/collection"
},
{
"title": "chunklist",
"path": "templates/hcl_templates/functions/collection/chunklist"
@ -410,10 +394,6 @@
{
"title": "Encoding Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/encoding"
},
{
"title": "base64decode",
"path": "templates/hcl_templates/functions/encoding/base64decode"
@ -451,10 +431,6 @@
{
"title": "Filesystem Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/file"
},
{
"title": "abspath",
"path": "templates/hcl_templates/functions/file/abspath"
@ -517,10 +493,6 @@
{
"title": "Hash and Crypto Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/crypto"
},
{
"title": "bcrypt",
"path": "templates/hcl_templates/functions/crypto/bcrypt"
@ -550,10 +522,6 @@
{
"title": "UUID Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/uuid"
},
{
"title": "uuidv4",
"path": "templates/hcl_templates/functions/uuid/uuidv4"
@ -567,10 +535,6 @@
{
"title": "IP Network Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/ipnet"
},
{
"title": "cidrhost",
"path": "templates/hcl_templates/functions/ipnet/cidrhost"
@ -592,10 +556,6 @@
{
"title": "Type Conversion Functions",
"routes": [
{
"title": "Overview",
"path": "templates/hcl_templates/functions/conversion"
},
{
"title": "can",
"path": "templates/hcl_templates/functions/conversion/can"