From 6f00ed40c7671dbd1dcec72b13d121bc9752f21e Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 8 May 2021 20:07:47 +0200 Subject: small fixes and usability Signed-off-by: Benjamin Brahmer --- docs/features/update_interval.md | 6 +++--- mkdocs.yml | 19 ++++++++++++++++--- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/docs/features/update_interval.md b/docs/features/update_interval.md index 1f125bcec..72fd69323 100644 --- a/docs/features/update_interval.md +++ b/docs/features/update_interval.md @@ -1,10 +1,10 @@ -# What is the update interval? +# Update Interval The update interval is used to determine when the next update of all feeds should be done. You can configure this interval as an administrator. -# What is a good update interval? +## What is a good update interval? That depends on your individual needs. Please keep in mind that the lower you set your update interval, the more traffic is generated. -# Can I set individual update intervals per feed/user? +## Can I set individual update intervals per feed/user? No, the job framework of Nextcloud is pretty simple. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 1e166aa85..aacb57a67 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,12 +6,25 @@ nav: - index.md - install.md - faq.md - - features/update_interval.md - - api/api-v1.md - - api/api-v2.md + - Features: + - Update Interval: features/update_interval.md + - Custom CSS: features/customCSS.md + - Plugins: features/plugins.md + - REST API: + - API v1: api/api-v1.md + - API v2: api/api-v2.md theme: name: material + logo: assets/logo.svg + favicon: assets/favicon.png + features: + - navigation.indexes + - navigation.tracking + - navigation.instant + - navigation.expand + - navigation.sections + # extra: # version: -- cgit v1.2.3