From 2bcc928dab4ebeb49920c7ca5a7592ed59543bce Mon Sep 17 00:00:00 2001 From: Rene Pot Date: Wed, 20 Mar 2024 14:42:05 +0100 Subject: [PATCH] docs: add plugin component to sidebar --- sidebars.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sidebars.js b/sidebars.js index 4eb1e73..69aecfa 100644 --- a/sidebars.js +++ b/sidebars.js @@ -18,6 +18,7 @@ module.exports = { 'DHIS2 App Runtime': [ 'tutorials/app-runtime-query', 'tutorials/app-runtime-mutation', + 'app-runtime/components/Plugin', ], }, ], @@ -168,6 +169,7 @@ module.exports = { }, 'app-runtime/components/DataQuery', 'app-runtime/components/DataMutation', + 'app-runtime/components/Plugin', ], }, { @@ -338,4 +340,4 @@ module.exports = { href: 'https://docs.dhis2.org/en/develop/using-the-api/dhis-core-version-240/introduction.html', }, ], -} \ No newline at end of file +}