website: Update functions section page titles

This commit is contained in:
Nick Fagerlund 2018-12-19 20:35:11 -08:00 committed by Nick Fagerlund
parent 9f85e6d5cc
commit 17873ae61b
68 changed files with 68 additions and 68 deletions

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "abs function"
page_title: "abs - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-abs"
description: |-
The abs function returns the absolute value of the given number.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "base64decode function"
page_title: "base64decode - Functions - Configuration Language"
sidebar_current: "docs-funcs-encoding-base64decode"
description: |-
The base64decode function decodes a string containing a base64 sequence.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "base64encode function"
page_title: "base64encode - Functions - Configuration Language"
sidebar_current: "docs-funcs-encoding-base64encode"
description: |-
The base64encode function applies Base64 encoding to a string.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "base64gzip function"
page_title: "base64gzip - Functions - Configuration Language"
sidebar_current: "docs-funcs-encoding-base64gzip"
description: |-
The base64encode function compresses the given string with gzip and then

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "base64sha256 function"
page_title: "base64sha256 - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-base64sha256"
description: |-
The base64sha256 function computes the SHA256 hash of a given string and

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "base64sha512 function"
page_title: "base64sha512 - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-base64sha512"
description: |-
The base64sha512 function computes the SHA512 hash of a given string and

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "basename function"
page_title: "basename - Functions - Configuration Language"
sidebar_current: "docs-funcs-file-basename"
description: |-
The basename function removes all except the last portion from a filesystem

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "bcrypt function"
page_title: "bcrypt - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-bcrypt"
description: |-
The bcrypt function computes a hash of the given string using the Blowfish

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "ceil function"
page_title: "ceil - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-ceil"
description: |-
The ceil function returns the closest whole number greater than or equal to

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "chomp function"
page_title: "chomp - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-chomp"
description: |-
The chomp function removes newline characters at the end of a string.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "chunklist function"
page_title: "chunklist - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-chunklist"
description: |-
The chunklist function splits a single list into fixed-size chunks, returning

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "cidrhost function"
page_title: "cidrhost - Functions - Configuration Language"
sidebar_current: "docs-funcs-ipnet-cidrhost"
description: |-
The cidrhost function calculates a full host IP address within a given

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "cidrnetmask function"
page_title: "cidrnetmask - Functions - Configuration Language"
sidebar_current: "docs-funcs-ipnet-cidrnetmask"
description: |-
The cidrnetmask function converts an IPv4 address prefix given in CIDR

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "cidrsubnet function"
page_title: "cidrsubnet - Functions - Configuration Language"
sidebar_current: "docs-funcs-ipnet-cidrsubnet"
description: |-
The cidrsubnet function calculates a subnet address within a given IP network

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "coalesce function"
page_title: "coalesce - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-coalesce-x"
description: |-
The coalesce function takes any number of string arguments and returns the

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "coalescelist function"
page_title: "coalescelist - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-coalescelist"
description: |-
The coalescelist function takes any number of list arguments and returns the

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "compact function"
page_title: "compact - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-compact"
description: |-
The compact function removes empty string elements from a list.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "contains function"
page_title: "contains - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-contains"
description: |-
The contains function determines whether a list contains a given value.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "csvdecode function"
page_title: "csvdecode - Functions - Configuration Language"
sidebar_current: "docs-funcs-encoding-csvdecode"
description: |-
The csvdecode function decodes CSV data into a list of maps.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "dirname function"
page_title: "dirname - Functions - Configuration Language"
sidebar_current: "docs-funcs-file-dirname"
description: |-
The dirname function removes the last portion from a filesystem path.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "distinct function"
page_title: "distinct - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-distinct"
description: |-
The distinct function removes duplicate elements from a list.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "element function"
page_title: "element - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-element"
description: |-
The element function retrieves a single element from a list.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "file function"
page_title: "file - Functions - Configuration Language"
sidebar_current: "docs-funcs-file-file-x"
description: |-
The file function reads the contents of the file at the given path and

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "filebase64 function"
page_title: "filebase64 - Functions - Configuration Language"
sidebar_current: "docs-funcs-file-filebase64"
description: |-
The filebase64 function reads the contents of the file at the given path and

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "fileexists function"
page_title: "fileexists - Functions - Configuration Language"
sidebar_current: "docs-funcs-file-file-exists"
description: |-
The fileexists function determines whether a file exists at a given path.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "flatten function"
page_title: "flatten - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-flatten"
description: |-
The flatten function eliminates nested lists from a list.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "floor function"
page_title: "floor - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-floor"
description: |-
The floor function returns the closest whole number less than or equal to

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "format function"
page_title: "format - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-format-x"
description: |-
The format function produces a string by formatting a number of other values

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "formatlist function"
page_title: "formatlist - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-formatlist"
description: |-
The formatlist function produces a list of strings by formatting a number of

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "indent function"
page_title: "indent - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-indent"
description: |-
The indent function adds a number of spaces to the beginnings of all but the

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "index function"
page_title: "index - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-index"
description: |-
The index function finds the element index for a given value in a list.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "join function"
page_title: "join - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-join"
description: |-
The join function produces a string by concatenating the elements of a list

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "jsondecode function"
page_title: "jsondecode - Functions - Configuration Language"
sidebar_current: "docs-funcs-encoding-jsondecode"
description: |-
The jsondecode function decodes a JSON string into a representation of its

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "jsonencode function"
page_title: "jsonencode - Functions - Configuration Language"
sidebar_current: "docs-funcs-encoding-jsonencode"
description: |-
The jsonencode function encodes a given value as a JSON string.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "keys function"
page_title: "keys - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-keys"
description: |-
The keys function returns a list of the keys in a given map.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "length function"
page_title: "length - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-length"
description: |-
The length function determines the length of a collection or string.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "list function"
page_title: "list - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-list"
description: |-
The list function constructs a list from some given elements.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "log function"
page_title: "log - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-log"
description: |-
The log function returns the logarithm of a given number in a given base.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "lookup function"
page_title: "lookup - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-lookup"
description: |-
The lookup function retrieves an element value from a map given its key.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "lower function"
page_title: "lower - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-lower"
description: |-
The lower function converts all cased letters in the given string to lowercase.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "map function"
page_title: "map - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-map"
description: |-
The map function constructs a map from some given elements.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "list function"
page_title: "list - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-matchkeys"
description: |-
The matchkeys function takes a subset of elements from one list by matching

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "max function"
page_title: "max - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-max"
description: |-
The max function takes one or more numbers and returns the greatest number.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "md5 function"
page_title: "md5 - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-md5"
description: |-
The md5 function computes the MD5 hash of a given string and encodes it

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "merge function"
page_title: "merge - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-merge"
description: |-
The merge function takes an arbitrary number of maps and returns a single

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "min function"
page_title: "min - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-min"
description: |-
The min function takes one or more numbers and returns the smallest number.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "pathexpand function"
page_title: "pathexpand - Functions - Configuration Language"
sidebar_current: "docs-funcs-file-pathexpand"
description: |-
The pathexpand function expands a leading ~ character to the current user's

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "pow function"
page_title: "pow - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-pow"
description: |-
The pow function raises a number to a power.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "replace function"
page_title: "replace - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-replace"
description: |-
The replace function searches a given string for another given substring,

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "rsadecrypt function"
page_title: "rsadecrypt - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-rsadecrypt"
description: |-
The rsadecrypt function decrypts an RSA-encrypted message.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "sha1 function"
page_title: "sha1 - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-sha1"
description: |-
The sha1 function computes the SHA1 hash of a given string and encodes it

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "sha256 function"
page_title: "sha256 - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-sha256"
description: |-
The sha256 function computes the SHA256 hash of a given string and encodes it

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "sha512 function"
page_title: "sha512 - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-sha512"
description: |-
The sha512 function computes the SHA512 hash of a given string and encodes it

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "signum function"
page_title: "signum - Functions - Configuration Language"
sidebar_current: "docs-funcs-numeric-signum"
description: |-
The signum function determines the sign of a number.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "slice function"
page_title: "slice - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-slice"
description: |-
The slice function extracts some consecutive elements from within a list.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "sort function"
page_title: "sort - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-sort"
description: |-
The sort function takes a list of strings and returns a new list with those

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "split function"
page_title: "split - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-split"
description: |-
The split function produces a list by dividing a given string at all

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "substr function"
page_title: "substr - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-substr"
description: |-
The substr function extracts a substring from a given string by offset and

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "timeadd function"
page_title: "timeadd - Functions - Configuration Language"
sidebar_current: "docs-funcs-datetime-timeadd"
description: |-
The timeadd function adds a duration to a timestamp, returning a new

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "timestamp function"
page_title: "timestamp - Functions - Configuration Language"
sidebar_current: "docs-funcs-datetime-timestamp"
description: |-
The timestamp function returns a string representation of the current date

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "title function"
page_title: "title - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-title"
description: |-
The title function converts the first letter of each word in a given string

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "transpose function"
page_title: "transpose - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-transpose"
description: |-
The transpose function takes a map of lists of strings and swaps the keys

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "trimspace function"
page_title: "trimspace - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-trimspace"
description: |-
The trimspace function removes space characters from the start and end of

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "upper function"
page_title: "upper - Functions - Configuration Language"
sidebar_current: "docs-funcs-string-upper"
description: |-
The upper function converts all cased letters in the given string to uppercase.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "urlencode function"
page_title: "urlencode - Functions - Configuration Language"
sidebar_current: "docs-funcs-encoding-urlencode"
description: |-
The urlencode function applies URL encoding to a given string.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "uuid function"
page_title: "uuid - Functions - Configuration Language"
sidebar_current: "docs-funcs-crypto-uuid"
description: |-
The uuid function generates a unique id.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "values function"
page_title: "values - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-values"
description: |-
The values function returns a list of the element values in a given map.

View File

@ -1,6 +1,6 @@
---
layout: "functions"
page_title: "zipmap function"
page_title: "zipmap - Functions - Configuration Language"
sidebar_current: "docs-funcs-collection-zipmap"
description: |-
The zipmap function constructs a map from a list of keys and a corresponding