Skip to content

Commit e3aeafb

Browse files
authored
Fixed section descriptions
1 parent bd2ff66 commit e3aeafb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Gateway"
33
linkTitle: "Gateway"
4-
description: "This section includes user guides related to {{% ctx %}} Gateway."
4+
description: "The centralised web-based portal for developing, operating and administering automation solutions that run on the {{% ctx %}} platform."
55
weight: 10
66
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Operations"
33
linkTitle: "Operations"
4-
description: "This section includes tutorials about Operations on the {{% ctx %}} platform. - TODO"
4+
description: "This section includes tutorials about operating the {{% ctx %}} platform."
55
weight: 40
66
---
77

layouts/partials/toc.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{{ partial "page-meta-links.html" . }}
2+
{{ if not .Params.notoc }}
3+
{{ with .TableOfContents }}
4+
{{ . }}
5+
{{ end }}
6+
{{ end }}

0 commit comments

Comments
 (0)