diff --git a/.gitignore b/.gitignore index 9469ac3b2..f3b28797c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,11 @@ __pycache__ .docker documentation/resources +# Hugo +.hugo* +resources/ +public/ + # We use sed -i.bak when doing in-line replace, because it works better cross-platform *.bak diff --git a/documentation/content/en/function-catalog/_index.md b/documentation/content/en/function-catalog/_index.md index 0f5788ec0..d1c34f667 100644 --- a/documentation/content/en/function-catalog/_index.md +++ b/documentation/content/en/function-catalog/_index.md @@ -8,6 +8,11 @@ menu: weight: 40 --- +{{< alert >}} +Please see the [versioning](https://github.com/kptdev/krm-functions-catalog/blob/master/VERSIONING.md) +document, which details the SemVer tagging strategy being used for the released KRM Functions. +{{< /alert >}} + ## Curated Functions Catalog diff --git a/documentation/go.sum b/documentation/go.sum new file mode 100644 index 000000000..558b7c83e --- /dev/null +++ b/documentation/go.sum @@ -0,0 +1,4 @@ +github.com/FortAwesome/Font-Awesome v0.0.0-20240716171331-37eff7fa00de/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= +github.com/google/docsy v0.11.0 h1:QnV40cc28QwS++kP9qINtrIv4hlASruhC/K3FqkHAmM= +github.com/google/docsy v0.11.0/go.mod h1:hGGW0OjNuG5ZbH5JRtALY3yvN8ybbEP/v2iaK4bwOUI= +github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= diff --git a/documentation/layouts/shortcodes/alert.html b/documentation/layouts/shortcodes/alert.html new file mode 100644 index 000000000..dfeb447a8 --- /dev/null +++ b/documentation/layouts/shortcodes/alert.html @@ -0,0 +1,15 @@ +{{ $type := .Get "type" | default "info" }} +{{ $title := .Get "title" }} + +