doc(cloud): make datahub cloud docs prominent in side bar (#13860)

This commit is contained in:
Aseem Bansal 2025-06-27 22:56:06 +05:30 committed by GitHub
parent da54ea6fbd
commit 54db272c4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,16 +303,21 @@ module.exports = {
}, },
], ],
}, },
// DataHub Cloud.
{ {
label: "DataHub Cloud", type: "html",
type: "category", value: "<div>DataHub Cloud</div>",
collapsed: true, defaultStyle: true,
link: { },
{
label: "DataHub Cloud Overview",
type: "doc", type: "doc",
id: "docs/managed-datahub/managed-datahub-overview", id: "docs/managed-datahub/managed-datahub-overview",
}, },
items: [ {
"docs/managed-datahub/welcome-acryl", type: "doc",
id: "docs/managed-datahub/welcome-acryl",
},
{ {
"Configure Single Sign-On": [ "Configure Single Sign-On": [
{ {
@ -444,8 +449,6 @@ module.exports = {
"docs/managed-datahub/release-notes/v_0_1_69", "docs/managed-datahub/release-notes/v_0_1_69",
], ],
}, },
],
},
// Integrations. // Integrations.
{ {
type: "html", type: "html",