docs: community section w projects (#1390)

This commit is contained in:
James Hegedus 2022-12-23 17:48:49 +11:00 committed by GitHub
parent d80d74ca69
commit 33bc2e0738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 94 additions and 11 deletions

View File

@ -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"],
},
],
},

View 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.
:::

View 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.
:::

View 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.
:::