From 227f04647a1ffd25661db2d75ad19555896b5468 Mon Sep 17 00:00:00 2001 From: Malin Errenst Date: Thu, 19 Sep 2024 23:51:17 +0200 Subject: [PATCH] chore: Renamed TIM-Features to TI-Messenger features --- .../_category_.json | 2 +- .../approval-list.mdx | 0 .../contact-organizations.mdx | 0 .../ti-messenger-features/index.mdx | 27 +++++++++++++++++++ .../login.mdx | 2 +- .../manage-contact-points.mdx} | 8 +++--- .../reset-password.mdx | 2 +- .../use-ehba.mdx | 2 +- docs/help-center/tim-features/index.mdx | 27 ------------------- .../current.json | 4 +-- .../_category_.json | 2 +- .../approval-list.mdx | 0 .../contact-organizations.mdx | 0 .../ti-messenger-features/index.mdx | 27 +++++++++++++++++++ .../login.mdx | 2 +- .../manage-contact-points.mdx} | 6 ++--- .../reset-password.mdx | 2 +- .../use-ehba.mdx | 2 +- .../help-center/tim-features/index.mdx | 27 ------------------- sidebars.js | 6 ++--- 20 files changed, 74 insertions(+), 74 deletions(-) rename docs/help-center/{tim-features => ti-messenger-features}/_category_.json (65%) rename docs/help-center/{tim-features => ti-messenger-features}/approval-list.mdx (100%) rename docs/help-center/{tim-features => ti-messenger-features}/contact-organizations.mdx (100%) create mode 100644 docs/help-center/ti-messenger-features/index.mdx rename docs/help-center/{tim-features => ti-messenger-features}/login.mdx (97%) rename docs/help-center/{tim-features/administration.mdx => ti-messenger-features/manage-contact-points.mdx} (95%) rename docs/help-center/{tim-features => ti-messenger-features}/reset-password.mdx (95%) rename docs/help-center/{tim-features => ti-messenger-features}/use-ehba.mdx (98%) delete mode 100644 docs/help-center/tim-features/index.mdx rename i18n/de/docusaurus-plugin-content-docs/current/help-center/{tim-features => ti-messenger-features}/_category_.json (65%) rename i18n/de/docusaurus-plugin-content-docs/current/help-center/{tim-features => ti-messenger-features}/approval-list.mdx (100%) rename i18n/de/docusaurus-plugin-content-docs/current/help-center/{tim-features => ti-messenger-features}/contact-organizations.mdx (100%) create mode 100644 i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/index.mdx rename i18n/de/docusaurus-plugin-content-docs/current/help-center/{tim-features => ti-messenger-features}/login.mdx (97%) rename i18n/de/docusaurus-plugin-content-docs/current/help-center/{tim-features/administration.mdx => ti-messenger-features/manage-contact-points.mdx} (97%) rename i18n/de/docusaurus-plugin-content-docs/current/help-center/{tim-features => ti-messenger-features}/reset-password.mdx (94%) rename i18n/de/docusaurus-plugin-content-docs/current/help-center/{tim-features => ti-messenger-features}/use-ehba.mdx (98%) delete mode 100644 i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/index.mdx diff --git a/docs/help-center/tim-features/_category_.json b/docs/help-center/ti-messenger-features/_category_.json similarity index 65% rename from docs/help-center/tim-features/_category_.json rename to docs/help-center/ti-messenger-features/_category_.json index 4b3d6f21f..0c3a7edf4 100644 --- a/docs/help-center/tim-features/_category_.json +++ b/docs/help-center/ti-messenger-features/_category_.json @@ -1,5 +1,5 @@ { - "label": "TIM Features", + "label": "TI-Messenger features", "position": 5, "link": { "type": "generated-index" diff --git a/docs/help-center/tim-features/approval-list.mdx b/docs/help-center/ti-messenger-features/approval-list.mdx similarity index 100% rename from docs/help-center/tim-features/approval-list.mdx rename to docs/help-center/ti-messenger-features/approval-list.mdx diff --git a/docs/help-center/tim-features/contact-organizations.mdx b/docs/help-center/ti-messenger-features/contact-organizations.mdx similarity index 100% rename from docs/help-center/tim-features/contact-organizations.mdx rename to docs/help-center/ti-messenger-features/contact-organizations.mdx diff --git a/docs/help-center/ti-messenger-features/index.mdx b/docs/help-center/ti-messenger-features/index.mdx new file mode 100644 index 000000000..ebb2d0a51 --- /dev/null +++ b/docs/help-center/ti-messenger-features/index.mdx @@ -0,0 +1,27 @@ +--- +slug: /ti-messenger-features +title: TI-Messenger Features +hide_title: true +--- + +import DocCardList from '@theme/DocCardList'; + +
+
+

TI-Messenger features

+
+ +
+

+ +:::note + +You will only have access to TI-Messenger Features if your account is on a TI-Messenger server. + +::: + +--- + + + +--- diff --git a/docs/help-center/tim-features/login.mdx b/docs/help-center/ti-messenger-features/login.mdx similarity index 97% rename from docs/help-center/tim-features/login.mdx rename to docs/help-center/ti-messenger-features/login.mdx index a80fb2738..b14da33aa 100644 --- a/docs/help-center/tim-features/login.mdx +++ b/docs/help-center/ti-messenger-features/login.mdx @@ -13,7 +13,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
-

Login to a TIM server

+

Login to a TI-Messenger server

diff --git a/docs/help-center/tim-features/administration.mdx b/docs/help-center/ti-messenger-features/manage-contact-points.mdx similarity index 95% rename from docs/help-center/tim-features/administration.mdx rename to docs/help-center/ti-messenger-features/manage-contact-points.mdx index 3e583c0d6..212656a32 100644 --- a/docs/help-center/tim-features/administration.mdx +++ b/docs/help-center/ti-messenger-features/manage-contact-points.mdx @@ -1,6 +1,6 @@ --- -sidebar_label: Administration -title: Administration +sidebar_label: Manage contact points +title: Manage contact points hide_title: true displayed_sidebar: helpcenterSidebar sidebar_position: 5 @@ -13,8 +13,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
-

Administration

-

Administrate your organizations contact points.

+

Manage contact points

+

Manage your organizations contact points.

diff --git a/docs/help-center/tim-features/reset-password.mdx b/docs/help-center/ti-messenger-features/reset-password.mdx similarity index 95% rename from docs/help-center/tim-features/reset-password.mdx rename to docs/help-center/ti-messenger-features/reset-password.mdx index 35762fb23..9437a0a94 100644 --- a/docs/help-center/tim-features/reset-password.mdx +++ b/docs/help-center/ti-messenger-features/reset-password.mdx @@ -19,7 +19,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; :::info -If no new browser window or tab opens for login, your account is not on a TIM server and you need to contact your administrator for resetting a lost password. +If no new browser window or tab opens for login, your account is not on a TI-Messenger server and you need to contact your administrator for resetting a lost password. ::: diff --git a/docs/help-center/tim-features/use-ehba.mdx b/docs/help-center/ti-messenger-features/use-ehba.mdx similarity index 98% rename from docs/help-center/tim-features/use-ehba.mdx rename to docs/help-center/ti-messenger-features/use-ehba.mdx index c86a19dc8..22e4879e5 100644 --- a/docs/help-center/tim-features/use-ehba.mdx +++ b/docs/help-center/ti-messenger-features/use-ehba.mdx @@ -19,7 +19,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; ## Register eHBA card -You can register yourself on the TIM contact list by connecting your eHBA to your user account. +You can register yourself on the TI-Messenger contact list by connecting your eHBA to your user account. Thereby you will be able to contact users from other organizations and be contacted by them, as long as they have registered an eHBA card in their account, too. :::note diff --git a/docs/help-center/tim-features/index.mdx b/docs/help-center/tim-features/index.mdx deleted file mode 100644 index 57214e98f..000000000 --- a/docs/help-center/tim-features/index.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -slug: /tim-features -title: TIM Features -hide_title: true ---- - -import DocCardList from '@theme/DocCardList'; - -
-
-

TIM Features

-
- -
-

- -:::note - -You will only have access to TIM Features if your account is on a TIM server. - -::: - ---- - - - ---- diff --git a/i18n/de/docusaurus-plugin-content-docs/current.json b/i18n/de/docusaurus-plugin-content-docs/current.json index 2a340add4..0096aef26 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current.json +++ b/i18n/de/docusaurus-plugin-content-docs/current.json @@ -19,8 +19,8 @@ "message": "Verwaltung", "description": "The label for category Administration in sidebar helpcenterSidebar" }, - "sidebar.helpcenterSidebar.category.TIM Features": { - "message": "TIM Features", + "sidebar.helpcenterSidebar.category.TI-Messenger features": { + "message": "TI-Messenger Features", "description": "The label for category TIM Features in sidebar helpcenterSidebar" }, "sidebar.helpcenterSidebar.category.Your account": { diff --git a/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/_category_.json b/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/_category_.json similarity index 65% rename from i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/_category_.json rename to i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/_category_.json index 4b3d6f21f..bd54b2428 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/_category_.json +++ b/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/_category_.json @@ -1,5 +1,5 @@ { - "label": "TIM Features", + "label": "TI-Messenger Features", "position": 5, "link": { "type": "generated-index" diff --git a/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/approval-list.mdx b/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/approval-list.mdx similarity index 100% rename from i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/approval-list.mdx rename to i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/approval-list.mdx diff --git a/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/contact-organizations.mdx b/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/contact-organizations.mdx similarity index 100% rename from i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/contact-organizations.mdx rename to i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/contact-organizations.mdx diff --git a/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/index.mdx b/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/index.mdx new file mode 100644 index 000000000..456793443 --- /dev/null +++ b/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/index.mdx @@ -0,0 +1,27 @@ +--- +slug: /ti-messenger-features +title: TI-Messenger Features +hide_title: true +--- + +import DocCardList from '@theme/DocCardList'; + +
+
+

TI-Messenger Features

+
+ +
+

+ +:::note + +Die TI-Messenger Features sind nur für Sie verfügbar, wenn Ihr Account auf einem TI-Messenger Server ist. + +::: + +--- + + + +--- diff --git a/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/login.mdx b/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/login.mdx similarity index 97% rename from i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/login.mdx rename to i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/login.mdx index 97d483755..97b181b97 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/login.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/login.mdx @@ -13,7 +13,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
-

Anmelden auf einem TIM-Server

+

Anmelden auf einem TI-Messenger-Server

diff --git a/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/administration.mdx b/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/manage-contact-points.mdx similarity index 97% rename from i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/administration.mdx rename to i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/manage-contact-points.mdx index 51d801015..dc326dd56 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/administration.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/manage-contact-points.mdx @@ -1,6 +1,6 @@ --- -sidebar_label: Verwaltung -title: Verwaltung +sidebar_label: Kontaktpunkte verwalten +title: Kontaktpunkte verwalten hide_title: true displayed_sidebar: helpcenterSidebar sidebar_position: 5 @@ -13,7 +13,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
-

Verwaltung

+

Kontaktpunkte verwalten

Verwalten Sie die Kontaktpunkte Ihrer Organisation.

diff --git a/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/reset-password.mdx b/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/reset-password.mdx similarity index 94% rename from i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/reset-password.mdx rename to i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/reset-password.mdx index a88d896f7..773b677ea 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/reset-password.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/reset-password.mdx @@ -19,7 +19,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; :::info -Falls sich kein Browserfenster oder Tab für den Login öffnet, ist Ihr Account nicht auf einem TIM-Server und Sie müssen Ihren Administrator kontaktieren, um ein vergessenes Passwort zurückzusetzen. +Falls sich kein Browserfenster oder Tab für den Login öffnet, ist Ihr Account nicht auf einem TI-Messenger-Server und Sie müssen Ihren Administrator kontaktieren, um ein vergessenes Passwort zurückzusetzen. ::: diff --git a/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/use-ehba.mdx b/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/use-ehba.mdx similarity index 98% rename from i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/use-ehba.mdx rename to i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/use-ehba.mdx index 751f39b0f..4c95bb8b0 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/use-ehba.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/help-center/ti-messenger-features/use-ehba.mdx @@ -19,7 +19,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; ## eHBA Karte registrieren -Sie können sich auf der TIM Kontaktliste registrieren, indem Sie Ihre eHBA Karte Ihrem Benutzeraccount hinzufügen. +Sie können sich auf der TI-Messenger Kontaktliste registrieren, indem Sie Ihre eHBA Karte Ihrem Benutzeraccount hinzufügen. Dadurch werden Sie in der Lage sein, Benutzer von anderen Organisationen, die auch eine eHBA-Karte registriert haben, zu kontaktieren und von ihnen kontaktiert zu werden. diff --git a/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/index.mdx b/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/index.mdx deleted file mode 100644 index bf67d18b8..000000000 --- a/i18n/de/docusaurus-plugin-content-docs/current/help-center/tim-features/index.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -slug: /tim-features -title: TIM Features -hide_title: true ---- - -import DocCardList from '@theme/DocCardList'; - -
-
-

TIM Features

-
- -
-

- -:::note - -Die TIM Features sind nur für Sie verfügbar, wenn Ihr Account auf einem TIM Server ist. - -::: - ---- - - - ---- diff --git a/sidebars.js b/sidebars.js index 2d3dff829..c44726aaa 100644 --- a/sidebars.js +++ b/sidebars.js @@ -40,9 +40,9 @@ const sidebars = { }, { type: 'category', - label: 'TIM Features', - link: { type: 'doc', id: 'help-center/tim-features/index' }, - items: [{ type: 'autogenerated', dirName: 'help-center/tim-features' }], + label: 'TI-Messenger features', + link: { type: 'doc', id: 'help-center/ti-messenger-features/index' }, + items: [{ type: 'autogenerated', dirName: 'help-center/ti-messenger-features' }], } ], apiSidebar: ['api/index', { type: 'autogenerated', dirName: 'api' }],