Skip to content

Commit f24f18b

Browse files
committed
add link
1 parent 838549b commit f24f18b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/arduino-cloud/04.cloud-editor/store-your-sensitive-data-safely-when-sharing/store-your-sensitive-data-safely-when-sharing.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ title: 'Store Sensitive Data in Sketches'
33
description: 'Learn how to share sketches without sharing the sensitive data such as Wi-Fi credentials and API keys.'
44
---
55

6-
Often in your sketch, there is some sensitive data that you’d like to keep private, which could accidentally become public when published on GitHub or when you [share your sketch with someone else via URL](
7-
8-
9-
10-
). This sensitive information may include Wi-Fi network names and passwords, API key, and so on. But now, you can add a secret tab to your sketch and store your private data there.
6+
Often in your sketch, there is some sensitive data that you’d like to keep private, which could accidentally become public when published on GitHub or when you [share your sketch with someone else via URL](content/arduino-cloud/04.cloud-editor/embedding-create-iframes/embedding-create-iframes.md). This sensitive information may include Wi-Fi network names and passwords, API key, and so on. But now, you can add a secret tab to your sketch and store your private data there.
117

128
This feature has been designed specifically for the [Arduino Cloud Editor](https://app.arduino.cc). If you have yet to try it, follow [Getting Started with Arduino Cloud](https://docs.arduino.cc/arduino-cloud/guides/overview/) — all you need is an Arduino ID.
139

0 commit comments

Comments
 (0)