add logging and debugging docs (#260)

This commit is contained in:
sunxyw
2023-01-17 17:13:12 +08:00
committed by GitHub
parent 8547a3f9e9
commit 772e797539
3 changed files with 74 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ module.exports = {
'configuration',
'structure',
'get_started',
'debugging',
]
}
],
@@ -86,7 +87,8 @@ module.exports = {
sidebarDepth: 2,
children: [
'common/class-alias',
'common/global-defines'
'common/global-defines',
'common/logging',
]
},
{