Skip to content

Commit 3640905

Browse files
author
Simon Klein
committed
#45 Remove mycloudogu references and replace them with platform references
1 parent 7be5399 commit 3640905

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Cloudogu EcoSystem is an open platform, which lets you choose how and where
3737
Want to talk to the Cloudogu team? Need help or support? There are several ways to get in touch with us:
3838

3939
* [Website](https://cloudogu.com)
40-
* [myCloudogu-Forum](https://forum.cloudogu.com/topic/34?ctx=1)
40+
* [Cloudogu-Community-Forum](https://community.cloudogu.com/)
4141
4242

4343
---

docs/operations/custom_entries_de.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ etcdctl set config/nginx/externals/cloudogu '{"DisplayName": "This is a custom L
3636

3737
## `Support` Kategorie Einträge ausblenden
3838
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.
4040
Standardmäßig sind alle diese Einträge aktiviert und in der `config.yaml` hinterlegt.
4141
Sollen nur einzelne dieser Einträge angezeigt werden, kann dafür ein Schlüssel im `etcd` hinterlegt werden.
4242
```bash
@@ -45,12 +45,13 @@ etcdctl get /config/_global/disabled_warpmenu_support_entries
4545

4646
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
4747
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.
5050
Sind alle Einträge in dem `etcd` Schlüssel enthalten wird die `Support` Gruppe nicht im Warpmenü angezeigt.
5151

5252
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
5455
* `aboutCloudoguToken` - Link zur __About__ Seite der Cloudogu GmbH
5556
* `docsCloudoguComUrl` - Link zum Dokumentationsspace des Cloudogu Ecosystems
5657

docs/operations/custom_entries_en.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ etcdctl set config/nginx/externals/cloudogu '{"DisplayName": "This is a custom L
3737

3838
## Hide `Support` category entries
3939
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.
4141
By default, all these entries are enabled and stored in `config.yaml`.
4242
If you want to hide some of these entries you can set a key in the `etcd`.
4343

@@ -47,12 +47,13 @@ etcdctl get /config/_global/disabled_warpmenu_support_entries
4747

4848
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
4949
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.
5252
If all entries are included in the `etcd` key the `support` group will not be displayed in the warp menu.
5353

5454
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
5657
* `aboutCloudoguToken` - link to the __About__ page of Cloudogu GmbH
5758
* `docsCloudoguComUrl` - link to the documentation space of the Cloudogu ecosystem
5859

src/warp.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function getCategoryKey(category) {
7171
function getTranslations(language) {
7272
if (language === "de") {
7373
return {
74-
"myCloudogu": "myCloudogu",
74+
"platform": "cloudogu platform",
7575
"aboutCloudoguToken": "Über Cloudogu",
7676
"menuToken": "Menü",
7777
"ecosystemLogoutToken": "EcoSystem Logout",
@@ -84,7 +84,7 @@ function getTranslations(language) {
8484
};
8585
} else {
8686
return {
87-
"myCloudogu": "myCloudogu",
87+
"platform": "cloudogu platform",
8888
"aboutCloudoguToken": "About Cloudogu",
8989
"menuToken": "Menu",
9090
"ecosystemLogoutToken": "EcoSystem Logout",

0 commit comments

Comments
 (0)