asdf/docs/.vitepress/sidebars.ts
2023-06-18 16:24:47 +10:00

338 lines
8.3 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const en = [
{
text: "Guide",
collapsed: false,
items: [
{ text: "What is asdf?", link: "/guide/introduction" },
{ text: "Getting Started", link: "/guide/getting-started" },
],
},
{
text: "Usage",
collapsed: false,
items: [
{ text: "Core", link: "/manage/core" },
{ text: "Plugins", link: "/manage/plugins" },
{ text: "Versions", link: "/manage/versions" },
],
},
{
text: "Reference",
collapsed: false,
items: [
{ text: "Configuration", link: "/manage/configuration" },
{ text: "All Commands", link: "/manage/commands" },
{
text: "Plugin Shortname Index",
link: "https://github.com/asdf-vm/asdf-plugins",
},
],
},
{
text: "Plugins",
collapsed: true,
items: [
{
text: "Authors",
items: [
{ text: "Create a Plugin", link: "/plugins/create" },
{
text: "GitHub Plugin Template",
link: "https://github.com/asdf-vm/asdf-plugin-template",
},
],
},
{
text: "First Party Plugins",
items: [
{
text: "Elixir",
link: "https://github.com/asdf-vm/asdf-elixir",
},
{
text: "Erlang",
link: "https://github.com/asdf-vm/asdf-erlang",
},
{
text: "Node.js",
link: "https://github.com/asdf-vm/asdf-nodejs",
},
{
text: "Ruby",
link: "https://github.com/asdf-vm/asdf-ruby",
},
],
},
{
text: "Community Plugins",
items: [
{
text: "asdf-community",
link: "https://github.com/asdf-community",
},
{
text: "GitHub Topics Search",
link: "https://github.com/topics/asdf-plugin",
},
],
},
],
},
{
text: "Questions",
collapsed: true,
items: [
{ text: "FAQ", link: "/more/faq" },
{
text: "GitHub Issues",
link: "https://github.com/asdf-vm/asdf/issues",
},
{
text: "Stack Overflow Tag",
link: "https://stackoverflow.com/questions/tagged/asdf-vm",
},
],
},
{
text: "Contribute",
collapsed: true,
items: [
{ text: "Core asdf", link: "/contribute/core" },
{ text: "Documentation", link: "/contribute/documentation" },
{
text: "First-Party Plugins",
link: "/contribute/first-party-plugins",
},
{ text: "GitHub Actions", link: "/contribute/github-actions" },
],
},
{ text: "Community Projects", link: "/more/community-projects" },
{ text: "Thanks", link: "/more/thanks" },
];
const pt_br = [
{
text: "Guia",
collapsed: false,
items: [
{ text: "O que é asdf?", link: "/pt-br/guide/introduction" },
{ text: "Começar", link: "/pt-br/guide/getting-started" },
],
},
{
text: "Uso",
collapsed: false,
items: [
{ text: "Essencial", link: "/pt-br/manage/core" },
{ text: "Plugins", link: "/pt-br/manage/plugins" },
{ text: "Versões", link: "/pt-br/manage/versions" },
],
},
{
text: "Referência",
collapsed: false,
items: [
{ text: "Configuração", link: "/pt-br/manage/configuration" },
{ text: "Todos os comandos", link: "/pt-br/manage/commands" },
{
text: "Plugin Shortname Index",
link: "https://github.com/asdf-vm/asdf-plugins",
},
],
},
{
text: "Plugins",
collapsed: true,
items: [
{
text: "Autoria",
items: [
{ text: "Criar um plug-in", link: "/pt-br/plugins/create" },
{
text: "GitHub Plugin Template",
link: "https://github.com/asdf-vm/asdf-plugin-template",
},
],
},
{
text: "Plug-ins Próprios",
items: [
{
text: "Elixir",
link: "https://github.com/asdf-vm/asdf-elixir",
},
{
text: "Erlang",
link: "https://github.com/asdf-vm/asdf-erlang",
},
{
text: "Node.js",
link: "https://github.com/asdf-vm/asdf-nodejs",
},
{
text: "Ruby",
link: "https://github.com/asdf-vm/asdf-ruby",
},
],
},
{
text: "Plug-ins da Comunidade",
items: [
{
text: "asdf-community",
link: "https://github.com/asdf-community",
},
{
text: "GitHub Topics Search",
link: "https://github.com/topics/asdf-plugin",
},
],
},
],
},
{
text: "Questões",
collapsed: true,
items: [
{ text: "Perguntas Frequentes", link: "/pt-br/more/faq" },
{
text: "GitHub Issues",
link: "https://github.com/asdf-vm/asdf/issues",
},
{
text: "Stack Overflow Tag",
link: "https://stackoverflow.com/questions/tagged/asdf-vm",
},
],
},
{
text: "Contribute",
collapsed: true,
items: [
{ text: "Essencial asdf", link: "/pt-br/contribute/core" },
{ text: "Documentação", link: "/pt-br/contribute/documentation" },
{
text: "Plug-ins Próprios",
link: "/pt-br/contribute/first-party-plugins",
},
{ text: "GitHub Actions", link: "/pt-br/contribute/github-actions" },
],
},
{ text: "Projetos Comunitários", link: "/pt-br/more/community-projects" },
{ text: "Créditos", link: "/pt-br/more/thanks" },
];
const zh_hans = [
{
text: "指导",
collapsed: false,
items: [
{ text: "什么是asdf", link: "/zh-hans/guide/introduction" },
{ text: "快速入门", link: "/zh-hans/guide/getting-started" },
],
},
{
text: "用法",
collapsed: false,
items: [
{ text: "核心", link: "/zh-hans/manage/core" },
{ text: "插件", link: "/zh-hans/manage/plugins" },
{ text: "版本", link: "/zh-hans/manage/versions" },
],
},
{
text: "参考",
collapsed: false,
items: [
{ text: "配置", link: "/zh-hans/manage/configuration" },
{ text: "所有命令", link: "/zh-hans/manage/commands" },
{
text: "插件缩写索引",
link: "https://github.com/asdf-vm/asdf-plugins",
},
],
},
{
text: "插件",
collapsed: true,
items: [
{
text: "成为作者",
items: [
{ text: "创建插件", link: "/zh-hans/plugins/create" },
{
text: "GitHub 插件模板",
link: "https://github.com/asdf-vm/asdf-plugin-template",
},
],
},
{
text: "官方插件",
items: [
{
text: "Elixir",
link: "https://github.com/asdf-vm/asdf-elixir",
},
{
text: "Erlang",
link: "https://github.com/asdf-vm/asdf-erlang",
},
{
text: "Node.js",
link: "https://github.com/asdf-vm/asdf-nodejs",
},
{
text: "Ruby",
link: "https://github.com/asdf-vm/asdf-ruby",
},
],
},
{
text: "社区插件",
items: [
{
text: "asdf-community",
link: "https://github.com/asdf-community",
},
{
text: "GitHub 主题搜索",
link: "https://github.com/topics/asdf-plugin",
},
],
},
],
},
{
text: "问题",
collapsed: true,
items: [
{ text: "经常问的问题", link: "/zh-hans/more/faq" },
{
text: "GitHub Issues",
link: "https://github.com/asdf-vm/asdf/issues",
},
{
text: "Stack Overflow Tag",
link: "https://stackoverflow.com/questions/tagged/asdf-vm",
},
],
},
{
text: "如何贡献",
collapsed: true,
items: [
{ text: "核心", link: "/zh-hans/contribute/core" },
{ text: "文档", link: "/zh-hans/contribute/documentation" },
{
text: "官方插件",
link: "/zh-hans/contribute/first-party-plugins",
},
{ text: "GitHub Actions", link: "/zh-hans/contribute/github-actions" },
],
},
{ text: "社区项目", link: "/zh-hans/more/community-projects" },
{ text: "致谢", link: "/zh-hans/more/thanks" },
];
export { en, pt_br, zh_hans };