Skip to content

d7oc/docs-server

 
 

Repository files navigation

ownCloud Server Documentation

Building the Docs

The ownCloud Server documentation is not built independently. Instead, it is built together with the main documentation. 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 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.

Antora Site Structure for Docs

Refer to the Antora Site Structure for Docs for more information.

Prepare Your Environment

To prepare your local environment, some steps need to be made:

1.) Have the necessary prerequisites installed.

2.) Clone this repository and run

yarn install

to setup all necessary dependencies.

Building the ownCloud Server Documentation

Run the following command to build the client documentation locally

yarn antora-local

Previewing the Generated Docs

Assuming that there are no build errors, the next thing to do is to view the result in your browser. In case you have already installed a web server to access local pages, you need to configure a virtual host (or similar) which points to the directory public/, located in the root directory of this repository. This directory contains the generated documentation. Alternatively, use the simple web server serve bundled with the current package.json, just execute the following command to serve the documentation at http://localhost:8080/server/:

yarn serve

Target Branch and Backporting

See the the following section as the same rules and notes apply.

Branching Workflow

Please refer to the Branching Workflow for ownCloud Server or more information.

Create a New Version Branch for ownCloud Server

Please refer to Create a New Version Branch for ownCloud Server for more information.

About

ownCloud Server Documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.8%
  • PHP 19.0%
  • JavaScript 13.4%
  • Starlark 6.1%
  • Go 3.3%
  • Ruby 1.8%
  • Other 1.6%