diff --git a/README.md b/README.md index ac995ae..9548a26 100644 --- a/README.md +++ b/README.md @@ -5,32 +5,7 @@ The Zigbee R23 add-on for the nRF Connect SDK provides support for developing Zigbee applications based on the third-party precompiled ZBOSS stack. This stack is included as the ZBOSS Zigbee R23 stack library. In combination with the nRF Connect SDK, the Zigbee R23 add-on allows for development of low-power connected solutions. ## Getting started -To get started with Zigbee R23 add-on for nRF Connect SDK, follow [documentation](https://nrfconnect.github.io/ncs-zigbee/). - -## Documentation -Pre-build documentation is available [here](https://nrfconnect.github.io/ncs-zigbee). - -A minimal documentation setup is provided for Sphinx. To build the -documentation first change to the ``docs`` folder: - -```shell -cd docs -``` -To install Sphinx, make sure you have a Python installation in place and run: - -```shell -pip install -r requirements.txt -``` - -The Sphinx documentation (HTML) can be built using the following command: - -```shell -make html -``` - -The output will be stored in the ``_build_sphinx`` folder. You may check for -other output formats other than HTML by running ``make help``. - +To get started with Zigbee R23 add-on for nRF Connect SDK, follow [documentation](https://docs.nordicsemi.com/bundle?cluster=true&exclude_metadata_filter.field=display-type&exclude_metadata_filter.value=inline&labelkey=addon-zigbee-r23). ## License * Source code included within this repository is licensed under the [LicenseRef-Nordic-5-Clause](https://github.com/nrfconnect/ncs-zigbee/blob/main/LICENSE)