diff --git a/docs/.vuepress/navbar.js b/docs/.vuepress/navbar.js index a53c93e6..e1616db2 100644 --- a/docs/.vuepress/navbar.js +++ b/docs/.vuepress/navbar.js @@ -1,8 +1,13 @@ const en = [ + { + text: "Introduction", + link: "/guide/introduction.html", + activeMatch: "/guide/introduction", + }, { text: "Getting Started", link: "/guide/getting-started.html", - activeMatch: "/guide/", + activeMatch: "/guide/getting-started", }, { text: "Reference", @@ -99,12 +104,12 @@ const en = [ ], }, { - text: "Learn More", + text: "More", children: [ { text: "Questions", children: [ - "/learn-more/faq.md", + "/more/faq.md", { text: "GitHub Issues", link: "https://github.com/asdf-vm/asdf/issues", @@ -115,9 +120,19 @@ const en = [ }, ], }, + { + text: "Community", + children: [ + { + text: "asdf-community", + link: "https://github.com/asdf-community", + }, + "/more/community-projects.md", + ], + }, { text: "Resources", - children: ["/learn-more/thanks.md"], + children: ["/more/thanks.md"], }, ], }, @@ -227,12 +242,12 @@ const pt_br = [ ], }, { - text: "Learn More", + text: "More", children: [ { text: "Questions", children: [ - "/pt-br/learn-more/faq.md", + "/pt-br/more/faq.md", { text: "GitHub Issues", link: "https://github.com/asdf-vm/asdf/issues", @@ -243,9 +258,19 @@ const pt_br = [ }, ], }, + { + text: "Community", + children: [ + { + text: "asdf-community", + link: "https://github.com/asdf-community", + }, + "/pt-br/more/community-projects.md", + ], + }, { text: "Resources", - children: ["/pt-br/learn-more/thanks.md"], + children: ["/pt-br/more/thanks.md"], }, ], }, @@ -355,12 +380,12 @@ const zh_hans = [ ], }, { - text: "了解更多", + text: "更多的", children: [ { text: "提问", children: [ - "/zh-hans/learn-more/faq.md", + "/zh-hans/more/faq.md", { text: "GitHub Issues", link: "https://github.com/asdf-vm/asdf/issues", @@ -372,8 +397,18 @@ const zh_hans = [ ], }, { - text: "资源", - children: ["/zh-hans/learn-more/thanks.md"], + text: "Community", + children: [ + { + text: "asdf-community", + link: "https://github.com/asdf-community", + }, + "/zh-hans/more/community-projects.md", + ], + }, + { + text: "Resources", + children: ["/zh-hans/more/thanks.md"], }, ], }, diff --git a/docs/more/community-projects.md b/docs/more/community-projects.md new file mode 100644 index 00000000..bd6aaa1f --- /dev/null +++ b/docs/more/community-projects.md @@ -0,0 +1,16 @@ +# Projects + +Here are some community projects related to `asdf`: + +- [asdf-community](https://github.com/asdf-community): A collaborative, + community-driven project for long-term maintenance of asdf plugins. +- [asdf dev container](https://github.com/iloveitaly/asdf-devcontainer): A + [GitHub Dev Container](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers) + supporting asdf managed tools in GitHub Codespaces. + +::: warning Note + +asdf core do not own these projects or their code. asdf core are not responsible +for the quality or security as they relate to those listed here. + +::: diff --git a/docs/learn-more/faq.md b/docs/more/faq.md similarity index 100% rename from docs/learn-more/faq.md rename to docs/more/faq.md diff --git a/docs/learn-more/thanks.md b/docs/more/thanks.md similarity index 100% rename from docs/learn-more/thanks.md rename to docs/more/thanks.md diff --git a/docs/pt-br/more/community-projects.md b/docs/pt-br/more/community-projects.md new file mode 100644 index 00000000..bd6aaa1f --- /dev/null +++ b/docs/pt-br/more/community-projects.md @@ -0,0 +1,16 @@ +# Projects + +Here are some community projects related to `asdf`: + +- [asdf-community](https://github.com/asdf-community): A collaborative, + community-driven project for long-term maintenance of asdf plugins. +- [asdf dev container](https://github.com/iloveitaly/asdf-devcontainer): A + [GitHub Dev Container](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers) + supporting asdf managed tools in GitHub Codespaces. + +::: warning Note + +asdf core do not own these projects or their code. asdf core are not responsible +for the quality or security as they relate to those listed here. + +::: diff --git a/docs/pt-br/learn-more/faq.md b/docs/pt-br/more/faq.md similarity index 100% rename from docs/pt-br/learn-more/faq.md rename to docs/pt-br/more/faq.md diff --git a/docs/pt-br/learn-more/thanks.md b/docs/pt-br/more/thanks.md similarity index 100% rename from docs/pt-br/learn-more/thanks.md rename to docs/pt-br/more/thanks.md diff --git a/docs/zh-hans/more/community-projects.md b/docs/zh-hans/more/community-projects.md new file mode 100644 index 00000000..bd6aaa1f --- /dev/null +++ b/docs/zh-hans/more/community-projects.md @@ -0,0 +1,16 @@ +# Projects + +Here are some community projects related to `asdf`: + +- [asdf-community](https://github.com/asdf-community): A collaborative, + community-driven project for long-term maintenance of asdf plugins. +- [asdf dev container](https://github.com/iloveitaly/asdf-devcontainer): A + [GitHub Dev Container](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers) + supporting asdf managed tools in GitHub Codespaces. + +::: warning Note + +asdf core do not own these projects or their code. asdf core are not responsible +for the quality or security as they relate to those listed here. + +::: diff --git a/docs/zh-hans/learn-more/faq.md b/docs/zh-hans/more/faq.md similarity index 100% rename from docs/zh-hans/learn-more/faq.md rename to docs/zh-hans/more/faq.md diff --git a/docs/zh-hans/learn-more/thanks.md b/docs/zh-hans/more/thanks.md similarity index 100% rename from docs/zh-hans/learn-more/thanks.md rename to docs/zh-hans/more/thanks.md