File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ This extension lets
6969tasks. You can use ` mise ` tasks in your ` launch.json ` file.
7070
7171See the
72- [ VSCode task integration wiki page ] ( https://hverlin.github.io/mise-vscode/tasks/#vscode-task-integration )
72+ [ VSCode task integration docs section ] ( https://hverlin.github.io/mise-vscode/reference /tasks/#vscode-task-integration )
7373for more information.
7474
7575## Documentation
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ import starlightThemeObsidian from "starlight-theme-obsidian";
77export default defineConfig ( {
88 site : "https://hverlin.github.io/mise-vscode/" ,
99 base : "mise-vscode" ,
10+ redirects : {
11+ "/getting-started" : "/mise-vscode/tutorials/getting-started/" ,
12+ } ,
1013 integrations : [
1114 starlight ( {
1215 title : "mise | VSCode" ,
You can’t perform that action at this time.
0 commit comments