Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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
- Created: 2021-01-26T15:45:51.000Z (almost 4 years ago)
- Default Branch: saga
- Last Pushed: 2024-05-22T10:58:47.000Z (6 months ago)
- Last Synced: 2024-05-22T11:43:37.762Z (6 months ago)
- Topics: example, iot, nrf-asset-tracker, serverless
- Language: CSS
- Homepage: https://github.com/NordicSemiconductor/asset-tracker-cloud-docs#readme
- Size: 73.9 MB
- Stars: 10
- Watchers: 6
- Forks: 10
- Open Issues: 3
-
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 [![npm version](https://img.shields.io/npm/v/@nordicsemiconductor/asset-tracker-cloud-docs.svg)](https://www.npmjs.com/package/@nordicsemiconductor/asset-tracker-cloud-docs)
[![GitHub Actions](https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/workflows/Test%20and%20Release/badge.svg)](https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/actions)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)
[![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](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`.