From 6b0b4eaf2ec9441bc0add1850d351dbad5653c17 Mon Sep 17 00:00:00 2001 From: Gaia Castronovo <53472903+g-castronovo@users.noreply.github.com> Date: Fri, 7 May 2021 10:58:10 +0200 Subject: [PATCH 1/2] Update integration-options.md Rebrand updates: Arduino Create = Arduino Cloud now --- docs/integration-options.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/integration-options.md b/docs/integration-options.md index 2bae796eac5..1dbf941870b 100644 --- a/docs/integration-options.md +++ b/docs/integration-options.md @@ -3,7 +3,7 @@ The Arduino CLI is an open source Command Line Application written in [Golang] that can be used from a terminal to compile, verify and upload sketches to Arduino boards and that’s capable of managing all the software and tools needed in the process. But don’t get fooled by its name: Arduino CLI can do much more than the average console application, as -shown by the [Arduino Pro IDE] and [Arduino Create], which rely on it for similar purposes but each one in a completely +shown by the [Arduino Pro IDE] and [Arduino Cloud], which rely on it for similar purposes but each one in a completely different way from the other. In this article we introduce the three pillars of the Arduino CLI, explaining how we designed the software so that it can be effectively leveraged under different scenarios. @@ -71,7 +71,7 @@ including the modules you need in another Golang application at compile time. Bo a common Golang API, a set of functions that abstract all the functionalities offered by the Arduino CLI, so that when we provide a fix or a new feature, they are automatically available to both the command line and gRPC interfaces. The source modules implementing this API can be imported in other Golang programs to embed a full-fledged Arduino CLI. For -example, this is how some backend services powering [Arduino Create] can compile sketches and manage libraries. Just to +example, this is how some backend services powering [Arduino Cloud] can compile sketches and manage libraries. Just to give you a taste of what it means to embed the Arduino CLI, here is how to search for a core using the API: ![Go library interface screenshot][] @@ -89,7 +89,7 @@ tracker] if you’ve got a use case that doesn’t fit one of the three pillars. [golang]: https://golang.org/ [arduino pro ide]: https://www.arduino.cc/pro/arduino-pro-ide -[arduino create]: https://create.arduino.cc +[arduino Cloud]: https://create.arduino.cc [continuous integration]: https://en.wikipedia.org/wiki/Continuous_integration [continuous deployment]: https://en.wikipedia.org/wiki/Continuous_deployment [configuration documentation]: configuration.md From 71ad4b458d92a64b16e1a6d7ae883e0fd7ce7a3c Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Fri, 7 May 2021 11:32:26 +0200 Subject: [PATCH 2/2] [skip changelog] Fix docs formatting --- docs/integration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integration-options.md b/docs/integration-options.md index 1dbf941870b..6583a272c61 100644 --- a/docs/integration-options.md +++ b/docs/integration-options.md @@ -89,7 +89,7 @@ tracker] if you’ve got a use case that doesn’t fit one of the three pillars. [golang]: https://golang.org/ [arduino pro ide]: https://www.arduino.cc/pro/arduino-pro-ide -[arduino Cloud]: https://create.arduino.cc +[arduino cloud]: https://create.arduino.cc [continuous integration]: https://en.wikipedia.org/wiki/Continuous_integration [continuous deployment]: https://en.wikipedia.org/wiki/Continuous_deployment [configuration documentation]: configuration.md