diff --git a/docs/manage-users/user-profile.md b/docs/manage-users/user-profile.md index a404372ef7c..b7d2b5f8655 100644 --- a/docs/manage-users/user-profile.md +++ b/docs/manage-users/user-profile.md @@ -1,6 +1,7 @@ --- title: Update User Profile sidebar_label: User Profile +slug: /user-profile --- :::warning Under construction diff --git a/docs/tutorials/kobo-to-dhis2.md b/docs/tutorials/kobo-to-dhis2.md index 695f2b29942..e0815c0c4a7 100644 --- a/docs/tutorials/kobo-to-dhis2.md +++ b/docs/tutorials/kobo-to-dhis2.md @@ -1,6 +1,7 @@ --- sidebar_label: Kobo to DHIS2 title: Kobo to DHIS2 Reporting Workflow +slug: /kobo-to-dhis2 --- :::warning Under construction diff --git a/sidebars-main.js b/sidebars-main.js index c675d9f14ff..942667eb01f 100644 --- a/sidebars-main.js +++ b/sidebars-main.js @@ -20,11 +20,11 @@ module.exports = { //'design/discovery' ], }, - { - type: 'category', - label: 'Tutorials', - items: ['tutorials/kobo-to-dhis2'], - }, + // { + // type: 'category', + // label: 'Tutorials', + // items: ['tutorials/kobo-to-dhis2'], + // }, { type: 'category', label: 'Build & Manage Workflows',