summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-08 20:07:47 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-08 20:10:39 +0200
commit6f00ed40c7671dbd1dcec72b13d121bc9752f21e (patch)
treeda30f6e69cfa35e841e29342393dbd4635075f5a
parent1627e4f298e8653382f10a5697fcc35181f5c4b3 (diff)
small fixes and usability
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--docs/features/update_interval.md6
-rw-r--r--mkdocs.yml19
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: