aboutsummaryrefslogtreecommitdiff
path: root/docs/05_Bridge_API/index.md
diff options
context:
space:
mode:
authorGravatar Dag <me@dvikan.no> 2023-09-20 02:45:48 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-20 02:45:48 +0200
commite6aef73a02f7220f2a2ce8acc9d4f6c627ceb88a (patch)
treed11d023677d5497a9b0fc5b05aaacb99423557dd /docs/05_Bridge_API/index.md
parentcf7e3eea5612f3466f297883395723e5b325fd1e (diff)
downloadrss-bridge-e6aef73a02f7220f2a2ce8acc9d4f6c627ceb88a.tar.gz
rss-bridge-e6aef73a02f7220f2a2ce8acc9d4f6c627ceb88a.tar.zst
rss-bridge-e6aef73a02f7220f2a2ce8acc9d4f6c627ceb88a.zip
refactor (#3668)
Diffstat (limited to 'docs/05_Bridge_API/index.md')
-rw-r--r--docs/05_Bridge_API/index.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/05_Bridge_API/index.md b/docs/05_Bridge_API/index.md
index 6115fa01..e49e47be 100644
--- a/docs/05_Bridge_API/index.md
+++ b/docs/05_Bridge_API/index.md
@@ -1,4 +1,8 @@
-A _Bridge_ is an class that allows **RSS-Bridge** to create an RSS-feed from a website. A _Bridge_ represents one element on the [Welcome screen](../01_General/04_Screenshots.md) and covers one or more sites to return feeds for. It is developed in a PHP file located in the `bridges/` folder (see [Folder structure](../04_For_Developers/03_Folder_structure.md)) and extends one of the base classes of **RSS-Bridge**:
+A _Bridge_ is a class that allows **RSS-Bridge** to create an RSS-feed from a website.
+A _Bridge_ represents one element on the [Welcome screen](../01_General/04_Screenshots.md)
+and covers one or more sites to return feeds for.
+It is developed in a PHP file located in the `bridges/` folder (see [Folder structure](../04_For_Developers/03_Folder_structure.md))
+and extends one of the base classes of **RSS-Bridge**:
Base class | Description
-----------|------------