aboutsummaryrefslogtreecommitdiff
path: root/docs/08_Format_API/index.md
diff options
context:
space:
mode:
authorGravatar Bocki <henning@bocklage.com> 2022-03-22 21:33:29 +0100
committerGravatar GitHub <noreply@github.com> 2022-03-22 21:33:29 +0100
commit76f5de3d0fb3962e20a91d175ec13d9fa06957da (patch)
treee332f7f8c0d368755c10350fab0ac5f8b63bb2be /docs/08_Format_API/index.md
parent16470e811996b8e0ab7a257d7450880672bb9331 (diff)
downloadrss-bridge-76f5de3d0fb3962e20a91d175ec13d9fa06957da.tar.gz
rss-bridge-76f5de3d0fb3962e20a91d175ec13d9fa06957da.tar.zst
rss-bridge-76f5de3d0fb3962e20a91d175ec13d9fa06957da.zip
[Documentation] Move all wiki pages into the repo and make it pretty (#2494)
Diffstat (limited to 'docs/08_Format_API/index.md')
-rw-r--r--docs/08_Format_API/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/08_Format_API/index.md b/docs/08_Format_API/index.md
new file mode 100644
index 00000000..73bb282a
--- /dev/null
+++ b/docs/08_Format_API/index.md
@@ -0,0 +1,3 @@
+A _Format_ is an class that allows **RSS-Bridge** to turn items from a bridge into an RSS-feed format. It is developed in a PHP file located in the `formats/` folder (see [Folder structure](../04_For_Developers/03_Folder_structure.md)) and either implements the [FormatInterface](../08_Format_API/02_FormatInterface.md) interface or extends the [FormatAbstract](../08_Format_API/03_FormatAbstract.md) class.
+
+For more information about how to create a new _Format_, read [How to create a new Format?](./01_How_to_create_a_new_format.md) \ No newline at end of file