Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.