diff --git a/content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/_index.md b/content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/_index.md index 750958dde..ddbdb0b51 100644 --- a/content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/_index.md +++ b/content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/_index.md @@ -1,6 +1,6 @@ --- title: "Gateway" linkTitle: "Gateway" -description: "This section includes user guides related to {{% ctx %}} Gateway." +description: "The centralised web-based portal for developing, operating and administering automation solutions that run on the {{% ctx %}} platform." weight: 10 --- diff --git a/content/en/docs/2025.3/Tutorials/Operations/_index.md b/content/en/docs/2025.3/Tutorials/Operations/_index.md index 535738606..6d00f05d9 100644 --- a/content/en/docs/2025.3/Tutorials/Operations/_index.md +++ b/content/en/docs/2025.3/Tutorials/Operations/_index.md @@ -1,7 +1,7 @@ --- title: "Operations" linkTitle: "Operations" -description: "This section includes tutorials about Operations on the {{% ctx %}} platform. - TODO" +description: "This section includes tutorials about operating the {{% ctx %}} platform." weight: 40 --- diff --git a/layouts/partials/toc.html b/layouts/partials/toc.html new file mode 100644 index 000000000..67a2c8cda --- /dev/null +++ b/layouts/partials/toc.html @@ -0,0 +1,6 @@ +{{ partial "page-meta-links.html" . }} +{{ if not .Params.notoc }} +{{ with .TableOfContents }} +{{ . }} +{{ end }} +{{ end }} \ No newline at end of file