Skip to content

Commit 640c520

Browse files
committed
short titles
1 parent 0826e18 commit 640c520

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

data/tool_pages/platform/2ct_00_native.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: "native-target"
3-
short_title: "Compilation Targets: Native Code"
4-
title: "Compilation Targets: Native Code"
3+
short_title: "Native"
4+
title: "Compilation Targets: Native"
55
description: "Compile OCaml to high-performance native code with ocamlopt. Maximum runtime performance with optimized machine code for production deployments."
66
category: "Compilation Targets"
77
---

data/tool_pages/platform/2ct_01_bytecode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: "bytecode-target"
3-
short_title: "Compilation Targets: Bytecode"
3+
short_title: "Bytecode"
44
title: "Compilation Targets: Bytecode"
55
description: "Compile OCaml to portable bytecode with ocamlc. Fast compilation, excellent portability, and easy debugging for OCaml development and production."
66
category: "Compilation Targets"

data/tool_pages/platform/2ct_02_javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: "javascript-target"
3-
short_title: "Compilation Targets: JavaScript"
3+
short_title: "JavaScript"
44
title: "Compilation Targets: JavaScript"
55
description: "Compile OCaml to JavaScript with Js_of_ocaml and Melange. Build type-safe web applications that run in browsers and Node.js with high performance."
66
category: "Compilation Targets"

data/tool_pages/platform/2ct_03_wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: "wasm-target"
3-
short_title: "Compilation Targets: WASM"
3+
short_title: "WebAssembly"
44
title: "Compilation Targets: WebAssembly"
55
description: "Compile OCaml to WebAssembly with wasm_of_ocaml and Wasocaml. Build high-performance applications for browsers, servers, and edge computing with Wasm."
66
category: "Compilation Targets"

data/tool_pages/platform/2ct_04_unikernels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: "unikernel-target"
3-
short_title: "Compilation Targets: Unikernels"
3+
short_title: "Unikernels"
44
title: "Compilation Targets: Unikernels"
55
description: "Compile OCaml to specialized unikernel targets using MirageOS. Create minimal, fast-booting applications for hvt, virtio, Xen, and more with reduced attack surfaces."
66
category: "Compilation Targets"

0 commit comments

Comments
 (0)