https://github.com/nordicsemiconductor/asset-tracker-cloud-docs
The nRF Asset Tracker aims to provide a concrete end-to-end example for an IoT product in the asset tracker space.
https://github.com/nordicsemiconductor/asset-tracker-cloud-docs
example iot nrf-asset-tracker serverless
Last synced: 10 months ago
JSON representation
The nRF Asset Tracker aims to provide a concrete end-to-end example for an IoT product in the asset tracker space.
- Host: GitHub
- URL: https://github.com/nordicsemiconductor/asset-tracker-cloud-docs
- Owner: NordicSemiconductor
- License: bsd-3-clause
- Archived: true
- Created: 2021-01-26T15:45:51.000Z (about 5 years ago)
- Default Branch: saga
- Last Pushed: 2024-07-09T09:37:43.000Z (over 1 year ago)
- Last Synced: 2025-04-27T07:37:39.444Z (10 months ago)
- Topics: example, iot, nrf-asset-tracker, serverless
- Language: CSS
- Homepage: https://github.com/NordicSemiconductor/asset-tracker-cloud-docs#readme
- Size: 74.5 MB
- Stars: 10
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Support: docs/Support.rst
Awesome Lists containing this project
README
> [!NOTE]
>
> This repository has been archived, because [it is considered feature-complete](https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/discussions/1068). ✔️
# nRF Asset Tracker documentation [](https://www.npmjs.com/package/@nordicsemiconductor/asset-tracker-cloud-docs)
[](https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/actions)
[](https://github.com/semantic-release/semantic-release)
[](https://renovatebot.com)
[](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)
[](https://github.com/prettier/prettier/)
[](https://github.com/typescript-eslint/typescript-eslint)
The nRF Asset Tracker aims to provide a concrete end-to-end example for an
ultra-low power cellular IoT product in the asset tracker space.
> [Read the complete nRF Asset Tracker documentation](https://docs.nordicsemi.com/bundle/nrf-asset-tracker-saga/).
## Building the docs locally
Build the Docker image:
docker build -t nordicsemiconductor/asset-tracker-cloud-docs/builder ./
Then build the docs:
make html
The result will be placed in `./build/html`.
You can use `node-static` to serve it from this folder:
npx node-static build/html
## Extending the documentation
The documentation is written in reStructuredText, following the
[nRF Connect SDK guidelines](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/doc_styleguide.html#rst-gl).
## Publishing the documentation
This documentation is built using [Sphinx](https://www.sphinx-doc.org/), and is
available for the `saga` branch and for the major
[nRF Connect SDK](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html)
release versions in sub-directories in the `gh-pages` branch of this repository.
A deployment is triggered by pushing commits to the respective branch and is
automated using GitHub actions. See `./github/workflows/test-and-release.yaml`.