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 +}