mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-02-17 23:46:03 +01:00

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> Co-authored-by: anoy. <anoymouserver@users.noreply.github.com>
40 lines
824 B
YAML
40 lines
824 B
YAML
site_name: Nextcloud News App
|
|
site_url: https://nextcloud.github.io/news/
|
|
site_description: Documentation for the Nextcloud News App
|
|
site_author: Nextcloud News Team
|
|
repo_url: https://github.com/nextcloud/news
|
|
edit_uri: blob/master/documentation/
|
|
|
|
nav:
|
|
- index.md
|
|
- install.md
|
|
- clients.md
|
|
- admin.md
|
|
- developer.md
|
|
- faq.md
|
|
- Features:
|
|
- Custom CSS: features/customCSS.md
|
|
- Plugins: features/plugins.md
|
|
- Themes: features/themes.md
|
|
- REST API:
|
|
- API v1: api/api-v1.md
|
|
- API v2: api/api-v2.md
|
|
- maintenance.md
|
|
|
|
theme:
|
|
name: material
|
|
logo: assets/logo.svg
|
|
favicon: assets/favicon.png
|
|
font: false
|
|
features:
|
|
- navigation.indexes
|
|
- navigation.tracking
|
|
- navigation.instant
|
|
- navigation.expand
|
|
- navigation.sections
|
|
|
|
|
|
# extra:
|
|
# version:
|
|
# provider: mike
|