terraform/website/layouts
Martin Atkins 1dc4950bfa lang/funcs: Rename the base64 character encoding functions
These were initially introduced as functions with "encode" and "decode"
prefixes, but that doesn't match with our existing convention of putting
the encoding format first so that the encode and decode functions will
group together in a alphabetically-ordered function list.

"text" is not really a defined serialization format, but it's a short word
that hopefully represents well enough what these functions are aiming to
encode and decode, while being consistent with existing functions like
jsonencode/jsondecode, yamlencode/yamldecode, etc.

The "base64" at the end here is less convincing because there is precedent
for that modifier to appear both at the beginning and the end in our
existing function names. I chose to put it at the end here because that
seems to be our emergent convention for situations where the base64
encoding is a sort of secondary modifier alongside the primary purpose
of the function, as we see with "filebase64". (base64gzip is an exception
here, but it seems outvoted by the others.)
2020-10-21 10:56:56 -07:00
..
backend-types.erb Fix sidebar link for Terraform standard backends to include link to Kubernetes backend docs (#25792) 2020-08-10 20:25:14 -03:00
commands-providers.erb website: Initial docs for the new dependency lock file behaviors 2020-10-09 09:26:23 -07:00
commands-state.erb website: Add docs for state replace-provider 2020-04-23 11:41:57 -04:00
commands-workspace.erb website: Add `workspace show` command to sidebar nav (#20800) 2019-03-22 15:06:53 -07:00
docs.erb internal/getproviders: HTTPMirrorSource implementation 2020-08-26 13:18:08 -07:00
downloads.erb website: Use a middleman partial for "other docs" list instead of hardcoding it 2019-03-14 10:38:07 +00:00
functions.erb lang/funcs: Rename the base64 character encoding functions 2020-10-21 10:56:56 -07:00
guides.erb website: First draft of v0.14 upgrade guide 2020-10-12 15:29:42 -07:00
intro.erb website: Remove extra copy of "Getting Started", update links 2020-02-05 14:58:30 -08:00
registry.erb website: Edits to updated Registry documentation 2020-08-07 22:40:04 -07:00
terraform.erb provider/terraform: reorganize for merge into core 2017-11-02 10:46:31 -07:00