diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2024-03-14 19:55:28 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-14 19:55:28 +1100 |
| commit | 09b3bb58e36819ec2a4f5d66b05154e43dbb0154 (patch) | |
| tree | d9806ffe2a557b5cf05385b3fe9d81148778ded1 /cmd/authelia-gen/cmd_docs_cli.go | |
| parent | 0e67537982f62bcbe3c40f89ba9fa6d9ac7d854a (diff) | |
docs: fix meta (#6848)
* docs: fix meta
* docs: fix generators
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
---------
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'cmd/authelia-gen/cmd_docs_cli.go')
| -rw-r--r-- | cmd/authelia-gen/cmd_docs_cli.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cmd/authelia-gen/cmd_docs_cli.go b/cmd/authelia-gen/cmd_docs_cli.go index 1d0ec1123..b9c3c799c 100644 --- a/cmd/authelia-gen/cmd_docs_cli.go +++ b/cmd/authelia-gen/cmd_docs_cli.go @@ -155,6 +155,11 @@ menu: identifier: "%s" weight: %d toc: true +seo: + title: "" # custom title (optional) + description: "" # custom description (recommended) + canonical: "" # custom canonical URL (optional) + noindex: false # false (default) or true --- ` @@ -170,6 +175,11 @@ menu: parent: "%s" weight: %d toc: true +seo: + title: "" # custom title (optional) + description: "" # custom description (recommended) + canonical: "" # custom canonical URL (optional) + noindex: false # false (default) or true --- ` |
