summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-08 14:34:58 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-19 14:58:29 +0200
commit79e469fd335133671185cf8539f77ef38ac3b4e6 (patch)
tree4e2b7075e85225c9ac93cf78c7ef1e95b78e5ac4 /templates
parent271b6ee3c993264bd44a966b82f1a5daa85f53ab (diff)
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>
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php9
1 files changed, 4 insertions, 5 deletions
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');
</p>
<p>
<em><?php p($l->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.'
)); ?></em>
</p>
</div>
@@ -101,7 +100,7 @@ style('news', 'admin');
'input empty.'
)); ?>
</em>
- <a href="https://github.com/nextcloud/news/tree/master/docs/explore"><?php p($l->t(
+ <a href="https://nextcloud.github.io/news/features/admin/"><?php p($l->t(
'For more information check the wiki.'
)); ?></a>
</p>
@@ -120,8 +119,8 @@ style('news', 'admin');
'Interval in seconds in which the feeds will be updated.'
)); ?>
</em>
- <a href="https://github.com/nextcloud/news/tree/master/docs/updateInterval"><?php p($l->t(
- 'For more information check the wiki.'
+ <a href="https://nextcloud.github.io/news/features/admin/"><?php p($l->t(
+ 'For more information check the documentation.'
)); ?></a>
</p>
<p><input type="text" name="news-update-interval"