1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 12:01:57 +08:00
Elsio Sanchez 8da6ff7f6d
fix document (#849)
* fix document

* minimal changes

* support to gitter chat

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-14 17:45:17 -04:00

173 lines
4.0 KiB
JavaScript

var EcosystemNav = [
{
textEN: 'Repositories',
textES: 'Repositorios',
textZH: '项目',
items: [
{
text: 'adempiere-vue',
link: 'https://github.com/adempiere/adempiere-vue'
},
{
text: 'vue-admin-template',
link: 'https://github.com/adempiere/vue-admin-template'
},
{
text: 'electron-vue-admin',
link: 'https://github.com/PanJiaChen/electron-vue-admin'
},
{
text: 'vue-typescript-admin-template',
link: 'https://github.com/Armour/vue-typescript-admin-template'
},
{
text: 'awesome-project',
link: 'https://github.com/adempiere/adempiere-vue/issues/2312'
},
{
text: 'vue-countTo',
link: 'https://github.com/adempiere/vue-countTo'
},
{
text: 'vue-split-pane',
link: 'https://github.com/adempiere/vue-split-pane'
},
{
text: 'awesome-bookmarks',
link: 'https://github.com/adempiere/awesome-bookmarks',
type: 'ZH'
}
]
},
{
textEN: 'Help',
textES: 'Ayuda',
textZH: '帮助',
items: [
{
textZH: '国内文档(解决Github.io访问慢的问题)',
link: 'https://adempiere-vue.gitee.io/adempiere-vue-site/zh'
},
{
text: 'Gitter',
textZH: 'Gitter讨论组',
link: 'https://gitter.im/adempiere/adempiere-vue'
},
{
textZH: '作者Blog',
link: 'https://jianshiapp.com/circles/1209',
type: 'ZH'
},
{
textZH: '常见问题',
link: '/guide/other/faq.md',
type: 'ZH'
},
{
textZH: 'QQ群',
link: 'https://github.com/adempiere/adempiere-vue/issues/602',
type: 'ZH'
},
{
textZH: '作者个人微博',
link: 'https://weibo.com/u/3423485724',
type: 'ZH'
},
{
text: 'Changelog',
textES: 'Registro de cambios',
textZH: '更新记录',
link: 'https://github.com/adempiere/adempiere-vue/releases'
}
]
}
]
var BackendNav = [
{
text: 'Backend',
textES: 'Backend',
textZH: '后端整合',
items: [
{
text: 'Java backend integration',
textES: 'Java backend integration',
textZH: 'Java 后端整合',
link:
'https://store.akveo.com/products/vue-java-admin-dashboard-spring?utm_campaign=akveo_store-Vue-Vue_demo%2Fgithub&utm_source=vue_admin&utm_medium=referral&utm_content=vue_featires'
}
]
}
]
var ComponentNav = [
{
text: 'Component',
textES: 'Componente',
textZH: '组件',
items: [
{
text: 'Rich Text Editor',
textES: 'Editor de Texto Enriquecido',
textZH: '富文本',
link: '/feature/component/rich-editor.md'
},
{
text: 'Markdown Editor',
textES: 'Editor de Markdown',
textZH: 'Markdown 编辑器',
link: '/feature/component/markdown-editor.md'
},
{
text: 'Svg Icon',
textES: 'Icono Svg',
textZH: 'Svg Icon 图标',
link: '/feature/component/svg-icon.md'
},
{
text: 'Clipboard',
textES: 'Portapapeles',
textZH: '复制粘贴',
link: '/feature/component/clipboard.md'
},
{
text: 'Excel',
textZH: 'Excel',
link: '/feature/component/excel.md'
},
{
text: 'Pagination',
textES: 'Paginación',
textZH: 'Pagination 分页',
link: '/feature/component/pagination.md'
},
{
text: 'Tree Table',
textES: 'Tabla de Árbol',
textZH: 'Tree Table 树形表格',
link: '/feature/component/tree-table.md'
}
]
},
{
text: 'Script',
items: [
{
text: 'Svgo',
link: '/feature/script/svgo.md'
},
{
text: 'New',
textES: 'Nuevo',
link: '/feature/script/new.md'
}
]
}
]
module.exports = {
EcosystemNav,
ComponentNav,
BackendNav
}