You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will be helpful to the reader to be able to get an overview of the documentation content and quickly navigate to the
section of interest.
The table of contents are automatically generated using the markdown-toc tool.
Because it can be easy to forget to update the table of contents when the documentation content is changed, I have added
a CI workflow to check for missed updates to readme ToC. On every push or pull request that affects the repository's
documentation, it will check whether the table of contents matches the content.
Copy file name to clipboardExpand all lines: FAQ.md
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,32 @@
1
1
# Arduino Library Manager FAQ
2
2
3
+
## Table of Contents
4
+
5
+
<!-- toc -->
6
+
7
+
-[General](#general)
8
+
-[What is the Arduino Library Manager?](#what-is-the-arduino-library-manager)
9
+
-[How is the Library Manager index generated?](#how-is-the-library-manager-index-generated)
10
+
-[Submission](#submission)
11
+
-[How can I add my library to Library Manager?](#how-can-i-add-my-library-to-library-manager)
12
+
-[What are the requirements for a library to be added to Library Manager?](#what-are-the-requirements-for-a-library-to-be-added-to-library-manager)
13
+
-[Updates](#updates)
14
+
-[How can I publish a new release once my library is in the list?](#how-can-i-publish-a-new-release-once-my-library-is-in-the-list)
15
+
-[What are the requirements for publishing new releases of libraries already in the Library Manager list?](#what-are-the-requirements-for-publishing-new-releases-of-libraries-already-in-the-library-manager-list)
16
+
-[Why aren't releases of my library being picked up by Library Manager?](#why-arent-releases-of-my-library-being-picked-up-by-library-manager)
17
+
-[I did something wrong! How can I change or unpublish an already published library?](#i-did-something-wrong-how-can-i-change-or-unpublish-an-already-published-library)
18
+
-[How can I change my library's name?](#how-can-i-change-my-librarys-name)
19
+
-[Limitations](#limitations)
20
+
-[Is my Git repository OK?](#is-my-git-repository-ok)
-[Can I add my own URL with my own library index?](#can-i-add-my-own-url-with-my-own-library-index)
24
+
-[When I install a library that I know depends on another library, will this other library be installed as well?](#when-i-install-a-library-that-i-know-depends-on-another-library-will-this-other-library-be-installed-as-well)
25
+
-[Can I install multiple versions of one library and use the proper one in my sketches?](#can-i-install-multiple-versions-of-one-library-and-use-the-proper-one-in-my-sketches)
26
+
-[How can I remove a library I installed via Library Manager?](#how-can-i-remove-a-library-i-installed-via-library-manager)
0 commit comments