diff --git a/features/src/activestorage/devcontainer-feature.json b/features/src/activestorage/devcontainer-feature.json index 8a0679e..ac1550d 100644 --- a/features/src/activestorage/devcontainer-feature.json +++ b/features/src/activestorage/devcontainer-feature.json @@ -3,6 +3,8 @@ "version": "1.1.1", "name": "Active Storage", "description": "Installs libvips, ffmpeg and poppler-utils which are required to use Active Storage for Rails apps.", + "documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/activestorage", + "licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md", "options": { "variantProcessor": { "type": "string", diff --git a/features/src/bun/devcontainer-feature.json b/features/src/bun/devcontainer-feature.json index 9b6826c..f0dc770 100644 --- a/features/src/bun/devcontainer-feature.json +++ b/features/src/bun/devcontainer-feature.json @@ -2,5 +2,7 @@ "id": "bun", "version": "1.0.2", "name": "Bun", - "description": "Installs needed client-side dependencies for Rails apps using Bun." + "description": "Installs needed client-side dependencies for Rails apps using Bun.", + "documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/bun", + "licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md" } diff --git a/features/src/bundler-cache/devcontainer-feature.json b/features/src/bundler-cache/devcontainer-feature.json index ac9da45..b4f2a11 100644 --- a/features/src/bundler-cache/devcontainer-feature.json +++ b/features/src/bundler-cache/devcontainer-feature.json @@ -3,6 +3,8 @@ "version": "1.0.1", "name": "Bundler cache", "description": "Creates a volume for persisting the installed gems across different containers.", + "documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/bundler-cache", + "licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md", "containerEnv": { "BUNDLE_PATH": "/bundle/vendor" }, diff --git a/features/src/mysql-client/devcontainer-feature.json b/features/src/mysql-client/devcontainer-feature.json index 6e13eb6..a881c3f 100644 --- a/features/src/mysql-client/devcontainer-feature.json +++ b/features/src/mysql-client/devcontainer-feature.json @@ -2,5 +2,7 @@ "id": "mysql-client", "version": "1.1.1", "name": "MySQL Client", - "description": "Installs needed client-side dependencies for Rails apps using MySQL." + "description": "Installs needed client-side dependencies for Rails apps using MySQL.", + "documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/mysql-client", + "licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md" } diff --git a/features/src/postgres-client/devcontainer-feature.json b/features/src/postgres-client/devcontainer-feature.json index 2f37cfa..f9b7586 100644 --- a/features/src/postgres-client/devcontainer-feature.json +++ b/features/src/postgres-client/devcontainer-feature.json @@ -3,6 +3,8 @@ "version": "1.1.3", "name": "Postgres Client", "description": "Installs needed client-side dependencies for Rails apps using Postgres.", + "documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/postgres-client", + "licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md", "options": { "version": { "type": "string", diff --git a/features/src/ruby/devcontainer-feature.json b/features/src/ruby/devcontainer-feature.json index aff89ef..59b072b 100644 --- a/features/src/ruby/devcontainer-feature.json +++ b/features/src/ruby/devcontainer-feature.json @@ -3,6 +3,8 @@ "version": "2.0.0", "name": "Ruby", "description": "Installs Ruby and a version manager (mise or rbenv) along with libraries needed to build Ruby.", + "documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/ruby", + "licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md", "customizations": { "vscode": { "extensions": [ diff --git a/features/src/sqlite3/devcontainer-feature.json b/features/src/sqlite3/devcontainer-feature.json index 9e08e22..b1ae1c2 100644 --- a/features/src/sqlite3/devcontainer-feature.json +++ b/features/src/sqlite3/devcontainer-feature.json @@ -2,5 +2,7 @@ "id": "sqlite3", "version": "1.0.0", "name": "SQLite3", - "description": "Installs needed dependencies for Rails apps using SQLite3." + "description": "Installs needed dependencies for Rails apps using SQLite3.", + "documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/sqlite3", + "licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md" }