mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-26 14:15:48 +02:00

Changed - Add API v1.3 adding routes for starring/unstarring items by id and general fixes (#1727) https://nextcloud.github.io/news/api/api-v1-3/ - Improve styling of tables in articles (#1779) - Allow fetching feeds that omit guid by using link as stand-in (#1785) Fixed - Fix updated api not returning any item after marking item as read (#1713) - Fix deprecation warning for strip_tags() on a null value (#1766) - Fix selected item being set incorrectly when using default ordering or newest first ordering (#1324) - Fix doubling the height of the content area (#1796) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
41 lines
860 B
YAML
41 lines
860 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.2: api/api-v1-2.md
|
|
- API v1.3: api/api-v1-3.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
|