1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-25 20:15:47 +02:00
Nextcloud-News/mkdocs.yml
Benjamin Brahmer 86e01a91f3 Release 18.1.0-beta1
Changed
- Add API v1.3 adding routes for starring/unstarring items by id and general fixes ()
  https://nextcloud.github.io/news/api/api-v1-3/
- Improve styling of tables in articles ()
- Allow fetching feeds that omit guid by using link as stand-in ()

Fixed
- Fix updated api not returning any item after marking item as read ()
- Fix deprecation warning for strip_tags() on a null value ()
- Fix selected item being set incorrectly when using default ordering or newest first ordering ()
- Fix doubling the height of the content area ()

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-05-29 10:34:26 +02:00

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