Skip to content
Open
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
60 changes: 60 additions & 0 deletions docs/user/general/img/overview/marker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/user/general/img/overview/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 22 additions & 2 deletions docs/user/general/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,39 @@ description: Overview of the web user interface
draft: false
---

import OverviewMarker from "./img/overview/marker.svg";

# OpenCloud - Overview of the web user interface

The OpenCloud web interface consists of several areas that help you to work efficiently with files and settings

<img src={require("./img/overview/overview.png").default} alt="Overview" width="1920"/>
<div style={{ position: "relative", display: "inline-block", width: "100%", maxWidth: "1920px" }}>
<img
src={require("./img/overview/overview.png").default}
alt="Overview"
width="1920"
style={{ display: 'block', width: '100%', height: 'auto' }}
/>
<OverviewMarker
aria-hidden="true"
style={{
position: 'absolute',
inset: 0,
width: '100%',
height: '100%',
pointerEvents: 'none',
zIndex: 1,
}}
/>
</div>

## 1. Left Sidebar

The sidebar contains the navigation elements such as Spaces, Files, Shares and Settings.

## 2. App Switcher

The menu in the top left corner allows you to switch between different Apps and modules.
The menu in the top right corner allows you to switch between different Apps and modules.

## 3. Top Bar

Expand Down