From 8cdcde2e56a9eb6b23abb5577f2cb8f059cf26b9 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 2 Mar 2023 16:30:45 +0100 Subject: adjust docs Signed-off-by: Benjamin Brahmer --- docs/faq.md | 4 ++++ mkdocs.yml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index e9c4d5e95..d9721b923 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -59,6 +59,10 @@ Feeds can be updated using Nextcloud's system cron or an [external updater](http You will get two rows where column `class`will be `OCA\News\Cron\Updater` and `OCA\News\Cron\UpdaterJob`. +!!! info + + In newer versions of News (21.x.x) the old job OCA\News\Cron\Updater was removed from the DB. + Reset the `reserved_at` by executing ```sql diff --git a/mkdocs.yml b/mkdocs.yml index 949537b8f..c4f75db5f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -34,6 +34,8 @@ theme: - navigation.expand - navigation.sections +markdown_extensions: + - admonition # extra: # version: -- cgit v1.2.3