Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the dependency from Github #78

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/index-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
cache: npm

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: 22
cache: npm
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
8 changes: 7 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,19 @@
"type": "npm",
"script": "validate-index",
"group": "build",
"label": "Validate index.json"
"label": "Validate index files.",
},
{
"type": "npm",
"script": "generate-index-json",
"group": "build",
"label": "Generate index.json"
},
{
"type": "npm",
"script": "generate-schemas",
"group": "build",
"label": "Generate json schemas from schema.ts"
}
]
}
3 changes: 3 additions & 0 deletions index/Conexiotechnologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
"apps": [
{
"name": "conexio-firmware-sdk",
"repo": "https://github.com/Conexiotechnologies/conexio-firmware-sdk",
"docsUrl": "https://github.com/Conexiotechnologies/conexio-firmware-sdk/blob/main/README.md",
"title": "Conexio Stratus Firmware SDK",
"description": "NCS example applications for [Conexio Stratus devices](https://docs.conexiotech.com/)",
"kind": "sample",
"tags": ["lte"],
"apps": "samples/*",
"avatar": "https://avatars.githubusercontent.com/u/79224914?s=48&v=4",
"releases": [
{
"date": "2024-09-16T02:29:37Z",
Expand Down
3 changes: 3 additions & 0 deletions index/Lora-net.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
{
"description": "Software Development Kit featuring demonstrations, drivers and middleware enabling development of connectivity and geolocation applications",
"name": "SWSD006",
"repo": "https://github.com/Lora-net/SWSD006",
"docsUrl": "https://github.com/Lora-net/SWSD006/blob/v2.6.1/README.md",
"title": "Sidewalk & LoRaWAN Mullti-stack SDK for LR11xx (SWSD006)",
"kind": "sample",
"license": "Apache License 2.0",
"apps": "samples/*",
"avatar": "https://avatars.githubusercontent.com/u/5756403?s=48&v=4",
"releases": [
{
"date": "2024-08-08T14:30:49Z",
Expand Down
3 changes: 3 additions & 0 deletions index/blecon.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
"apps": [
{
"name": "blecon-device-sdk",
"repo": "https://github.com/blecon/blecon-device-sdk",
"docsUrl": "https://github.com/blecon/blecon-device-sdk/blob/main/README.md",
"title": "Blecon Device SDK",
"description": "Enable Blecon Bluetooth to Cloud IoT Connectivity on your device using the Blecon Device SDK. This SDK includes the Blecon modem libraries and samples.",
"kind": "sample",
"license": "Apache License 2.0",
"avatar": "https://avatars.githubusercontent.com/u/66618302?s=48&v=4",
"apps": "examples/zephyr/*",
"releases": [
{
Expand Down
3 changes: 3 additions & 0 deletions index/circuitdojo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
"apps": [
{
"name": "nrf9160-feather-examples-and-drivers",
"repo": "https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers",
"docsUrl": "https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers/blob/v2.4.x/README.md",
"title": "nRF9160 Feather Examples and Drivers",
"description": "Zephyr examples and drivers for the [nRF9160 Feather](https://docs.circuitdojo.com/nrf9160-getting-started.html)",
"kind": "sample",
"tags": ["lte"],
"apps": "samples/*",
"avatar": "https://avatars.githubusercontent.com/u/34612814?s=48&v=4",
"releases": [
{
"date": "2023-12-20T20:37:28Z",
Expand Down
12 changes: 12 additions & 0 deletions index/golioth.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "golioth",
"description": "Golioth Cloud platform, which includes a device SDK, example code, and Reference Designs",
"avatar": "https://avatars.githubusercontent.com/u/58146410?s=48&v=4",
"apps": [
{
"name": "reference-design-template",
"repo": "https://github.com/golioth/reference-design-template",
"docsUrl": "https://github.com/golioth/reference-design-template/blob/main/README.md",
"title": "The Golioth Reference Design template",
"description": "This starter project is a standalone application that includes databases (both stateful and time-based), Over-the-air update capabilities, settings service, remote procedure calls (RPCs)",
"kind": "template",
"tags": ["dfu","lte"],
"avatar": "https://avatars.githubusercontent.com/u/58146410?s=48&v=4",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is independent issue that I noticed now, these avatar URLs should not contain the search parameters, they should be added (stripped and replaced) by the component rendering them.

VSC-2913

"releases": [
{
"date": "2024-02-21T21:05:15Z",
Expand Down Expand Up @@ -37,6 +41,8 @@
},
{
"name": "reference-design-can-asset-tracker",
"repo": "https://github.com/golioth/reference-design-can-asset-tracker",
"docsUrl": "https://github.com/golioth/reference-design-can-asset-tracker/blob/main/README.md",
"title": "CAN / OBD-II Asset Tracker Reference Design",
"description": "This Reference Design requires external hardware on top of an nRF9160-DK (see [https://projects.golioth.io/reference-designs/can-asset-tracker/guide-nrf9160-dk/](https://projects.golioth.io/reference-designs/can-asset-tracker/guide-nrf9160-dk/), but includes all code required to pass messages received on a CAN bus back to the Cloud, as well as regular GPS readings. Over-the-air updates are built in.",
"kind": "template",
Expand All @@ -53,6 +59,8 @@
},
{
"name": "reference-design-air-quality",
"repo": "https://github.com/golioth/reference-design-air-quality",
"docsUrl": "https://github.com/golioth/reference-design-air-quality/blob/main/README.md",
"title": "Air Quality Monitor Reference Design",
"description": "This Reference Design requires external hardware on top of an nRF9160-DK (see [https://projects.golioth.io/reference-designs/air-quality-monitor/guide-nrf9160-dk](https://projects.golioth.io/reference-designs/air-quality-monitor/guide-nrf9160-dk/), but includes all code required to monitor readings from connected air quality sensors and pass back to the Cloud. Includes remote procedure call to clean sensor, and Over-the-air updates are built in.",
"kind": "template",
Expand All @@ -70,6 +78,8 @@
{
"name": "reference-design-coldchain",
"title": "Cold Chain Asset Tracker Reference Design",
"repo": "https://github.com/golioth/reference-design-coldchain",
"docsUrl": "https://github.com/golioth/reference-design-coldchain/blob/main/README.md",
"description": "This Reference Design requires external hardware on top of an nRF9160-DK (see [https://projects.golioth.io/reference-designs/cold-chain-tracker/](https://projects.golioth.io/reference-designs/cold-chain-tracker/), but includes all code required to monitor weather sensor (temperature) readings and pass back to the Cloud, as well as regular GPS readings. Configurable online/offline updates rates using settings subsystem. Over-the-air updates are built in.",
"kind": "template",
"license": "Apache 2.0",
Expand All @@ -85,6 +95,8 @@
},
{
"name": "reference-design-modbus-vibration-monitor",
"repo": "https://github.com/golioth/reference-design-modbus-vibration-monitor",
"docsUrl": "https://github.com/golioth/reference-design-modbus-vibration-monitor/blob/main/README.md",
"title": "Modbus Vibration Monitor Reference Design",
"description": "This Reference Design requires external hardware on top of an nRF9160-DK (see [https://projects.golioth.io/reference-designs/modbus-vibration-monitor/guide-nrf9160-dk](https://projects.golioth.io/reference-designs/modbus-vibration-monitor/guide-nrf9160-dk), but includes all code required to communicate over RS-485 to a Modbus server (sensor) and pass back to the Cloud. Over-the-air updates are built in.",
"kind": "template",
Expand Down
2 changes: 2 additions & 0 deletions index/hello-nrfcloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"apps": [
{
"title": "Thingy:91 X: Hello nRF Cloud firmware",
"repo": "https://github.com/hello-nrfcloud/firmware",
"name": "firmware",
"description": "This firmware is used with hello.nrfcloud.com",
"kind": "sample",
"tags": ["dfu", "lte"],
"avatar": "https://avatars.githubusercontent.com/u/137044581?s=48&v=4",
"releases": [
{
"date": "2024-08-11T14:37:00Z",
Expand Down
Loading