fix: Sidebar update

parent f9a9f5d3
...@@ -5,7 +5,8 @@ module.exports = function getSidebar (name, lang) { ...@@ -5,7 +5,8 @@ module.exports = function getSidebar (name, lang) {
title: name, title: name,
collapsable: false, collapsable: false,
children: [ children: [
'' '',
'migration-erpnext'
] ]
} }
] ]
...@@ -15,7 +16,8 @@ module.exports = function getSidebar (name, lang) { ...@@ -15,7 +16,8 @@ module.exports = function getSidebar (name, lang) {
title: name, title: name,
collapsable: false, collapsable: false,
children: [ children: [
'' '',
'erpnext-migration'
] ]
} }
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment