Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/admin/configuration/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Configuration",
"position": 3,
"position": 5,
"link": {
"type": "generated-index",
"description": "⚙️ Configuration",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
id: datasheet
title: Datasheet
description: Datasheet
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/welcome/features.md → docs/admin/features.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
id: features
title: Features
description: Features
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/getting-started/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Getting Started",
"position": 2,
"position": 4,
"link": {
"type": "generated-index",
"description": "🚀 Getting Started",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Welcome!
slug: /admin/intro
sidebar_position: 1
title: Welcome
description: Welcome
draft: false
---

# Welcome to OpenCloud Admin Docs
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/maintenance/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Maintenance",
"position": 4,
"position": 6,
"link": {
"type": "generated-index",
"description": "🛠️ Maintenance",
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/resources/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Resources",
"position": 5,
"position": 7,
"link": {
"type": "generated-index",
"description": "Resources",
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/resources/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Key Factors for Optimal Performance:
<details>
<summary>How difficult is it to set up, and is technical expertise required?</summary>

One of our goals is to make the deployment of OpenCloud as simple as possible. Depending on your experience, it's possible to set up a basic OpenCloud instance in less than 1 minute. See [the Quick Start](https://docs.opencloud.eu/docs/admin/intro)
One of our goals is to make the deployment of OpenCloud as simple as possible. Depending on your experience, it's possible to set up a basic OpenCloud instance in less than 1 minute. See [the Quick Start](https://docs.opencloud.eu/docs/admin)

</details>

Expand Down
4 changes: 0 additions & 4 deletions docs/admin/welcome/_category_.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/dev/intro.md → docs/dev/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
sidebar_position: 1
id: intro
title: Welcome
custom_edit_url: https://github.com/opencloud-eu/opencloud/edit/main/docs/intro.md
---
Expand Down
7 changes: 3 additions & 4 deletions docs/user/intro.md → docs/user/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
sidebar_position: 1
id: intro
title: Welcome
description: Welcome
draft: false
Expand Down Expand Up @@ -42,7 +41,7 @@ the Web Client for full-featured online use, the Desktop Client for local synchr

## How can I use OpenCloud?

Instructions on how to install and set up your own OpenCloud can be found in the ["Admin" Documentation](../admin/welcome/index.md) under ["Getting-Started"](../admin/getting-started/)
Instructions on how to install and set up your own OpenCloud can be found in the ["Admin" Documentation](../admin/) under ["Getting-Started"](../admin/getting-started/)

## Documentation Versions

Expand All @@ -56,11 +55,11 @@ Through intelligent file management and a strong open source community, files be

## Table of contents

### [User Interface and Navigation](general)
### [User Interface and Navigation](./general)

Here you will find general information about account settings, customizations and view modes.

### [Manage Files and Folders](files-and-folders)
### [Manage Files and Folders](./files-and-folders)

Here you will find information about the management of files and folders.

Expand Down
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ presets: [
items: [
{
label: 'User',
to: '/docs/user/intro',
to: '/docs/user',
},
{
label: 'Admin',
to: '/docs/admin/intro',
to: '/docs/admin',
},
{
label: 'Dev',
to: '/docs/dev/intro',
to: '/docs/dev',
},
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ der Web Client für die umfassende Online-Nutzung, der Desktop Client für die l

## Wie kann ich OpenCloud nutzen?

Anweisungen zur Installation und Einrichtung Ihrer eigenen OpenCloud finden Sie nur in Englisch in der [„Admin“-Dokumentation](/docs/admin/welcome/index.md) unter [Erste Schritte](/docs/admin/getting-started/).
Anweisungen zur Installation und Einrichtung Ihrer eigenen OpenCloud finden Sie nur in Englisch in der [„Admin“-Dokumentation](/docs/admin/index.md) unter [Erste Schritte](/docs/admin/getting-started/).

## Dokumentations-Versionen

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ der Web Client für die umfassende Online-Nutzung, der Desktop Client für die l

## Wie kann ich OpenCloud nutzen?

Anweisungen zur Installation und Einrichtung Ihrer eigenen OpenCloud finden Sie nur in Englisch in der [„Admin“-Dokumentation](/docs/admin/welcome/index.md) unter [Erste Schritte](/docs/admin/getting-started/).
Anweisungen zur Installation und Einrichtung Ihrer eigenen OpenCloud finden Sie nur in Englisch in der [„Admin“-Dokumentation](/docs/admin/index.md) unter [Erste Schritte](/docs/admin/getting-started/).

## Dokumentations-Versionen

Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function HomepageHeader() {
<div className={styles.buttons}><br/><br/><br/>
<Link
className="button button--secondary button--lg"
to="/docs/user/intro">
to="/docs/user">
<Translate
id="homepage.link.item.label.User Documentation"
description="The label for the link to user documentation">
Expand All @@ -32,7 +32,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/admin/intro">
to="/docs/admin">
<Translate
id="homepage.link.item.label.Admin Documentation"
description="The label for the link to admin documentation">
Expand All @@ -44,7 +44,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/dev/intro">
to="/docs/dev">
<Translate
id="homepage.link.item.label.Developer Documentation"
description="The label for the link to developer documentation">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Configuration",
"position": 3,
"position": 5,
"link": {
"type": "generated-index",
"description": "⚙️ Configuration",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
id: datasheet
title: Datasheet
description: Datasheet
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
id: features
title: Features
description: Features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Getting Started",
"position": 2,
"position": 4,
"link": {
"type": "generated-index",
"description": "🚀 Getting Started",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Welcome!
slug: /admin/intro
sidebar_position: 1
title: Welcome
description: Welcome
draft: false
---

# Welcome to OpenCloud Admin Docs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Maintenance",
"position": 4,
"position": 6,
"link": {
"type": "generated-index",
"description": "🛠️ Maintenance",
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.0/admin/resources/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Resources",
"position": 5,
"position": 7,
"link": {
"type": "generated-index",
"description": "Resources",
Expand Down
4 changes: 0 additions & 4 deletions versioned_docs/version-4.0/admin/welcome/_category_.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
sidebar_position: 1
id: intro
title: Welcome
custom_edit_url: https://github.com/opencloud-eu/opencloud/edit/main/docs/intro.md
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
sidebar_position: 1
id: intro
title: Welcome
description: Welcome
draft: false
Expand Down Expand Up @@ -42,7 +41,7 @@ the Web Client for full-featured online use, the Desktop Client for local synchr

## How can I use OpenCloud?

Instructions on how to install and set up your own OpenCloud can be found in the ["Admin" Documentation](../admin/welcome/index.md) under ["Getting-Started"](../admin/getting-started/)
Instructions on how to install and set up your own OpenCloud can be found in the ["Admin" Documentation](../admin/) under ["Getting-Started"](../admin/getting-started/)

## Documentation Versions

Expand Down
Loading