summaryrefslogtreecommitdiff
path: root/docs/en/developers/01_First_steps.md
diff options
context:
space:
mode:
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.