diff --git a/docs/dev/hallo_welt b/docs/dev/hallo_welt deleted file mode 100644 index 53f50075..00000000 --- a/docs/dev/hallo_welt +++ /dev/null @@ -1 +0,0 @@ -Hallo \ No newline at end of file diff --git a/docs/dev/intro.md b/docs/dev/intro.md deleted file mode 100644 index b0b52cb8..00000000 --- a/docs/dev/intro.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 3 ---- - -# Welcome \ No newline at end of file diff --git a/docs/user/desktop-client/uninstall.md b/docs/user/desktop-client/uninstall.md index 2d425e40..02f62a65 100644 --- a/docs/user/desktop-client/uninstall.md +++ b/docs/user/desktop-client/uninstall.md @@ -1,10 +1,10 @@ --- sidebar_position: 9 id: uninstall -title: Uninstall the Desktop Client +title: Uninstall OpenCloud Desktop --- -# Removing the OpenCloud Desktop App +# Removing the OpenCloud Desktop If you no longer need the **OpenCloud Desktop Client**, follow these steps to completely remove it from your system. @@ -17,7 +17,7 @@ Remove your accounts to have a clean system - then select **Remove** choose what to sync -## 2. Remove the Desktop App +## 2. Remove OpenCloud Desktop The process depends on your operating system: - **Windows:** Uninstall the app through **Control Panel > Programs & Features**. diff --git a/docusaurus.config.ts b/docusaurus.config.ts index e9f5cff3..ff152656 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -77,12 +77,6 @@ const config: Config = { position: 'left', label: 'Admin', }, - { - type: 'docSidebar', - sidebarId: 'dev', - position: 'left', - label: 'Developer', - }, { type: 'localeDropdown', position: 'right' @@ -102,10 +96,6 @@ const config: Config = { label: 'Admin', to: '/docs/admin/intro', }, - { - label: 'Developer', - to: '/docs/dev/intro', - }, ], }, { @@ -113,7 +103,7 @@ const config: Config = { items: [ { label: 'OpenCloud Community', - href: 'https://opencloud.eu/en/opencloud-community', + href: 'https://opencloud.eu/opencloud-community', }, { label: 'GitHub', @@ -126,11 +116,11 @@ const config: Config = { items: [ { label: 'OpenCloud', - href: 'https://opencloud.eu/de', + href: 'https://opencloud.eu/', }, { label: 'Blog & News', - href: 'https://opencloud.eu/en/blog-news', + href: 'https://opencloud.eu/blog-news', }, { label: 'Linkedin', diff --git a/i18n/de/code.json b/i18n/de/code.json index 0567fce5..62379fea 100644 --- a/i18n/de/code.json +++ b/i18n/de/code.json @@ -318,10 +318,6 @@ "message": "Admin Dokumentation", "description": "The label for the link to admin documentation" }, - "homepage.link.item.label.Developer Documentation": { - "message": "Developer Dokumentation", - "description": "The label for the link to developer documentation" - }, "theme.SearchPage.existingResultsTitle": { "message": "Suchergebnisse für \"{query}\"", "description": "The search page title for non-empty query" diff --git a/i18n/de/docusaurus-plugin-content-docs/current.json b/i18n/de/docusaurus-plugin-content-docs/current.json index 5761009e..738a3d9b 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current.json +++ b/i18n/de/docusaurus-plugin-content-docs/current.json @@ -7,10 +7,6 @@ "message": "admin", "description": "The label for category admin in sidebar tutorialSidebar" }, - "sidebar.tutorialSidebar.category.dev": { - "message": "dev", - "description": "The label for category dev in sidebar tutorialSidebar" - }, "sidebar.tutorialSidebar.category.user": { "message": "user", "description": "The label for category user in sidebar tutorialSidebar" @@ -55,14 +51,6 @@ "message": "Anleitung zur Verwaltung deiner OpenCloud.", "description": "The generated-index page description for category Administration of OpenCloud in sidebar tutorialSidebar" }, - "sidebar.tutorialSidebar.category.Desktop Client": { - "message": "Desktop Client", - "description": "The label for category Desktop Client in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Desktop Client.link.generated-index.description": { - "message": "Anleitung für den OpenCloud Desktop Client.", - "description": "The generated-index page description for category Desktop Client in sidebar tutorialSidebar" - }, "sidebar.tutorialSidebar.category.Roles": { "message": "Rollen", "description": "The label for category Roles in sidebar tutorialSidebar" @@ -111,14 +99,6 @@ "message": "Anleitung zur Verwaltung deiner OpenCloud.", "description": "The generated-index page description for category Administration of OpenCloud in sidebar user" }, - "sidebar.user.category.Desktop Client": { - "message": "Desktop Client", - "description": "The label for category Desktop Client in sidebar user" - }, - "sidebar.user.category.Desktop Client.link.generated-index.description": { - "message": "Anleitung für den OpenCloud Desktop Client.", - "description": "The generated-index page description for category Desktop Client in sidebar user" - }, "sidebar.user.category.Roles": { "message": "Rollen", "description": "The label for category Roles in sidebar user" @@ -126,5 +106,21 @@ "sidebar.user.category.Roles.link.generated-index.description": { "message": "Anleitung zur Vergabe von Rollen in OpenCloud.", "description": "The generated-index page description for category Roles in sidebar user" + }, + "sidebar.tutorialSidebar.category.OpenCloud Desktop": { + "message": "OpenCloud Desktop", + "description": "The label for category OpenCloud Desktop in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.OpenCloud Desktop.link.generated-index.description": { + "message": "Tutorials about the OpenCloud Desktop.", + "description": "The generated-index page description for category OpenCloud Desktop in sidebar tutorialSidebar" + }, + "sidebar.user.category.OpenCloud Desktop": { + "message": "OpenCloud Desktop", + "description": "The label for category OpenCloud Desktop in sidebar user" + }, + "sidebar.user.category.OpenCloud Desktop.link.generated-index.description": { + "message": "Tutorials about the OpenCloud Desktop.", + "description": "The generated-index page description for category OpenCloud Desktop in sidebar user" } } diff --git a/i18n/de/docusaurus-plugin-content-docs/current/dev/intro.md b/i18n/de/docusaurus-plugin-content-docs/current/dev/intro.md deleted file mode 100644 index b0b52cb8..00000000 --- a/i18n/de/docusaurus-plugin-content-docs/current/dev/intro.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sidebar_position: 3 ---- - -# Welcome \ No newline at end of file diff --git a/i18n/de/docusaurus-theme-classic/footer.json b/i18n/de/docusaurus-theme-classic/footer.json index 23f8bf0d..6d4a80c4 100644 --- a/i18n/de/docusaurus-theme-classic/footer.json +++ b/i18n/de/docusaurus-theme-classic/footer.json @@ -19,38 +19,6 @@ "message": "Admin", "description": "The label of footer link with label=Admin linking to /docs/admin/intro" }, - "link.item.label.Developer": { - "message": "Developer", - "description": "The label of footer link with label=Developer linking to /docs/dev/intro" - }, - "link.item.label.Blog": { - "message": "Blog", - "description": "The label of footer link with label=Blog linking to /blog" - }, - "link.item.label.Xing": { - "message": "Xing", - "description": "The label of footer link with label=Xing linking to https://www.xing.com/pages/heinleinsupportgmbh" - }, - "link.item.label.X (Twitter)": { - "message": "X (Twitter)", - "description": "The label of footer link with label=X (Twitter) linking to https://x.com/heinleinsupport/status/1857429869593788617" - }, - "link.item.label.LinkedIn": { - "message": "LinkedIn", - "description": "The label of footer link with label=LinkedIn linking to https://de.linkedin.com/company/heinlein-support" - }, - "link.item.label.Heinlein-Support": { - "message": "Heinlein-Support", - "description": "The label of footer link with label=Heinlein-Support linking to https://www.heinlein-support.de" - }, - "link.item.label.mailbox.org": { - "message": "mailbox.org", - "description": "The label of footer link with label=mailbox.org linking to https://mailbox.org/de" - }, - "link.item.label.OpenTalk": { - "message": "OpenTalk", - "description": "The label of footer link with label=OpenTalk linking to https://opentalk.mailbox.org" - }, "link.item.label.GitHub": { "message": "GitHub", "description": "The label of footer link with label=GitHub linking to https://github.com/opencloud-eu" @@ -58,5 +26,29 @@ "copyright": { "message": "Copyright © 2025 OpenCloud, powered by Heinlein Gruppe", "description": "The footer copyright" + }, + "link.item.label.OpenCloud Community": { + "message": "OpenCloud Community", + "description": "The label of footer link with label=OpenCloud Community linking to https://opencloud.eu/opencloud-community" + }, + "link.item.label.OpenCloud": { + "message": "OpenCloud", + "description": "The label of footer link with label=OpenCloud linking to https://opencloud.eu/" + }, + "link.item.label.Blog & News": { + "message": "Blog & News", + "description": "The label of footer link with label=Blog & News linking to https://opencloud.eu/blog-news" + }, + "link.item.label.Linkedin": { + "message": "Linkedin", + "description": "The label of footer link with label=Linkedin linking to https://www.linkedin.com/company/opencloud-eu" + }, + "link.item.label.Mastodon": { + "message": "Mastodon", + "description": "The label of footer link with label=Mastodon linking to https://social.opencloud.eu/@OpenCloud" + }, + "link.item.label.Bluesky": { + "message": "Bluesky", + "description": "The label of footer link with label=Bluesky linking to https://bsky.app/profile/opencloud.eu" } } diff --git a/i18n/de/docusaurus-theme-classic/navbar.json b/i18n/de/docusaurus-theme-classic/navbar.json index 93221b47..69b1b0a8 100644 --- a/i18n/de/docusaurus-theme-classic/navbar.json +++ b/i18n/de/docusaurus-theme-classic/navbar.json @@ -10,9 +10,5 @@ "item.label.Admin": { "message": "Admin", "description": "Navbar item with label Admin" - }, - "item.label.Developer": { - "message": "Developer", - "description": "Navbar item with label Developer" } } diff --git a/i18n/en/code.json b/i18n/en/code.json index be3dec55..9bd72e06 100644 --- a/i18n/en/code.json +++ b/i18n/en/code.json @@ -318,10 +318,6 @@ "message": "Admin Documentation", "description": "The label for the link to admin documentation" }, - "homepage.link.item.label.Developer Documentation": { - "message": "Developer Documentation", - "description": "The label for the link to developer documentation" - }, "theme.SearchBar.noResultsText": { "message": "No results" }, diff --git a/i18n/en/docusaurus-plugin-content-docs/current.json b/i18n/en/docusaurus-plugin-content-docs/current.json index 9bde01f2..22657b5a 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current.json +++ b/i18n/en/docusaurus-plugin-content-docs/current.json @@ -7,10 +7,6 @@ "message": "admin", "description": "The label for category admin in sidebar tutorialSidebar" }, - "sidebar.tutorialSidebar.category.dev": { - "message": "dev", - "description": "The label for category dev in sidebar tutorialSidebar" - }, "sidebar.tutorialSidebar.category.user": { "message": "user", "description": "The label for category user in sidebar tutorialSidebar" @@ -55,14 +51,6 @@ "message": "Tutorials for administrating your OpenCloud.", "description": "The generated-index page description for category Administration of OpenCloud in sidebar tutorialSidebar" }, - "sidebar.tutorialSidebar.category.Desktop Client": { - "message": "Desktop Client", - "description": "The label for category Desktop Client in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Desktop Client.link.generated-index.description": { - "message": "Tutorials about the OpenCloud Desktop Client.", - "description": "The generated-index page description for category Desktop Client in sidebar tutorialSidebar" - }, "sidebar.tutorialSidebar.category.Roles": { "message": "Roles", "description": "The label for category Roles in sidebar tutorialSidebar" @@ -111,14 +99,6 @@ "message": "Tutorials for administrating your OpenCloud.", "description": "The generated-index page description for category Administration of OpenCloud in sidebar user" }, - "sidebar.user.category.Desktop Client": { - "message": "Desktop Client", - "description": "The label for category Desktop Client in sidebar user" - }, - "sidebar.user.category.Desktop Client.link.generated-index.description": { - "message": "Tutorials about the OpenCloud Desktop Client.", - "description": "The generated-index page description for category Desktop Client in sidebar user" - }, "sidebar.user.category.Roles": { "message": "Roles", "description": "The label for category Roles in sidebar user" @@ -126,5 +106,21 @@ "sidebar.user.category.Roles.link.generated-index.description": { "message": "Tutorials about roles in OpenCloud.", "description": "The generated-index page description for category Roles in sidebar user" + }, + "sidebar.tutorialSidebar.category.OpenCloud Desktop": { + "message": "OpenCloud Desktop", + "description": "The label for category OpenCloud Desktop in sidebar tutorialSidebar" + }, + "sidebar.tutorialSidebar.category.OpenCloud Desktop.link.generated-index.description": { + "message": "Tutorials about the OpenCloud Desktop.", + "description": "The generated-index page description for category OpenCloud Desktop in sidebar tutorialSidebar" + }, + "sidebar.user.category.OpenCloud Desktop": { + "message": "OpenCloud Desktop", + "description": "The label for category OpenCloud Desktop in sidebar user" + }, + "sidebar.user.category.OpenCloud Desktop.link.generated-index.description": { + "message": "Tutorials about the OpenCloud Desktop.", + "description": "The generated-index page description for category OpenCloud Desktop in sidebar user" } } diff --git a/i18n/en/docusaurus-theme-classic/footer.json b/i18n/en/docusaurus-theme-classic/footer.json index 23f8bf0d..6d4a80c4 100644 --- a/i18n/en/docusaurus-theme-classic/footer.json +++ b/i18n/en/docusaurus-theme-classic/footer.json @@ -19,38 +19,6 @@ "message": "Admin", "description": "The label of footer link with label=Admin linking to /docs/admin/intro" }, - "link.item.label.Developer": { - "message": "Developer", - "description": "The label of footer link with label=Developer linking to /docs/dev/intro" - }, - "link.item.label.Blog": { - "message": "Blog", - "description": "The label of footer link with label=Blog linking to /blog" - }, - "link.item.label.Xing": { - "message": "Xing", - "description": "The label of footer link with label=Xing linking to https://www.xing.com/pages/heinleinsupportgmbh" - }, - "link.item.label.X (Twitter)": { - "message": "X (Twitter)", - "description": "The label of footer link with label=X (Twitter) linking to https://x.com/heinleinsupport/status/1857429869593788617" - }, - "link.item.label.LinkedIn": { - "message": "LinkedIn", - "description": "The label of footer link with label=LinkedIn linking to https://de.linkedin.com/company/heinlein-support" - }, - "link.item.label.Heinlein-Support": { - "message": "Heinlein-Support", - "description": "The label of footer link with label=Heinlein-Support linking to https://www.heinlein-support.de" - }, - "link.item.label.mailbox.org": { - "message": "mailbox.org", - "description": "The label of footer link with label=mailbox.org linking to https://mailbox.org/de" - }, - "link.item.label.OpenTalk": { - "message": "OpenTalk", - "description": "The label of footer link with label=OpenTalk linking to https://opentalk.mailbox.org" - }, "link.item.label.GitHub": { "message": "GitHub", "description": "The label of footer link with label=GitHub linking to https://github.com/opencloud-eu" @@ -58,5 +26,29 @@ "copyright": { "message": "Copyright © 2025 OpenCloud, powered by Heinlein Gruppe", "description": "The footer copyright" + }, + "link.item.label.OpenCloud Community": { + "message": "OpenCloud Community", + "description": "The label of footer link with label=OpenCloud Community linking to https://opencloud.eu/opencloud-community" + }, + "link.item.label.OpenCloud": { + "message": "OpenCloud", + "description": "The label of footer link with label=OpenCloud linking to https://opencloud.eu/" + }, + "link.item.label.Blog & News": { + "message": "Blog & News", + "description": "The label of footer link with label=Blog & News linking to https://opencloud.eu/blog-news" + }, + "link.item.label.Linkedin": { + "message": "Linkedin", + "description": "The label of footer link with label=Linkedin linking to https://www.linkedin.com/company/opencloud-eu" + }, + "link.item.label.Mastodon": { + "message": "Mastodon", + "description": "The label of footer link with label=Mastodon linking to https://social.opencloud.eu/@OpenCloud" + }, + "link.item.label.Bluesky": { + "message": "Bluesky", + "description": "The label of footer link with label=Bluesky linking to https://bsky.app/profile/opencloud.eu" } } diff --git a/i18n/en/docusaurus-theme-classic/navbar.json b/i18n/en/docusaurus-theme-classic/navbar.json index 93221b47..69b1b0a8 100644 --- a/i18n/en/docusaurus-theme-classic/navbar.json +++ b/i18n/en/docusaurus-theme-classic/navbar.json @@ -10,9 +10,5 @@ "item.label.Admin": { "message": "Admin", "description": "Navbar item with label Admin" - }, - "item.label.Developer": { - "message": "Developer", - "description": "Navbar item with label Developer" } } diff --git a/sidebars.ts b/sidebars.ts index c0260d84..81f8f60c 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -17,7 +17,6 @@ const sidebars: SidebarsConfig = { tutorialSidebar: [{type: 'autogenerated', dirName: '.'}], admin: [{type: 'autogenerated', dirName: 'admin'}], user: [{type: 'autogenerated', dirName: 'user'}], - dev: [{type: 'autogenerated', dirName: 'dev'}], // But you can create a sidebar manually /* diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 574e891a..08d262da 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -38,18 +38,7 @@ function HomepageHeader() { Admin Documentation -
-
- - - Developer Documentation - - -
+
); diff --git a/src/pages/markdown-page.md b/src/pages/markdown-page.md deleted file mode 100644 index 9756c5b6..00000000 --- a/src/pages/markdown-page.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Markdown page example ---- - -# Markdown page example - -You don't need React to write simple standalone pages.