Skip to content

Commit 3be099a

Browse files
fix cheat sheet refs to react (#22448)
On 29-08-2025 @atriantafyllos-da merged #21800 that removed the daml-react component as part as the removal of daml-react overall. However, as far as the cheat sheet is concerned, only the `include::` was deleted, not the inclusion in the layouts.
1 parent 32ef1c0 commit 3be099a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sdk/docs/manually-written/sdk/reference/cheat-sheet.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ Cheat Sheet
2121
class="cheat-sheet-container"
2222
data-layout-small='[
2323
["what-is", "concepts", "command-line-tools", "basics", "types", "data", "functions", "contract-templates", "contract-keys"],
24-
["choices", "updates", "scripts", "javascript-react-api", "daml-resources"]
24+
["choices", "updates", "scripts", "daml-resources"]
2525
]'
2626
data-layout-medium='[
2727
["what-is", "concepts", "command-line-tools", "basics", "types", "data"],
2828
["functions", "contract-templates", "contract-keys", "choices", "updates"],
29-
["scripts", "javascript-react-api", "daml-resources"]
29+
["scripts", "daml-resources"]
3030
]'
3131
data-layout-large='[
3232
["what-is", "concepts", "command-line-tools", "basics", "types"],
3333
["data", "functions", "contract-templates", "contract-keys", "choices"],
3434
["updates", "scripts"],
35-
["javascript-react-api", "daml-resources"]
35+
["daml-resources"]
3636
]'
3737
>
3838

sdk/docs/sharable/sdk/reference/cheat-sheet.rst

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)