Skip to content

Commit

Permalink
Split 'communicate with javascript' page into multiple pages (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
feihong authored Dec 5, 2024
1 parent e8e5376 commit 1583648
Show file tree
Hide file tree
Showing 18 changed files with 5,388 additions and 5,167 deletions.
16 changes: 12 additions & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,25 @@ export default defineConfig({
{ text: "New to OCaml?", link: "/new-to-ocaml" },
{ text: "Package Management", link: "/package-management" },
{ text: "Build System", link: "/build-system" },
{
text: "Communicate with JavaScript",
link: "/communicate-with-javascript",
},
{ text: "How-to Guides", link: "/how-to-guides" },
{
text: "Melange for X Developers",
link: "/melange-for-x-developers",
},
],
},
{
text: 'Communicate with JavaScript',
items: [
{ text: "Overview", link: "/communicate-with-javascript" },
{ text: "Language concepts", link: "/language-concepts" },
{ text: "Data types and runtime representation", link: "/data-types-and-runtime-rep" },
{ text: "Melange attributes and extension nodes", link: "/attributes-and-extension-nodes" },
{ text: "Working with JavaScript objects and values", link: "/working-with-js-objects-and-values" },
{ text: "Advanced JavaScript interoperability", link: "/advanced-js-interop" },
{ text: "Bindings cookbook", link: "/bindings-cookbook" },
],
},
{
text: "Reference",
items: [{ text: "API", link: "/api" }],
Expand Down
Loading

0 comments on commit 1583648

Please sign in to comment.