fix: Sidebar update

parent f9a9f5d3
......@@ -5,7 +5,8 @@ module.exports = function getSidebar (name, lang) {
title: name,
collapsable: false,
children: [
''
'',
'migration-erpnext'
]
}
]
......@@ -15,7 +16,8 @@ module.exports = function getSidebar (name, lang) {
title: name,
collapsable: false,
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