Skip to content

Commit 75f35ee

Browse files
committed
Update the badges
Signed-off-by: Rahul Krishna <rkrsn@ibm.com>
1 parent 4c738a0 commit 75f35ee

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

astro.config.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,16 @@ export default defineConfig({
7979
},
8080
],
8181
editLink: {
82-
baseUrl:
83-
"https://github.com/codellm-devkit/codeanalyzer-ts/edit/docs/",
82+
baseUrl: "https://github.com/codellm-devkit/codeanalyzer-ts/edit/docs/",
8483
},
8584
sidebar: [
8685
{
8786
label: "Start here",
8887
items: [
89-
{ label: "What is codeanalyzer-typescript?", slug: "what-is-codeanalyzer" },
88+
{
89+
label: "What is codeanalyzer-typescript?",
90+
slug: "what-is-codeanalyzer",
91+
},
9092
{ label: "Quickstart", slug: "quickstart" },
9193
{ label: "Installation", slug: "installing" },
9294
],
@@ -99,12 +101,10 @@ export default defineConfig({
99101
{
100102
label: "Call graph & dispatch",
101103
slug: "guides/call-graph",
102-
badge: { text: "RTA", variant: "tip" },
103104
},
104105
{
105106
label: "Level 2: CodeQL & entrypoints",
106107
slug: "guides/level-2",
107-
badge: { text: "experimental", variant: "caution" },
108108
},
109109
],
110110
},

0 commit comments

Comments
 (0)