Skip to content

Commit 9bc9f8d

Browse files
committed
fixed sidebar
1 parent abd0249 commit 9bc9f8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/numscript/embedding.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Embedding
2+
title: Selecting an interpreter
33
---
44

55
Since Ledger v2.2, two versions of the Numscript interpreter are available: the original, built directly into our Ledger service, and a new portable and embeddable interpreter that can run independently or enhance other ledgering systems.

sidebars.ts

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ const sidebars = {
210210
{
211211
type: 'doc',
212212
id: 'numscript/embedding',
213+
label: "Selecting an interpreter",
213214
},
214215
{
215216
type: 'category',

0 commit comments

Comments
 (0)