docs: 更新navbar配置

This commit is contained in:
万纯 2021-02-26 18:13:13 +08:00
parent ccb193582b
commit 5704a017f6
4 changed files with 106 additions and 72 deletions

View File

@ -6,76 +6,92 @@ export const zh: NavbarConfig = [
link: '/zh/guide/', link: '/zh/guide/',
}, },
{ {
text: '参考', text: '配置',
children: [ link: '/zh/reference/config',
{
text: 'VuePress',
children: [
'/zh/reference/cli.md',
'/zh/reference/config.md',
'/zh/reference/frontmatter.md',
'/zh/reference/components.md',
'/zh/reference/plugin-api.md',
'/zh/reference/theme-api.md',
],
},
{
text: '打包工具',
children: [
'/zh/reference/bundler/webpack.md',
'/zh/reference/bundler/vite.md',
],
},
{
text: '默认主题',
children: [
'/zh/reference/default-theme/config.md',
'/zh/reference/default-theme/frontmatter.md',
'/zh/reference/default-theme/components.md',
'/zh/reference/default-theme/markdown.md',
],
},
{
text: '官方插件',
link: '/zh/reference/plugin/',
children: [],
},
],
}, },
{ {
text: '了解更多', text: 'API',
children: [ link: '/zh/reference/api',
{
text: '深入',
children: [
'/zh/guide/advanced/markdown.md',
'/zh/guide/advanced/theme.md',
'/zh/guide/advanced/plugin.md',
],
},
{
text: '其他资源',
children: [
'/zh/contributing.md',
{
text: '更新日志',
link:
'https://github.com/vuepress/vuepress-next/blob/main/CHANGELOG.md',
},
{
text: 'Awesome VuePress',
link: 'https://github.com/vuepress/awesome-vuepress',
},
{
text: 'v1 文档',
link: 'https://v1.vuepress.vuejs.org/zh/',
},
{
text: 'v0 文档',
link: 'https://v0.vuepress.vuejs.org/zh/',
},
],
},
],
}, },
{
text: '插件',
link: '/zh/reference/plugin',
},
{
text: 'CLI',
link: '/zh/reference/cli',
},
// {
// text: '参考',
// children: [
// {
// text: 'VuePress',
// children: [
// '/zh/reference/cli.md',
// '/zh/reference/config.md',
// '/zh/reference/frontmatter.md',
// '/zh/reference/components.md',
// '/zh/reference/plugin-api.md',
// '/zh/reference/theme-api.md',
// ],
// },
// {
// text: '打包工具',
// children: [
// '/zh/reference/bundler/webpack.md',
// '/zh/reference/bundler/vite.md',
// ],
// },
// {
// text: '默认主题',
// children: [
// '/zh/reference/default-theme/config.md',
// '/zh/reference/default-theme/frontmatter.md',
// '/zh/reference/default-theme/components.md',
// '/zh/reference/default-theme/markdown.md',
// ],
// },
// {
// text: '官方插件',
// link: '/zh/reference/plugin/',
// children: [],
// },
// ],
// },
// {
// text: '了解更多',
// children: [
// {
// text: '深入',
// children: [
// '/zh/guide/advanced/markdown.md',
// '/zh/guide/advanced/theme.md',
// '/zh/guide/advanced/plugin.md',
// ],
// },
// {
// text: '其他资源',
// children: [
// '/zh/contributing.md',
// {
// text: '更新日志',
// link:
// 'https://github.com/vuepress/vuepress-next/blob/main/CHANGELOG.md',
// },
// {
// text: 'Awesome VuePress',
// link: 'https://github.com/vuepress/awesome-vuepress',
// },
// {
// text: 'v1 文档',
// link: 'https://v1.vuepress.vuejs.org/zh/',
// },
// {
// text: 'v0 文档',
// link: 'https://v0.vuepress.vuejs.org/zh/',
// },
// ],
// },
// ],
// },
] ]

View File

@ -0,0 +1,3 @@
.page
.page-meta, .page-nav, .theme-default-content:not(.custom)
max-width: 800px

View File

