1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-20 19:03:00 +03:00

Add emphasis to all UI element references in documentation

UI element label text mentions intermingled with prose text in documentation can harm readability, especially when
skimming. For this reason, I think it is helpful to add formatting to clearly distinguish this text visually.
This commit is contained in:
per1234
2021-05-25 07:56:19 -07:00
parent 4f1c13febb
commit ae111856ee
2 changed files with 5 additions and 5 deletions

2
FAQ.md
View File

@ -183,7 +183,7 @@ Library Manager installs libraries into your sketchbook's `libraries` folder. Si
#### Arduino IDE 2.x
Hover the mouse pointer over the "INSTALLED" label on the library listing in Library Manager. It will now change to "UNINSTALL", which you can click to uninstall that library.
Hover the mouse pointer over the <kbd>INSTALLED</kbd> label on the library listing in Library Manager. It will now change to <kbd>UNINSTALL</kbd>, which you can click to uninstall that library.
#### Classic Arduino IDE

View File

@ -39,10 +39,10 @@ See the instructions below for detailed instructions on how to do this via the G
GitHub web interface: https://github.com/arduino/library-registry/edit/main/repositories.txt
1. Add the library repository's URL to the list. This should be the URL of the repository home page. For example:
`https://github.com/arduino-libraries/Servo`.
1. At the bottom of the page, select the radio button next to "Create a new branch for this commit and start a pull
request."
1. Click the "Propose changes" button.
1. In the "Open a pull request" window that opens, click the "Create pull request" button.
1. At the bottom of the page, select the radio button next to **"Create a new branch for this commit and start a pull
request."**
1. Click the <kbd>Propose changes</kbd> button.
1. In the **"Open a pull request"** window that opens, click the <kbd>Create pull request</kbd> button.
The library will be automatically checked for compliance as soon as the pull request is submitted. If no problems were
found, the pull request will be immediately merged and the library will be available for installation via Library