mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
fix(website): remove empty index pages (#11702)
This commit is contained in:
parent
4801fae3df
commit
a88d54c310
11 changed files with 0 additions and 80 deletions
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
page_title: Collection - Functions - Configuration Language
|
||||
description: Overview of available collection functions
|
||||
---
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
page_title: Contextual - Functions - Configuration Language
|
||||
description: Overview of available Contextual functions
|
||||
---
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
page_title: conversion - Functions - Configuration Language
|
||||
description: Overview of available conversion functions
|
||||
---
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
page_title: crypto - Functions - Configuration Language
|
||||
description: Overview of available crypto functions
|
||||
---
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
page_title: encoding - Functions - Configuration Language
|
||||
description: Overview of available encoding functions
|
||||
---
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
page_title: filesystem - Functions - Configuration Language
|
||||
description: Overview of available filesystem functions
|
||||
---
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
page_title: ipnet - Functions - Configuration Language
|
||||
description: Overview of available ipnet functions
|
||||
---
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
page_title: Numeric - Functions - Configuration Language
|
||||
description: Overview of available numeric functions
|
||||
---
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
page_title: string - Functions - Configuration Language
|
||||
description: Overview of available string functions
|
||||
---
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
page_title: uuid - Functions - Configuration Language
|
||||
description: Overview of available uuid functions
|
||||
---
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue