Skip to content

Commit 6e40fb3

Browse files
committed
update docs
1 parent b86915b commit 6e40fb3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

website/config.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ section = ["HTML", "print", "RSS"]
8989
weight = 50
9090
url = "https://github.com/sap/component-operator-runtime/"
9191
pre = "<i class='fab fa-github'></i>"
92+
[[menu.main]]
93+
name = "Packages"
94+
weight = 60
95+
url = "https://pkg.go.dev/github.com/sap/component-operator-runtime/"
96+
pre = "<i class='fab fa-golang'></i>"
97+
98+
9299

93100
[params]
94101
copyright = "SAP Cloud Solutions - DevOps"

website/content/en/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "component-"
2+
title = "component-operator-runtime"
33
linkTitle = "component-operator-runtime"
44

55
+++

0 commit comments

Comments
 (0)