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

add semtech to app index #45

Merged
merged 5 commits into from
Sep 2, 2024
Merged
Changes from 4 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
36 changes: 36 additions & 0 deletions index/semtech.json
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi, please:

  • update filename to Lora-net.json - the filename is then used to fetch the information from the repository to build the index, such as github.com/{organization-name}/{app-name}
  • modify the file as suggested below - the index file has to conform to this schema
Suggested change
{
"name": "Semtech",
"description": "LoRa transceiver",
"apps": [
{
"description": "Software Development Kit featuring demonstrations, drivers and middleware enabling development of connectivity and geolocation applications",
"name": "SWSD006",
"title": "Sidewalk & LoRaWAN Mullti-stack SDK for LR11xx (SWSD006)",
"kind": "sample",
"license": "Apache License 2.0",
"apps": "samples/*",
"releases": [
{
"date": "2024-08-08T14:30:49Z",
"name": "v2.6.1",
"tag": "v2.6.1",
"sdk": "v2.6.1"
}
],
"tags": [
"sidewalk",
"lora-basics-modem",
"CSS",
"FSK"
]
}
]
}

Choose a reason for hiding this comment

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

@dudmuck please incorporate this suggestion.

Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "Semtech",
"description": "LoRa transceiver",
"avatar": "https://github.com/Lora-net/SWSD006/blob/v2.6.1/lora.png?raw=true",
"apps": [
{
"repo": "https://github.com/Lora-net/SWSD006",
"description": "Software Development Kit featuring demonstrations, drivers and middleware enabling development of connectivity and geolocation applications",
"name": "SWSD006",
"title": "Sidewalk & LoRaWAN Mullti-stack SDK for LR11xx (SWSD006)",
"defaultBranch": "v2.6.1",
"isTemplate": false,
"kind": "sample",
"lastUpdate": "2024-08-08T12:48:20Z",
"license": "Apache License 2.0",
"watchers": 1,
"stars": 1,
"forks": 0,
"apps": "samples/*",
"releases": [
{
"date": "2024-08-08T14:30:49Z",
"name": "v2.6.1",
"tag": "v2.6.1",
"sdk": "v2.6.1"
}
],
"tags": [
"sidewalk",
"lora-basics-modem",
"CSS",
"FSK"
]
}
]
}
Loading