feat(core): Multiple ways to run dbgpts (#1734)

This commit is contained in:
Fangyin Cheng
2024-07-18 17:50:40 +08:00
committed by GitHub
parent d389fddc2f
commit f889fa3775
19 changed files with 1410 additions and 304 deletions

View File

@@ -621,6 +621,16 @@ const sidebars = {
}
],
},
{
type: "category",
label: "dbgpts",
items: [
{
type: "doc",
id: 'dbgpts/introduction',
}
]
}
],
},