From b06b26239e304599e986f41e1339465dbc019615 Mon Sep 17 00:00:00 2001 From: aleksa-krolls Date: Wed, 29 Nov 2023 20:38:46 +0200 Subject: [PATCH] section renaming, sidebar update --- docs/manage-users/user-profile.md | 1 + docs/tutorials/kobo-to-dhis2.md | 1 + sidebars-main.js | 10 +++++----- 3 files changed, 7 insertions(+), 5 deletions(-) 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',