{"id":19686065,"url":"https://github.com/nordicsemiconductor/asset-tracker-cloud-docs","last_synced_at":"2025-04-29T06:31:16.225Z","repository":{"id":36962534,"uuid":"333133096","full_name":"NordicSemiconductor/asset-tracker-cloud-docs","owner":"NordicSemiconductor","description":"The nRF Asset Tracker aims to provide a concrete end-to-end example for an IoT product in the asset tracker space.","archived":true,"fork":false,"pushed_at":"2024-07-09T09:37:43.000Z","size":78160,"stargazers_count":10,"open_issues_count":1,"forks_count":10,"subscribers_count":5,"default_branch":"saga","last_synced_at":"2025-04-27T07:37:39.444Z","etag":null,"topics":["example","iot","nrf-asset-tracker","serverless"],"latest_commit_sha":null,"homepage":"https://github.com/NordicSemiconductor/asset-tracker-cloud-docs#readme","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NordicSemiconductor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":"docs/Support.rst","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-26T15:45:51.000Z","updated_at":"2024-07-09T10:24:14.000Z","dependencies_parsed_at":"2023-02-13T00:45:57.951Z","dependency_job_id":"23b2946a-fc8a-4c04-b85f-2713c14f9754","html_url":"https://github.com/NordicSemiconductor/asset-tracker-cloud-docs","commit_stats":null,"previous_names":[],"tags_count":559,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NordicSemiconductor%2Fasset-tracker-cloud-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NordicSemiconductor%2Fasset-tracker-cloud-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NordicSemiconductor%2Fasset-tracker-cloud-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NordicSemiconductor%2Fasset-tracker-cloud-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NordicSemiconductor","download_url":"https://codeload.github.com/NordicSemiconductor/asset-tracker-cloud-docs/tar.gz/refs/heads/saga","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251450656,"owners_count":21591407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["example","iot","nrf-asset-tracker","serverless"],"created_at":"2024-11-11T18:25:52.800Z","updated_at":"2025-04-29T06:31:14.014Z","avatar_url":"https://github.com/NordicSemiconductor.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!NOTE]  \n\u003e\n\u003e This repository has been archived, because [it is considered feature-complete](https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/discussions/1068). ✔️ \n\n# 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)\n\n[![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)\n[![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)\n[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)\n[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)\n[![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](https://github.com/typescript-eslint/typescript-eslint)\n\nThe nRF Asset Tracker aims to provide a concrete end-to-end example for an\nultra-low power cellular IoT product in the asset tracker space.\n\n\u003e [Read the complete nRF Asset Tracker documentation](https://docs.nordicsemi.com/bundle/nrf-asset-tracker-saga/).\n\n## Building the docs locally\n\nBuild the Docker image:\n\n    docker build -t nordicsemiconductor/asset-tracker-cloud-docs/builder ./\n\nThen build the docs:\n\n    make html\n\nThe result will be placed in `./build/html`.\n\nYou can use `node-static` to serve it from this folder:\n\n    npx node-static build/html\n\n## Extending the documentation\n\nThe documentation is written in reStructuredText, following the\n[nRF Connect SDK guidelines](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/doc_styleguide.html#rst-gl).\n\n## Publishing the documentation\n\nThis documentation is built using [Sphinx](https://www.sphinx-doc.org/), and is\navailable for the `saga` branch and for the major\n[nRF Connect SDK](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html)\nrelease versions in sub-directories in the `gh-pages` branch of this repository.\n\nA deployment is triggered by pushing commits to the respective branch and is\nautomated using GitHub actions. See `./github/workflows/test-and-release.yaml`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnordicsemiconductor%2Fasset-tracker-cloud-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnordicsemiconductor%2Fasset-tracker-cloud-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnordicsemiconductor%2Fasset-tracker-cloud-docs/lists"}