1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Benjamin Brahmer 8cdcde2e56 adjust docs
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-03-02 17:51:53 +01:00
Benjamin Brahmer 86e01a91f3 Release 18.1.0-beta1
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>
2022-05-29 10:34:26 +02:00
Benjamin Brahmer 98143e8bbc add admin docs page, document removal of command
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Co-authored-by: anoy. <anoymouserver@users.noreply.github.com>
2021-06-01 12:58:42 +02:00
Benjamin Brahmer c25a58e4ce add more meta data to docs
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-23 15:53:11 +02:00
Benjamin Brahmer 79e469fd33 Refactor News documentation with mkdocs and mkdocs-material
- move all pages to new structure
- use gh-pages to host html version
- use github actions for automatic build

Co-authored-by: anoy <anoymouserver+github@mailbox.org>

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-19 14:58:29 +02:00