summaryrefslogtreecommitdiffstats
path: root/docs/README.md
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 /docs/README.md
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 'docs/README.md')
-rw-r--r--docs/README.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/docs/README.md b/docs/README.md
index 62c2dac07..d9b331250 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,13 +1,9 @@
-# Documentation
+# News Documentation
+The News documentation of News uses mkdocs and is hosted [here](https://nextcloud.github.io/news/).
+As extension of mkdocs, mkdocs-material is used.
-As a developer you can interact with the News app in the following ways:
-
-* [Use the API for syncing and updating feeds](externalapi/)
-* [Write plugins](plugins/)
-* [Add custom CSS for feeds](feedcss/)
-* [Customize the explore section](explore/)
-
-
-The News app uses [FeedIO](https://github.com/alexdebril/feed-io) for parsing feeds and full text feeds. FeedIO is a fantastic library so if you contribute or fix bugs, please consider **contributing your changes** back to the library to help others :)
+Check the resources below for how to install both of them locally.
+* [mkdocs](https://www.mkdocs.org/)
+* [mkdocs-material](https://squidfunk.github.io/mkdocs-material/)