Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Kaput <[email protected]>
  • Loading branch information
mkaput committed Jan 22, 2024
1 parent e39922c commit 3fe2988
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions website/docs/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ scarb build

Built Sierra code of this package will be written to `target/dev` directory.

> [!TIP]
> `scarb clean` cleans `target` directory.
> [!TIP] > `scarb clean` cleans `target` directory.
### Building CASM

Expand Down Expand Up @@ -99,14 +98,11 @@ scarb add alexandria_math --path ../path-to-alexandria-checkout/alexandria
> [!TIP]
> You can specify package version like this: `[email protected]`, but see remarks in previous section.
> [!TIP]
> `--git` supports `--branch`, `--tag` and `--rev` arguments.
> [!TIP] > `--git` supports `--branch`, `--tag` and `--rev` arguments.
> [!TIP]
> `scarb rm` removes a dependency.
> [!TIP] > `scarb rm` removes a dependency.
> [!TIP]
> `--dev` flag adds/removes a development dependency.
> [!TIP] > `--dev` flag adds/removes a development dependency.
## Formatting

Expand Down
2 changes: 1 addition & 1 deletion website/docs/writing-extensions/scarb-crate.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> [!WARNING]
> Scarb crate is scheduled for deprecation in unspecified future.
> It is advised not to use it in new projects.
>
>
> The combination of calling scarb command with the `--json` flag, and the `scarb metadata` command should cover all use
> cases for communicating with Scarb from outside world.
Expand Down

0 comments on commit 3fe2988

Please sign in to comment.