# product **Repository Path**: mirrors_owncloud/product ## Basic Information - **Project Name**: product - **Description**: ownCloud Product Backlog - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-07 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Product ownCloud Product Backlog and Documentaion https://owncloud.github.io/product ## Working with this Documentation All product features are organized in `features/feature-name` Every feature folder could have a *.md file for the feature description and one or more *.feature files providing a high-level Feature definition in Gherkin language. ### Example Feature ``` features/example/ ├── _index.md ├── example.feature └── example.md ``` #### Editing - Start the hugo server with `make docs-server' - Open `https://localhost:1313` in the browser - Changing the content automatically triggers a reload in the browser ## Hugo Theme - https://github.com/xoxys/hugo-geekdoc - https://geekdocs.de Brought to us by geeklab (@xoxys)