Skip to content

Commit 9b6c566

Browse files
committed
docs: Add documentationURL property to features
1 parent b05aefd commit 9b6c566

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ circleci setup
1212

1313
Please visit CircleCI's [local pipeline development](https://circleci.com/blog/local-pipeline-development/) blog post for further usage information.
1414

15+
## Deno Cache
16+
17+
Create a named docker volume at `/deno-dir`. Properly setup with a `deno` user group.
18+
19+
Intended for use with the [denoland/deno:debian](https://hub.docker.com/r/denoland/deno) docker image.
20+
1521
## Exercism CLI
1622

1723
Provides the `exercism` command at the shell. Using this tool requires authentication.

src/circleci-cli/devcontainer-feature.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "CircleCI CLI",
33
"id": "circleci-cli",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
5+
"documentationURL": "https://github.com/CodeMan99/features/tree/main/src/circleci-cli",
56
"description": "Install the CircleCI CLI. Also installs the CircleCI extension for vscode.",
67
"options": {
78
"version": {

src/deno-cache/devcontainer-feature.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"id": "deno-cache",
33
"name": "Deno cache setup",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
5+
"documentationURL": "https://github.com/CodeMan99/features/tree/main/src/deno-cache",
6+
"description": "Create a docker named volume at /deno-dir",
57
"containerEnv": {
68
"DENO_DIR": "/deno-dir"
79
},

src/exercism-cli/devcontainer-feature.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "Exercism CLI",
33
"id": "exercism-cli",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
5+
"documentationURL": "https://github.com/CodeMan99/features/tree/main/src/exercism-cli",
56
"description": "Install the exercism-cli.",
67
"options": {
78
"version": {

0 commit comments

Comments
 (0)