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
Copy file name to clipboardexpand all lines: README.md
+1-26
Original file line number
Diff line number
Diff line change
@@ -5,32 +5,7 @@
5
5
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.
6
6
7
7
## Getting started
8
-
To get started with Zigbee R23 add-on for nRF Connect SDK, follow [documentation](https://nrfconnect.github.io/ncs-zigbee/).
9
-
10
-
## Documentation
11
-
Pre-build documentation is available [here](https://nrfconnect.github.io/ncs-zigbee).
12
-
13
-
A minimal documentation setup is provided for Sphinx. To build the
14
-
documentation first change to the ``docs`` folder:
15
-
16
-
```shell
17
-
cd docs
18
-
```
19
-
To install Sphinx, make sure you have a Python installation in place and run:
20
-
21
-
```shell
22
-
pip install -r requirements.txt
23
-
```
24
-
25
-
The Sphinx documentation (HTML) can be built using the following command:
26
-
27
-
```shell
28
-
make html
29
-
```
30
-
31
-
The output will be stored in the ``_build_sphinx`` folder. You may check for
32
-
other output formats other than HTML by running ``make help``.
33
-
8
+
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).
34
9
35
10
## License
36
11
* Source code included within this repository is licensed under the [LicenseRef-Nordic-5-Clause](https://github.com/nrfconnect/ncs-zigbee/blob/main/LICENSE)
0 commit comments