Skip to content

Commit 0c7a234

Browse files
committed
Make rgbasm-old.5 appear in the 0.9.0 sidebar
1 parent eb16907 commit 0c7a234

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

versioned_sidebars/version-v0.9.0-sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const sidebars = {
88
"Language reference": [
99
{ type: 'doc', id: 'rgbasm.5', label: "Assembly syntax" },
1010
{ type: 'doc', id: 'gbz80.7', label: "CPU instructions" },
11+
{ type: 'doc', id: 'rgbasm-old.5', label: "Obsolete syntax" },
1112
{ type: 'doc', id: 'rgblink.5', label: "Linkerscript format" },
1213
{ type: 'doc', id: 'rgbds.5', label: "Object file format" },
1314
]

versioned_sidebars/version-v0.9.0-sidebars.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"id": "gbz80.7",
1414
"label": "CPU instructions"
1515
},
16+
{
17+
"type": "doc",
18+
"id": "rgbasm-old.5",
19+
"label": "Obsolete syntax"
20+
},
1621
{
1722
"type": "doc",
1823
"id": "rgblink.5",

0 commit comments

Comments
 (0)