-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add-ons: add information about the index #19880
doc: add-ons: add information about the index #19880
Conversation
f3f6a6a
to
4a58430
Compare
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
||
.. tab:: nRF Connect for VS Code (recommended) | ||
|
||
The add-on applications can be created using the following steps in the |nRFVSC|: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The add-on applications can be created using the following steps in the |nRFVSC|: | |
Complete the following steps in the |nRFVSC|: |
.. tab:: Command line | ||
|
||
When creating add-on applications from the command line, follow the instructions provided in the `nRF Connect SDK Add-ons`_ repository. | ||
These instructions will guide you through the process of copying and configuring the add-on application in your workspace. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These instructions will guide you through the process of copying and configuring the add-on application in your workspace. | |
These instructions guide you through the process of copying and configuring the add-on application in your workspace. |
When creating add-on applications from the command line, follow the instructions provided in the `nRF Connect SDK Add-ons`_ repository. | ||
These instructions will guide you through the process of copying and configuring the add-on application in your workspace. | ||
|
||
The add-on will be copied to your workspace and automatically configured with a west workspace, allowing you to start development right away. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The add-on will be copied to your workspace and automatically configured with a west workspace, allowing you to start development right away. | |
The add-on is copied to your workspace and automatically configured with a west workspace, allowing you to start development right away. |
|
||
The add-on will be copied to your workspace and automatically configured with a west workspace, allowing you to start development right away. | ||
|
||
For more information, including how to contribute your own add-on to the index, read the :file:`README.md` and :file:`CONTRIBUTING.md` files in the `ncs-app-index repository <ncs-app-index_>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For more information, including how to contribute your own add-on to the index, read the :file:`README.md` and :file:`CONTRIBUTING.md` files in the `ncs-app-index repository <ncs-app-index_>`_. | |
For more information, including how to contribute your own add-on to the index, read the :file:`README.md` and :file:`CONTRIBUTING.md` documents in the `ncs-app-index repository <ncs-app-index_>`_. |
doc/nrf/glossary.rst
Outdated
The index can be accessed from the |nRFVSC|, and can also be browsed on `add-on webpage <nRF Connect SDK Add-ons_>`_. | ||
Add-ons in the index follow specific contribution guidelines and are maintained by their respective owners. | ||
The workspace applications listed there can be used to create out-of-tree :ref:`workspace applications <creating_add_on_index>`. | ||
For more information, including how to contribute your own add-on to the index, read the :file:`README.md` and :file:`CONTRIBUTING.md` files in the `ncs-app-index repository <ncs-app-index_>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For more information, including how to contribute your own add-on to the index, read the :file:`README.md` and :file:`CONTRIBUTING.md` files in the `ncs-app-index repository <ncs-app-index_>`_. | |
For more information, including how to contribute your own add-on to the index, read the :file:`README.md` and :file:`CONTRIBUTING.md` documents in the `ncs-app-index repository <ncs-app-index_>`_. |
doc/nrf/integrations.rst
Outdated
@@ -11,6 +11,10 @@ Integrations of the following third-party products are documented in their priva | |||
|
|||
In the case of Find My, MFi licensees can get access to the repository by issuing a Nordic `DevZone`_ private ticket. | |||
|
|||
.. note:: | |||
Some of these integrations are available through the `nRF Connect SDK Add-ons`_ page, which provides a curated collection of supplementary |NCS| components. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of these integrations are available through the `nRF Connect SDK Add-ons`_ page, which provides a curated collection of supplementary |NCS| components. | |
Some of these integrations are available through the `nRF Connect SDK Add-ons`_ page that provides a curated collection of supplementary |NCS| components. |
doc/nrf/integrations.rst
Outdated
@@ -11,6 +11,10 @@ Integrations of the following third-party products are documented in their priva | |||
|
|||
In the case of Find My, MFi licensees can get access to the repository by issuing a Nordic `DevZone`_ private ticket. | |||
|
|||
.. note:: | |||
Some of these integrations are available through the `nRF Connect SDK Add-ons`_ page, which provides a curated collection of supplementary |NCS| components. | |||
For more information, including how to contribute your own add-on to the index, read the :file:`README.md` and :file:`CONTRIBUTING.md` files in the `ncs-app-index repository <ncs-app-index_>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For more information, including how to contribute your own add-on to the index, read the :file:`README.md` and :file:`CONTRIBUTING.md` files in the `ncs-app-index repository <ncs-app-index_>`_. | |
For more information, including how to contribute your own add-on to the index, read the :file:`README.md` and :file:`CONTRIBUTING.md` documents in the `ncs-app-index repository <ncs-app-index_>`_. |
4dae2f7
to
5f1ad3b
Compare
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Added mentions of the nRF Connect SDK Add-ons page and the ncs-app-index repository to the pages Create an application and Integrations. Added a glossary entry. VSC-2765. Signed-off-by: Grzegorz Ferenc <[email protected]>
5f1ad3b
to
4cb3d41
Compare
Added mentions of the nRF Connect SDK Add-ons page and the ncs-app-index repository to the pages Create an application and Integrations. Added a glossary entry.
VSC-2765.