Skip to content

Commit 4563386

Browse files
committed
feat: added documentation links to all schemas
1 parent 6cc1c8f commit 4563386

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+43
-7
lines changed

src/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@ import { AsdfPluginResource } from './resources/asdf/asdf-plugin.js';
99
import { AwsCliResource } from './resources/aws-cli/cli/aws-cli.js';
1010
import { AwsProfileResource } from './resources/aws-cli/profile/aws-profile.js';
1111
import { DockerResource } from './resources/docker/docker.js';
12+
import { FileResource } from './resources/file/file.js';
1213
import { RemoteFileResource } from './resources/file/remote-file.js';
13-
import { GitCloneResource } from './resources/git/clone/git-repository.js';
14+
import { GitCloneResource } from './resources/git/repository/git-repository.js';
1415
import { GitResource } from './resources/git/git/git-resource.js';
1516
import { GitLfsResource } from './resources/git/lfs/git-lfs.js';
1617
import { WaitGithubSshKey } from './resources/git/wait-github-ssh-key/wait-github-ssh-key.js';
1718
import { HomebrewResource } from './resources/homebrew/homebrew.js';
1819
import { JenvResource } from './resources/java/jenv/jenv.js';
1920
import { MacportsResource } from './resources/macports/macports.js';
20-
import { Npm } from './resources/node/npm/npm.js';
21-
import { NvmResource } from './resources/node/nvm/nvm.js';
22-
import { Pnpm } from './resources/node/pnpm/pnpm.js';
21+
import { Npm } from './resources/javascript/npm/npm.js';
22+
import { NvmResource } from './resources/javascript/nvm/nvm.js';
23+
import { Pnpm } from './resources/javascript/pnpm/pnpm.js';
2324
import { PgcliResource } from './resources/pgcli/pgcli.js';
2425
import { Pip } from './resources/python/pip/pip.js';
2526
import { PipSync } from './resources/python/pip-sync/pip-sync.js';
@@ -36,7 +37,6 @@ import { SshKeyResource } from './resources/ssh/ssh-key.js';
3637
import { TerraformResource } from './resources/terraform/terraform.js';
3738
import { VscodeResource } from './resources/vscode/vscode.js';
3839
import { XcodeToolsResource } from './resources/xcode-tools/xcode-tools.js';
39-
import { FileResource } from './resources/file/file.js';
4040

4141
runPlugin(Plugin.create(
4242
'default',

src/resources/android/android-studio-schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://www.codifycli.com/pgcli.json",
3+
"$id": "https://www.codifycli.com/android-studio.json",
4+
"$comment": "https://docs.codifycli.com/core-resources/android-studio/",
45
"title": "Android studios resource",
56
"type": "object",
67
"description": "Install Android Studios.",

src/resources/asdf/asdf-global-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/asdf-global-schema.json",
4+
"$comment": "https://docs.codifycli.com/core-resources/asdf/asdf-global/",
45
"title": "Asdf plugin global resource",
56
"type": "object",
67
"description": "Manage the asdf global version for a tool. An asdf-global or asdf-local resource must be specified before a tool installed with asdf is active in the shell.",

src/resources/asdf/asdf-install-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/asdf-install-schema.json",
4+
"$comment": "https://docs.codifycli.com/core-resources/asdf/asdf-install/",
45
"title": "Asdf plugin resource",
56
"type": "object",
67
"description": "Install a .tools-version file or directly install an asdf plugin + tool version.",

src/resources/asdf/asdf-local-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/asdf-local-schema.json",
4+
"$comment": "https://docs.codifycli.com/core-resources/asdf/asdf-local/",
45
"title": "Asdf plugin local resource",
56
"description": "Manage the asdf local version for a tool. An asdf-global or asdf-local resource must be specified before a tool installed with asdf is active in the shell.",
67
"type": "object",

src/resources/asdf/asdf-plugin-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/asdf-plugin-schema.json",
4+
"$comment": "https://docs.codifycli.com/core-resources/asdf/asdf-plugin/" ,
45
"title": "Asdf plugin resource",
56
"description": "Installs a plugin and manages specific tool versions.",
67
"type": "object",

src/resources/asdf/asdf-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/asdf-schema.json",
4+
"$comment": "https://docs.codifycli.com/core-resources/asdf/asdf/",
45
"title": "Asdf resource",
56
"type": "object",
67
"description": "Installs asdf and manages asdf plugins. Use 'asdf-install' or 'asdf-plugin' to install the actual tool. Use 'asdf-global' or 'asdf-local' to activate the tool in the shell.",

src/resources/aws-cli/cli/aws-cli-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/aws-cli.json",
4+
"$comment": "https://docs.codifycli.com/core-resources/aws-cli/",
45
"title": "Aws-CLI resource",
56
"type": "object",
67
"description": "Installs aws-cli.",

src/resources/aws-cli/profile/aws-profile-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/aws-profile.json",
4+
"$comment": "https://docs.codifycli.com/core-resources/aws-profile/",
45
"title": "Aws-CLI configure resource",
56
"type": "object",
67
"description": "Configures AWS profiles.",

src/resources/docker/docker-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://www.codifycli.com/docker.json",
4+
"$comment": "https://docs.codifycli.com/core-resources/docker/",
45
"title": "Docker resource",
56
"type": "object",
67
"description": "Installs docker.",

0 commit comments

Comments
 (0)