Skip to content

Commit

Permalink
Update sidebarsDocsKits.js Data Governance Kit Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dg-tsy authored Feb 27, 2024
1 parent 4d04587 commit 0f4cec5
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion sidebarsDocsKits.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,33 @@ const sidebars = {
},
],
},
{
type: 'category',
label: 'Data Governance Kit',
link: {
type: 'generated-index',
},
collapsed: true,
items: [
'kits/Data Governance Kit/Data Governance Kit Changelog',
'kits/Data Governance Kit/Data Governance Kit Adoption View',
'kits/Data Governance Kit/Data Governance Kit Operation View',
{
type: 'category',
label: 'Development View',
link: {
type: 'doc',
id: 'kits/Data Governance Kit/Software Development View/Data Governance Kit Development View'
},
items: [
{
type: 'autogenerated',
dirName: 'kits/Data Governance Kit/resources/openAPI.yaml'
}
]
},
],
},
{
"type": "category",
"label": "DCM KIT",
Expand Down Expand Up @@ -443,4 +470,4 @@ const sidebars = {
},
]
};
module.exports = sidebars;
module.exports = sidebars;

0 comments on commit 0f4cec5

Please sign in to comment.