Skip to content

Commit

Permalink
ci,cleanup: remove unused script
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Sep 5, 2024
1 parent 0a5832f commit 5ea5555
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 102 deletions.
50 changes: 0 additions & 50 deletions .github/cicd/scripts/next-versioning.ts

This file was deleted.

20 changes: 0 additions & 20 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,26 +120,6 @@
},
"console": "integratedTerminal",
"attachSimplePort": 9229
},
{ // ENABLE/DISABLE NEXT VERSION (currently disabled)
"request": "launch",
"name": "Enable/Disable Next Version (currently disabled)",
"type": "node",
"program": "${workspaceFolder}/.github/cicd/scripts/next-versioning.ts",
"cwd": "${workspaceFolder}",
"runtimeExecutable": "${userHome}/.deno/bin/deno.EXE",
"runtimeArgs": [
"run",
"--inspect-wait",
"--allow-read",
"--allow-write",
"--allow-sys",
],
"args": [
"${workspaceFolder}/docusaurus.config.ts",
"enable"
],
"attachSimplePort": 9229
},
{ // VELAPTOR VERSION EXISTS
"request": "launch",
Expand Down
32 changes: 0 additions & 32 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,38 +67,6 @@
"'${workspaceFolder}/.github/cicd/manual-testing/reset-docs.ts'"
]
},
{ // DISABLE NEXT VERSION (currently disabled)
"label": "Disable Next Version (currently disabled)",
"detail": "Disables the next version feature of docusaurus.",
"type": "shell",
"options": {
"cwd": "${workspaceFolder}"
},
"command": "deno",
"args": [
"run",
"-A",
"${workspaceFolder}/.github/cicd/scripts/next-versioning.ts",
"${workspaceFolder}/docusaurus.config.ts",
"disable"
]
},
{ // ENABLE NEXT VERSION (currently disabled)
"label": "Enable Next Version (currently disabled)",
"detail": "Enables the next version feature of docusaurus.",
"type": "shell",
"options": {
"cwd": "${workspaceFolder}"
},
"command": "deno",
"args": [
"run",
"-A",
"${workspaceFolder}/.github/cicd/scripts/next-versioning.ts",
"${workspaceFolder}/docusaurus.config.ts",
"enable"
]
},
{ // CREATE DOCUSAURUS VERSION
"label": "Create Docusaurus Version",
"detail": "Creates a new docusaurus API version.",
Expand Down

0 comments on commit 5ea5555

Please sign in to comment.