From 3fe2988eef484f0415c59c7c882219f62accd6ff Mon Sep 17 00:00:00 2001 From: Marek Kaput Date: Mon, 22 Jan 2024 15:05:55 +0100 Subject: [PATCH] fmt Signed-off-by: Marek Kaput --- website/docs/cheatsheet.md | 12 ++++-------- website/docs/writing-extensions/scarb-crate.md | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/website/docs/cheatsheet.md b/website/docs/cheatsheet.md index dcd50f621..6f397f666 100644 --- a/website/docs/cheatsheet.md +++ b/website/docs/cheatsheet.md @@ -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 @@ -99,14 +98,11 @@ scarb add alexandria_math --path ../path-to-alexandria-checkout/alexandria > [!TIP] > You can specify package version like this: `alexandria_math@0.1.0`, 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 diff --git a/website/docs/writing-extensions/scarb-crate.md b/website/docs/writing-extensions/scarb-crate.md index 1290c5546..4d343d186 100644 --- a/website/docs/writing-extensions/scarb-crate.md +++ b/website/docs/writing-extensions/scarb-crate.md @@ -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.