From 79e469fd335133671185cf8539f77ef38ac3b4e6 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 8 May 2021 14:34:58 +0200 Subject: 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 Signed-off-by: Benjamin Brahmer --- templates/admin.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/admin.php b/templates/admin.php index fa714f463..7d1c64d82 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -14,8 +14,7 @@ style('news', 'admin');

t( - 'Disable this if you run a custom updater such as the Python ' . - 'updater included in the app.' + 'Disable this if you use a custom updater.' )); ?>

@@ -101,7 +100,7 @@ style('news', 'admin'); 'input empty.' )); ?> - t( + t( 'For more information check the wiki.' )); ?>

@@ -120,8 +119,8 @@ style('news', 'admin'); 'Interval in seconds in which the feeds will be updated.' )); ?> - t( - 'For more information check the wiki.' + t( + 'For more information check the documentation.' )); ?>