diff --git a/sidebars.ts b/sidebars.ts index 4959ddb3..6e22e8ce 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -219,6 +219,11 @@ const sidebars: SidebarsConfig = { id: 'tools/DumpAst', label: 'DumpAst', }, + { + type: 'doc', + id: 'tools/DumpCallGraph', + label: 'DumpCallGraph', + }, { type: 'doc', id: 'tools/DumpCfg',