diff --git a/docs/developer/software-updates/index.mdx b/docs/developer/software-updates.mdx similarity index 100% rename from docs/developer/software-updates/index.mdx rename to docs/developer/software-updates.mdx diff --git a/docs/developer/software-updates/store-owner.mdx b/docs/developer/store-owner.mdx similarity index 100% rename from docs/developer/software-updates/store-owner.mdx rename to docs/developer/store-owner.mdx diff --git a/docu.json b/docu.json index 8109f5f..d276a66 100644 --- a/docu.json +++ b/docu.json @@ -235,6 +235,14 @@ "title": "Overview", "href": "/overview" }, + { + "title": "Store Owner", + "href": "/store-owner" + }, + { + "title": "Software Updates", + "href": "/software-updates" + }, { "title": "addons", "href": "/addons", @@ -246,7 +254,7 @@ }, { "title": "Module Integration", - "href": "/module-Integration" + "href": "/module-integration" }, { "title": "React Integration", @@ -272,16 +280,6 @@ "href": "/licensing" } ] - }, - { - "title": "Software Updates", - "href": "/software-updates", - "items": [ - { - "title": "Store Owner", - "href": "/store-owner" - } - ] } ] },