aboutsummaryrefslogtreecommitdiff
path: root/docs/en/developers
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/developers')
-rw-r--r--docs/en/developers/01_Index.md1
-rw-r--r--docs/en/developers/03_Backend/04_Changing_source_code.md17
2 files changed, 0 insertions, 18 deletions
diff --git a/docs/en/developers/01_Index.md b/docs/en/developers/01_Index.md
index 878aa56c7..c3787377a 100644
--- a/docs/en/developers/01_Index.md
+++ b/docs/en/developers/01_Index.md
@@ -19,7 +19,6 @@ Start by creating your development environment. A guide to setting up FreshRSSâ€
* [Making extensions for FreshRSS](03_Backend/05_Extensions.md)
* [Database Schema](03_Backend/01_Database_schema.md)
* [External libraries](03_Backend/03_External_libraries.md)
-* [Changing source code](03_Backend/04_Changing_source_code.md)
## Frontend Development
diff --git a/docs/en/developers/03_Backend/04_Changing_source_code.md b/docs/en/developers/03_Backend/04_Changing_source_code.md
deleted file mode 100644
index 2f5ed8e14..000000000
--- a/docs/en/developers/03_Backend/04_Changing_source_code.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Changing the source code
-
-## Accessing the database
-
-> **TODO**
-
-## Writing an action and its related view
-
-> **TODO**
-
-## Authentication
-
-> **TODO**
-
-## Logs
-
-> **TODO**