summaryrefslogtreecommitdiff
path: root/docs/en/developers/01_First_steps.md
diff options
context:
space:
mode:
authorGravatar Kevin Papst <kevinpapst@users.noreply.github.com> 2017-12-02 13:43:28 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-12-02 13:43:28 +0100
commitb5626391553b57d85cca87869c27ffdbdb9a0b04 (patch)
treecd749bce826f886e7e7e7be2d02e29b177ff0d76 /docs/en/developers/01_First_steps.md
parent6c6d9bdfdcfb0155e8adfaaae679512ec819c0f9 (diff)
Documentation updates (#1697)
* added documentation about updating FreshRSS moved Installation to admin directory linked some already existing documentation files
Diffstat (limited to 'docs/en/developers/01_First_steps.md')
-rw-r--r--docs/en/developers/01_First_steps.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/en/developers/01_First_steps.md b/docs/en/developers/01_First_steps.md
index e35dbda12..adca4495b 100644
--- a/docs/en/developers/01_First_steps.md
+++ b/docs/en/developers/01_First_steps.md
@@ -6,6 +6,10 @@
**TODO**
+# Extensions
+
+If you want to create your own FreshRSS extension, take a look at the [extension documentation](03_Backend/05_Extensions.md).
+
# Coding style
If you want to contribute to the source code, it is important to follow the project coding style. The actual code does not follow it throughout the project, but every time we have an opportunity, we should fix it.