https://github.com/owncloud/docs-webui
ownCloud Server Documentation
https://github.com/owncloud/docs-webui
antora asciidoc documentation
Last synced: 12 months ago
JSON representation
ownCloud Server Documentation
- Host: GitHub
- URL: https://github.com/owncloud/docs-webui
- Owner: owncloud
- License: agpl-3.0
- Created: 2021-12-20T15:52:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T07:26:36.000Z (about 1 year ago)
- Last Synced: 2025-06-28T18:13:12.837Z (12 months ago)
- Topics: antora, asciidoc, documentation
- Language: JavaScript
- Homepage: https://doc.owncloud.com
- Size: 18.6 MB
- Stars: 6
- Watchers: 15
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ownCloud Web User Interface
**Table of Contents**
* [Building the Web User Interface Docs](#building-the-web-user-interface-docs)
* [General Notes](#general-notes)
* [Generating the Documentation](#generating-the-documentation)
* [Target Branch and Backporting](#target-branch-and-backporting)
* [Branching Workflow](#branching-workflow)
* [Create a New Version Branch for Web User Interfaces](#create-a-new-version-branch-for-web-user-interfaces)
## Building the Web User Interface Docs
The ownCloud Web User Interface Guides are not built independently. Instead, it is built together with the [main documentation](https://github.com/owncloud/docs/). However, you can build a local copy of the ownCloud Server documentation to preview changes you are making.
Whenever a Pull Request of this repo gets merged, it automatically triggers a full docs build.
## General Notes
To make life easier, most of the content written in [docs](https://github.com/owncloud/docs#readme) applies also here. For ease of reading, the most important steps are documented here too. For more information see the link provided. Only a few topics of this repo are unique like the branching.
## Generating the Documentation
See the [Generating the Documentation](https://github.com/owncloud/docs#generating-the-documentation) in the docs repo for more details as it applies to all documentation repositories.
## Target Branch and Backporting
See the [following section](https://github.com/owncloud/docs#target-branch-and-backporting) as the same rules and notes apply.
## Branching Workflow
Please refer to the [Branching Workflow for ownCloud Server](https://github.com/owncloud/docs-webui/blob/master/docs/the-branching-workflow.md) for more information.
## Create a New Version Branch for Web User Interfaces
Please refer to [Create a New Version Branch for Web User Interfaces](https://github.com/owncloud/docs-webui/blob/master/docs/new-version-branch.md) for more information.