mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
docs: community section w projects (#1390)
This commit is contained in:
parent
d80d74ca69
commit
33bc2e0738
@ -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"],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
16
docs/more/community-projects.md
Normal file
16
docs/more/community-projects.md
Normal file
@ -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.
|
||||
|
||||
:::
|
16
docs/pt-br/more/community-projects.md
Normal file
16
docs/pt-br/more/community-projects.md
Normal file
@ -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.
|
||||
|
||||
:::
|
16
docs/zh-hans/more/community-projects.md
Normal file
16
docs/zh-hans/more/community-projects.md
Normal file
@ -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.
|
||||
|
||||
:::
|
Loading…
Reference in New Issue
Block a user