We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8134785 commit db4790aCopy full SHA for db4790a
docs/.vitepress/config.mjs
@@ -79,9 +79,7 @@ export default defineConfig({
79
items: [
80
{ text: "Getting started", link: "/guide/cpp/" },
81
{ 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" },
+ { text: "Embind", link: "/guide/cpp/embind" },
85
],
86
},
87
{
0 commit comments