aboutsummaryrefslogtreecommitdiff
path: root/docs/en/developers
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-05-12 22:31:31 +0200
committerGravatar GitHub <noreply@github.com> 2022-05-12 22:31:31 +0200
commitda0a333b941efecd0dcfe04346ce0241b42345cf (patch)
treeb7a4b135adad34c0f8762ff79c42c97d57424f7e /docs/en/developers
parent4a87206f2898665e99953590536cedc6c5505f05 (diff)
Refactor OPML export categories (#4356)
* Refactor OPML export categories Simplify code to comply with types hints. And renamed a property to plural. * Link to OPML namespace
Diffstat (limited to 'docs/en/developers')
-rw-r--r--docs/en/developers/01_Index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/en/developers/01_Index.md b/docs/en/developers/01_Index.md
index c32c1d4d7..878aa56c7 100644
--- a/docs/en/developers/01_Index.md
+++ b/docs/en/developers/01_Index.md
@@ -26,6 +26,10 @@ Start by creating your development environment. A guide to setting up FreshRSSâ€
* [View files](04_Frontend/01_View_files.md)
* [Design (Themes/Theming)](04_Frontend/02_Design.md)
+## Namespaces
+
+* [OPML FreshRSS namespace](OPML.md)
+
## Minz
Minz is the homemade PHP framework used by FreshRSS. More information can be found [here](Minz/index.md).