From facab541f949662a369fa9e78e6bd0e156a95be1 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 10 Aug 2023 15:57:36 +0200 Subject: [PATCH 1/2] remove plugins, old and not active anymore Signed-off-by: Benjamin Brahmer --- docs/features/plugins.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/features/plugins.md b/docs/features/plugins.md index dcc8c2c51..2855984d5 100644 --- a/docs/features/plugins.md +++ b/docs/features/plugins.md @@ -200,11 +200,3 @@ class Application extends App { Using automatic container assembly you can then use it from your code by simply adding the type to your constructors. - -### Examples -Client-side plugins: - -* [Mail Share](https://github.com/cosenal/mailsharenewsplugin): Client-side plugin to share articles by email -Server-side plugins: - -* [Feed Central](https://github.com/Raydiation/feedcentral): Publish your feeds as RSS From de6f4399ca8b2ffdc6966be0c6934772229383e0 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 10 Aug 2023 15:57:54 +0200 Subject: [PATCH 2/2] update menu for docs Signed-off-by: Benjamin Brahmer --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index c4f75db5f..7b9c80753 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,8 +11,9 @@ nav: - clients.md - admin.md - developer.md - - faq.md + - troubleshooting.md - Features: + - Integration: features/integration.md - Custom CSS: features/customCSS.md - Plugins: features/plugins.md - Themes: features/themes.md