Skip to content

Commit e46954e

Browse files
committed
Fix documentation
1 parent 836d88e commit e46954e

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

docs/UPGRADING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Here you can find a list of migration guides to handle breaking changes between
88

99
Both the `board attach` CLI command and the `cc.arduino.cli.commands.v1.BoardAttach` gRPC command have been removed.
1010

11-
They are not replaced by any new command, the only way to get the same behaviour is to edit the `sketch.json` file either manually or automatically with other tools.
12-
11+
They are not replaced by any new command, the only way to get the same behaviour is to edit the `sketch.json` file
12+
either manually or automatically with other tools.
1313

1414
## 0.28.0
1515

docs/sketch-specification.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ the `data` folder, so any non-code files outside the `data` folder are stripped.
7171
Arduino CLI and Arduino Web Editor use a file named sketch.json, located in the sketch root folder, to store sketch
7272
metadata.
7373

74-
The `cpu` key contains the board configuration information. This can be set via
75-
[`arduino-cli board attach`](commands/arduino-cli_board_attach.md) or by selecting a board in the Arduino Web Editor
76-
while the sketch is open. With this configuration set, it is not necessary to specify the `--fqbn` or `--port` flags to
77-
the [`arduino-cli compile`](commands/arduino-cli_compile.md) or [`arduino-cli upload`](commands/arduino-cli_upload.md)
78-
commands when compiling or uploading the sketch.
74+
The `cpu` key contains the board configuration information. This can be set manually or by selecting a board in the
75+
Arduino Web Editor while the sketch is open. With this configuration set, it is not necessary to specify the `--fqbn` or
76+
`--port` flags to the [`arduino-cli compile`](commands/arduino-cli_compile.md) or
77+
[`arduino-cli upload`](commands/arduino-cli_upload.md) commands when compiling or uploading the sketch.
7978

8079
The `included_libs` key defines the library versions the Arduino Web Editor uses when the sketch is compiled. This is
8180
Arduino Web Editor specific because all versions of all the Library Manager libraries are pre-installed in Arduino Web

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ nav:
5252
- Command reference:
5353
- arduino-cli: commands/arduino-cli.md
5454
- board: commands/arduino-cli_board.md
55-
- board attach: commands/arduino-cli_board_attach.md
5655
- board details: commands/arduino-cli_board_details.md
5756
- board list: commands/arduino-cli_board_list.md
5857
- board listall: commands/arduino-cli_board_listall.md

0 commit comments

Comments
 (0)