Skip to content
Open
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
19 changes: 19 additions & 0 deletions index/nrfconnect.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,25 @@
}
],
"defaultBranch": "v1.0.0"
},
{
"name": "ncs-serial-modem",
"repo": "https://github.com/nrfconnect/ncs-serial-modem",
"title": "Serial Modem",
"description": "Serial Modem application running on the nRF91 Series SiP.",
"kind": "template",
"tags": ["lte", "connectivity"],
"apps": "app",
Copy link
Author

Choose a reason for hiding this comment

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

We also have some apps in samples folder. Is there a way to add both as apps here? Can I have two of these lines? Making it a list like tags gave warnings at least in VSCode.

"avatar": "https://avatars.githubusercontent.com/u/40860733?s=200&v=4",
"docsUrl": "https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/index.html",
"releases": [
{
"tag": "v0.3.0",
"name": "Serial Modem v0.3.0",
"date": "2025-12-18T00:00:00Z",
"sdk": "v3.2.0"
}
]
}
]
}