Skip to content

Commit 3ef4f9e

Browse files
authored
Merge pull request #88 from rails/rm-docs
Add documentation and license URLs to features
2 parents 0cf8f82 + fdbbe11 commit 3ef4f9e

File tree

7 files changed

+17
-3
lines changed

7 files changed

+17
-3
lines changed

features/src/activestorage/devcontainer-feature.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "1.1.1",
44
"name": "Active Storage",
55
"description": "Installs libvips, ffmpeg and poppler-utils which are required to use Active Storage for Rails apps.",
6+
"documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/activestorage",
7+
"licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md",
68
"options": {
79
"variantProcessor": {
810
"type": "string",

features/src/bun/devcontainer-feature.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"id": "bun",
33
"version": "1.0.2",
44
"name": "Bun",
5-
"description": "Installs needed client-side dependencies for Rails apps using Bun."
5+
"description": "Installs needed client-side dependencies for Rails apps using Bun.",
6+
"documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/bun",
7+
"licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md"
68
}

features/src/bundler-cache/devcontainer-feature.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "1.0.1",
44
"name": "Bundler cache",
55
"description": "Creates a volume for persisting the installed gems across different containers.",
6+
"documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/bundler-cache",
7+
"licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md",
68
"containerEnv": {
79
"BUNDLE_PATH": "/bundle/vendor"
810
},

features/src/mysql-client/devcontainer-feature.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"id": "mysql-client",
33
"version": "1.1.1",
44
"name": "MySQL Client",
5-
"description": "Installs needed client-side dependencies for Rails apps using MySQL."
5+
"description": "Installs needed client-side dependencies for Rails apps using MySQL.",
6+
"documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/mysql-client",
7+
"licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md"
68
}

features/src/postgres-client/devcontainer-feature.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "1.1.3",
44
"name": "Postgres Client",
55
"description": "Installs needed client-side dependencies for Rails apps using Postgres.",
6+
"documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/postgres-client",
7+
"licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md",
68
"options": {
79
"version": {
810
"type": "string",

features/src/ruby/devcontainer-feature.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "2.0.0",
44
"name": "Ruby",
55
"description": "Installs Ruby and a version manager (mise or rbenv) along with libraries needed to build Ruby.",
6+
"documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/ruby",
7+
"licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md",
68
"customizations": {
79
"vscode": {
810
"extensions": [

features/src/sqlite3/devcontainer-feature.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"id": "sqlite3",
33
"version": "1.0.0",
44
"name": "SQLite3",
5-
"description": "Installs needed dependencies for Rails apps using SQLite3."
5+
"description": "Installs needed dependencies for Rails apps using SQLite3.",
6+
"documentationUrl": "https://github.com/rails/devcontainer/tree/main/features/src/sqlite3",
7+
"licenseUrl": "https://github.com/rails/devcontainer/blob/main/LICENSE.md"
68
}

0 commit comments

Comments
 (0)