diff options
| author | 2022-05-12 22:31:31 +0200 | |
|---|---|---|
| committer | 2022-05-12 22:31:31 +0200 | |
| commit | da0a333b941efecd0dcfe04346ce0241b42345cf (patch) | |
| tree | b7a4b135adad34c0f8762ff79c42c97d57424f7e /docs | |
| parent | 4a87206f2898665e99953590536cedc6c5505f05 (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')
| -rw-r--r-- | docs/en/developers/01_Index.md | 4 |
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). |
