From 8f9eaae338d0edf886ea8b0bb1f80fca3d5cb02d Mon Sep 17 00:00:00 2001 From: Dag Date: Thu, 8 Jun 2023 23:37:36 +0200 Subject: [PATCH] chore: fix ci (#3426) --- docs/08_Format_API/index.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/08_Format_API/index.md b/docs/08_Format_API/index.md index 73bb282a..c5b9e6af 100644 --- a/docs/08_Format_API/index.md +++ b/docs/08_Format_API/index.md @@ -1,3 +1,9 @@ -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. +A Format is a 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 +[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 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 +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