Skip to content

Commit db4790a

Browse files
committed
fix C++ guide items
1 parent 8134785 commit db4790a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/.vitepress/config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ export default defineConfig({
7979
items: [
8080
{ text: "Getting started", link: "/guide/cpp/" },
8181
{ text: "Building VTK", link: "/guide/cpp/setup" },
82-
{ text: "Embind Simple", link: "/guide/cpp/app-1" },
83-
{ text: "Embind Advanced", link: "/guide/cpp/app-2" },
84-
{ text: "Plain JavaScript", link: "/guide/cpp/app-3" },
82+
{ text: "Embind", link: "/guide/cpp/embind" },
8583
],
8684
},
8785
{

0 commit comments

Comments
 (0)