diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 617d4b9cd..3e03b1279 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -18,5 +18,6 @@ + - + \ No newline at end of file diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e28c84afd..4a7038e02 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,7 @@ repos: hooks: - id: trailing-whitespace - id: end-of-file-fixer + exclude: "^.idea/" - id: check-yaml - id: check-toml - id: check-json diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index f4e888df1..9e4b47df9 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -49,45 +49,43 @@ export default defineConfig({ { text: "Comparison to asdf", link: "/dev-tools/comparison-to-asdf" }, { text: "Shims", link: "/dev-tools/shims" }, { text: "Aliases", link: "/dev-tools/aliases" }, + { text: "Registry", link: "/registry" }, { - text: "Plugins / Languages", - link: "/plugins", + text: "Core tools", + link: "/core-tools", + collapsed: true, + items: [ + { text: "Bun", link: "/lang/bun" }, + { text: "Deno", link: "/lang/deno" }, + { text: "Erlang", link: "/lang/erlang" }, + { text: "Go", link: "/lang/go" }, + { text: "Java", link: "/lang/java" }, + { text: "Node.js", link: "/lang/node" }, + { text: "Python", link: "/lang/python" }, + { text: "Ruby", link: "/lang/ruby" }, + { text: "Rust", link: "/lang/rust" }, + ], + }, + { + text: "Backends", + link: "/dev-tools/backends/", + collapsed: true, items: [ - { - text: "Core tools", - link: "/core-tools", - collapsed: true, - items: [ - { text: "Bun", link: "/lang/bun" }, - { text: "Deno", link: "/lang/deno" }, - { text: "Erlang", link: "/lang/erlang" }, - { text: "Go", link: "/lang/go" }, - { text: "Java", link: "/lang/java" }, - { text: "Node.js", link: "/lang/node" }, - { text: "Python", link: "/lang/python" }, - { text: "Ruby", link: "/lang/ruby" }, - { text: "Rust", link: "/lang/rust" }, - ], - }, - { text: "Tool registry", link: "/registry" }, - { - text: "Tool backends", - link: "/dev-tools/backends/", - collapsed: true, - items: [ - { text: "aqua", link: "/dev-tools/backends/aqua" }, - { text: "asdf", link: "/dev-tools/backends/asdf" }, - { text: "cargo", link: "/dev-tools/backends/cargo" }, - { text: "go", link: "/dev-tools/backends/go" }, - { text: "npm", link: "/dev-tools/backends/npm" }, - { text: "pipx", link: "/dev-tools/backends/pipx" }, - { text: "spm", link: "/dev-tools/backends/spm" }, - { text: "ubi", link: "/dev-tools/backends/ubi" }, - { text: "vfox", link: "/dev-tools/backends/vfox" }, - ], - }, + { text: "aqua", link: "/dev-tools/backends/aqua" }, + { text: "asdf", link: "/dev-tools/backends/asdf" }, + { text: "cargo", link: "/dev-tools/backends/cargo" }, + { text: "go", link: "/dev-tools/backends/go" }, + { text: "npm", link: "/dev-tools/backends/npm" }, + { text: "pipx", link: "/dev-tools/backends/pipx" }, + { text: "spm", link: "/dev-tools/backends/spm" }, + { text: "ubi", link: "/dev-tools/backends/ubi" }, + { text: "vfox", link: "/dev-tools/backends/vfox" }, ], }, + { + text: "Plugins", + link: "/plugins", + }, ], }, {