Skip to content

Commit b779cc7

Browse files
committed
feat: add documentationURL to devcontainer features
Add documentation URLs pointing to GitHub repository for atlas, postgresql-client, and starship features to improve discoverability and provide users with easy access to feature documentation. Signed-off-by: Svetlin Ralchev <[email protected]>
1 parent 451f058 commit b779cc7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/atlas/devcontainer-feature.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"name": "Atlas",
44
"version": "0.0.1",
55
"description": "Manage your database schema as code.",
6+
"documentationURL": "https://github.com/devcontainers-features/collection/tree/main/src/atlas",
67
"options": {
78
"version": {
89
"description": "Select the version to install.",

src/postgresql-client/devcontainer-feature.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"name": "PostgreSQL Client",
44
"version": "0.0.1",
55
"description": "PostgreSQL Client is the PostgreSQL interactive terminal.",
6+
"documentationURL": "https://github.com/devcontainers-features/collection/tree/main/src/postgresql-client",
67
"options": {},
78
"installsAfter": [
89
"ghcr.io/devcontainers/features/common-utils"

src/starship/devcontainer-feature.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"name": "Starship Prompt",
44
"version": "0.0.1",
55
"description": "Starship is fast and highly customizable cross-shell prompt that can display contextual information.",
6+
"documentationURL": "https://github.com/devcontainers-features/collection/tree/main/src/starship",
67
"options": {
78
"version": {
89
"description": "Select the version to install.",

0 commit comments

Comments
 (0)