Skip to content

Commit

Permalink
fix: cairo_cheatsheet book build (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
julio4 authored Oct 31, 2023
1 parent 0d79abb commit d530b71
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ Summary
<!-- ch00 -->
# Getting Started
<!-- - [Local environnement setup](./ch00/env_setup.md) -->
- [Cairo cheatsheet](./ch00/cairo_cheatsheet/)
- [Felt](./ch00/cairo_cheatsheet/felt.md)
- [Mapping](./ch00/cairo_cheatsheet/mapping.md)
- [Arrays](./ch00/cairo_cheatsheet/arrays.md)
- [Loop](./ch00/cairo_cheatsheet/loop.md)
- [Match](./ch00/cairo_cheatsheet/match.md)
- [Struct](./ch00/cairo_cheatsheet/struct.md)
- [Type casting](./ch00/cairo_cheatsheet/type_casting.md)
- [Basics of a Starknet contract](./ch00/basics/introduction.md)
- [Variables](./ch00/basics/variables.md)
- [Constructor](./ch00/basics/constructor.md)
Expand All @@ -28,6 +20,14 @@ Summary
- [Contract interfaces and Traits generation](./ch00/interacting/interfaces-traits.md)
- [Calling other contracts](./ch00/interacting/calling_other_contracts.md)
- [Testing contracts](./ch00/testing/contract-testing.md)
- [Cairo cheatsheet](./ch00/cairo_cheatsheet/cairo_cheatsheet.md)
- [Felt](./ch00/cairo_cheatsheet/felt.md)
- [Mapping](./ch00/cairo_cheatsheet/mapping.md)
- [Arrays](./ch00/cairo_cheatsheet/arrays.md)
- [Loop](./ch00/cairo_cheatsheet/loop.md)
- [Match](./ch00/cairo_cheatsheet/match.md)
- [Struct](./ch00/cairo_cheatsheet/struct.md)
- [Type casting](./ch00/cairo_cheatsheet/type_casting.md)

<!-- ch01 -->
# Applications examples
Expand Down
3 changes: 3 additions & 0 deletions src/ch00/cairo_cheatsheet/cairo_cheatsheet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Cairo Cheatsheet

This chapter aims to provide a quick reference for the most common Cairo constructs.

0 comments on commit d530b71

Please sign in to comment.