docs: 更新文档

This commit is contained in:
fonghehe 2023-01-04 16:27:32 +08:00
parent b402a994d7
commit 0ea5548ce4
6 changed files with 21 additions and 9 deletions

View File

@ -12,9 +12,8 @@ module.exports = {
],
themeConfig: {
nav: nav(),
sidebar: {
"/guide/": menu,
},
sidebar: menu,
socialLinks: [
{ icon: "github", link: "https://github.com/sunniejs/vue-h5-template" },
],

View File

@ -1,6 +1,6 @@
import preface from "./preface";
import vue2 from "./vue2";
import vue3 from "./vue3";
// import question from "./question";
import other from "./other";
export default [preface, vue3, vue2];
export default [preface, vue3, vue2, other];

View File

@ -0,0 +1,6 @@
export default {
text: "其他",
collapsible: true,
collapsed: true,
items: [{ text: "常见问题", link: "/guide/other/" }],
};

View File

@ -1,4 +0,0 @@
export default {
text: "常见问题",
link: "/guide/question",
};

11
docs/guide/other/index.md Normal file
View File

@ -0,0 +1,11 @@
### 1、为什么有多个组件库
本模版想做到的是尽可能的开箱即用,不用去看别的文档引入相关组件库,毕竟做减法比做加法要容易些,如你不需要某个组件库可以根据[这篇指引](/guide/vue3/ui.html)去移除某个组件库
### 2、我可以用在个人或公司的项目吗
模版基于 MIT License,你可以根据自己的需求用到不同的项目里,如果对你有帮助点个 star 支持一下呗 🌟
### 3、我是一个新手有什么好的学习建议吗
过来人的经验就是熟读文档可以少走很多弯路,很多的人文档没读熟就开始动手,出了问题也不知道如何去解决,墙裂建议先把[文档](https://cn.vuejs.org/)熟读