https://github.com/owncloud/docs-client-desktop
ownCloud Desktop Client Documentation
https://github.com/owncloud/docs-client-desktop
antora asciidoc documentation
Last synced: 11 months ago
JSON representation
ownCloud Desktop Client Documentation
- Host: GitHub
- URL: https://github.com/owncloud/docs-client-desktop
- Owner: owncloud
- Created: 2021-04-19T07:31:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-23T03:45:47.000Z (11 months ago)
- Last Synced: 2025-07-23T05:28:17.809Z (11 months ago)
- Topics: antora, asciidoc, documentation
- Language: JavaScript
- Homepage: https://doc.owncloud.com
- Size: 20.3 MB
- Stars: 4
- Watchers: 13
- Forks: 6
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desktop App Documentation
**Table of Contents**
* [Building the Desktop Docs](#building-the-desktop-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 the Desktop App](#create-a-new-version-branch-for-the-desktop-app)
## Building the Desktop Docs
The Desktop App documentation is 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 desktop client 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 the Desktop App](./docs/the-branching-workflow.md) for more information.
## Create a New Version Branch for the Desktop App
Please refer to [Create a New Version Branch for the Desktop App](./docs/new-version-branch.md) for more information.