You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/operations/custom_entries_de.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ etcdctl set config/nginx/externals/cloudogu '{"DisplayName": "This is a custom L
36
36
37
37
## `Support` Kategorie Einträge ausblenden
38
38
Die letzte Gruppe der Warp Menü Einträge ist traditionell die Support Gruppe. Hier befindet sich ein Link zu externen Seiten wie [docs.cloudogu](https://docs.cloudogu.com/) und
39
-
[mycloudogu.com](https://my.cloudogu.com/) sowie zur `about`-Seite die durch den nginx ausgeliefert wird.
39
+
[platform.cloudogu.com](https://platform.cloudogu.com/de/) sowie zur `about`-Seite die durch den nginx ausgeliefert wird.
40
40
Standardmäßig sind alle diese Einträge aktiviert und in der `config.yaml` hinterlegt.
41
41
Sollen nur einzelne dieser Einträge angezeigt werden, kann dafür ein Schlüssel im `etcd` hinterlegt werden.
42
42
```bash
@@ -45,12 +45,13 @@ etcdctl get /config/_global/disabled_warpmenu_support_entries
45
45
46
46
Der Schlüssel enthält, sofern gefüllt, eine json-Liste an Tokens die nicht angezeigt werden soll. Wie die Tokens heißen steht in der `config.yaml` im
47
47
nginx.
48
-
Beispielsweise kann mit dem Befehl `etcdctl set /config/_global/disabled_warpmenu_support_entries '["myCloudogu", "aboutCloudoguToken"]'`
49
-
der Link zu [mycloudogu.com](https://my.cloudogu.com/) und zur `about`-Seite entfernt werden.
48
+
Beispielsweise kann mit dem Befehl `etcdctl set /config/_global/disabled_warpmenu_support_entries '["platform", "aboutCloudoguToken"]'`
49
+
der Link zu [platform.cloudogu.com](https://platform.cloudogu.com/de/) und zur `about`-Seite entfernt werden.
50
50
Sind alle Einträge in dem `etcd` Schlüssel enthalten wird die `Support` Gruppe nicht im Warpmenü angezeigt.
51
51
52
52
Derzeit sind drei Schlüssel definiert:
53
-
*`myCloudogu` - Link zur __myCloudogu__ Plattform
53
+
*`myCloudogu` - Link zur cloudogu platform => Aus Gründen der Kompatibilität beibehalten. My Cloudogu gibt es nicht mehr, es ist jetzt die cloudogu platform
54
+
*`platform` - Link zur cloudogu platform
54
55
*`aboutCloudoguToken` - Link zur __About__ Seite der Cloudogu GmbH
55
56
*`docsCloudoguComUrl` - Link zum Dokumentationsspace des Cloudogu Ecosystems
Copy file name to clipboardexpand all lines: docs/operations/custom_entries_en.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ etcdctl set config/nginx/externals/cloudogu '{"DisplayName": "This is a custom L
37
37
38
38
## Hide `Support` category entries
39
39
The last group of Warp Menu items is traditionally the Support group. Here you will find a link to external pages like [docs.cloudogu](https://docs.cloudogu.com/) and
40
-
[mycloudogu.com](https://my.cloudogu.com/) as well as to the `about` page delivered by the nginx.
40
+
[platform.cloudogu.com](https://platform.cloudogu.com/en/) as well as to the `about` page delivered by the nginx.
41
41
By default, all these entries are enabled and stored in `config.yaml`.
42
42
If you want to hide some of these entries you can set a key in the `etcd`.
43
43
@@ -47,12 +47,13 @@ etcdctl get /config/_global/disabled_warpmenu_support_entries
47
47
48
48
The key contains, if filled, a json list of tokens which should not be displayed. The name of the tokens can be found in `config.yaml` in the
49
49
nginx.
50
-
An example can be used with the command `etcdctl set /config/_global/disabled_warpmenu_support_entries '["myCloudogu", "aboutCloudoguToken"]'`.
51
-
the link to [mycloudogu.com](https://my.cloudogu.com/) and to the `about` page should be removed.
50
+
An example can be used with the command `etcdctl set /config/_global/disabled_warpmenu_support_entries '["platform", "aboutCloudoguToken"]'`.
51
+
the link to [platform.cloudogu.com](https://platform.cloudogu.com/en/) and to the `about` page should be removed.
52
52
If all entries are included in the `etcd` key the `support` group will not be displayed in the warp menu.
53
53
54
54
Currently, three keys are defined:
55
-
*`myCloudogu` - link to the __myCloudogu__ platform.
55
+
*`myCloudogu` - link to the cloudogu platform => Kept for compatibility reasons. My Cloudogu no longer exists, it is now the cloudogu platform
56
+
*`platform` - link to the cloudogu platform
56
57
*`aboutCloudoguToken` - link to the __About__ page of Cloudogu GmbH
57
58
*`docsCloudoguComUrl` - link to the documentation space of the Cloudogu ecosystem
0 commit comments