@ -13,7 +13,7 @@ features:
- title: Fast - title: Fast
details: Fes内置了路由、开发、构建等并且提供测试、布局、权限、国际化、状态管理、API请求、数据字典、SvgIcon等插件可以满足大部分日常开发需求。 details: Fes内置了路由、开发、构建等并且提供测试、布局、权限、国际化、状态管理、API请求、数据字典、SvgIcon等插件可以满足大部分日常开发需求。
- title: Easy - title: Easy
details: 基于Vue.js 3.0,上手简单。贯彻“约定于配置”思想设计插件上尽可能用约定替代配置同时提供统一的插件配置入口简单简洁又不失灵活。提供一致性的API入口一致化的体验学习起来更轻松。 details: 基于Vue.js 3.0,上手简单。贯彻“约定于配置”思想设计插件上尽可能用约定替代配置同时提供统一的插件配置入口简单简洁又不失灵活。提供一致性的API入口一致化的体验学习起来更轻松。
- title: Strong - title: Strong
details: 只需要关心页面内容,减少犯错的机会!提供单元测试、覆盖测试的能力保障项目质量。 details: 只需要关心页面内容,减少犯错的机会!提供单元测试、覆盖测试的能力保障项目质量。
- title: 可扩展 - title: 可扩展
@ -23,7 +23,7 @@ features:
footer: MIT Licensed | Copyright © 2020-present Webank footer: MIT Licensed | Copyright © 2020-present Webank
--- ---
### 像数 1, 2, 3 一样容易 ## 像数 1, 2, 3 一样容易
<CodeGroup> <CodeGroup>
<CodeGroupItem title="YARN" active> <CodeGroupItem title="YARN" active>
@ -57,7 +57,7 @@ npm run dev
</CodeGroupItem> </CodeGroupItem>
</CodeGroup> </CodeGroup>
### 反馈 ## 反馈
| Github Issue | 微信群 | Fes.js开源运营小助手 | | Github Issue | 微信群 | Fes.js开源运营小助手 |
| --- | --- | --- | | --- | --- | --- |

View File

@ -1,9 +1,24 @@
# 介绍 # 介绍
## 痛点
Fes.js 是一个好用的可扩展的前端应用解决方案。Fes 以 Vue 3.0 和 vue-router 路由为基础的,同时支持配置式路由和约定式路由,保证路由的功能完备,并以此进行功能扩展。然后配以生命周期完善的插件体系,覆盖从源码到构建产物的每个生命周期,支持各种功能扩展和业务需求。
Umi 是蚂蚁金服的底层前端框架,已直接或间接地服务了 3000+ 应用,包括 java、node、H5 无线、离线Hybrid应用、纯前端 assets 应用、CMS 应用等。他已经很好地服务了我们的内部用户,同时希望他也能服务好外部用户。
VuePress 是一个以 Markdown 为中心的静态网站生成器。你可以使用 [Markdown](https://zh.wikipedia.org/wiki/Markdown) 来书写内容(如文档、博客等),然后 VuePress 会帮助你生成一个静态网站来展示它们。 VuePress 是一个以 Markdown 为中心的静态网站生成器。你可以使用 [Markdown](https://zh.wikipedia.org/wiki/Markdown) 来书写内容(如文档、博客等),然后 VuePress 会帮助你生成一个静态网站来展示它们。
VuePress 诞生的初衷是为了支持 Vue.js 及其子项目的文档需求,但是现在它已经在帮助大量用户构建他们的文档、博客和其他静态网站。 VuePress 诞生的初衷是为了支持 Vue.js 及其子项目的文档需求,但是现在它已经在帮助大量用户构建他们的文档、博客和其他静态网站。
## Fes.js 是什么?
- :rocket: __Fast__
- :fireworks: __Easy__
- 💪 __Strong__
## 它是如何工作的? ## 它是如何工作的?
一个 VuePress 站点本质上是一个由 [Vue](https://v3.vuejs.org/) 和 [Vue Router](https://next.router.vuejs.org) 驱动的单页面应用 (SPA)。 一个 VuePress 站点本质上是一个由 [Vue](https://v3.vuejs.org/) 和 [Vue Router](https://next.router.vuejs.org) 驱动的单页面应用 (SPA)。