ci/cd
continuous-integration/drone/push Build is failing Details

This commit is contained in:
clay 2022-11-03 15:42:39 +08:00
parent 25e06b13d6
commit 4407dafb0b
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ module.exports = {
nav:
[
{text: "首页", link: "/"},
{text: "指南", link: "/guide/"},
{text: "指南", link: "/wiki/"},
// {
// text: "选择语言",
// items: [
@ -32,14 +32,14 @@ module.exports = {
sidebar: [
{
title: '文档',
collapsable: false,
collapsable: true,
children: [
'/wiki/',
{
title: '介绍',
collapsable: true,
children: [
'/second/introduce/'
'/wiki/introduce/'
]
}
] // 根据自己的需求来订对应自己在docs下的文件夹名默认首页是README.md

View File

@ -2,7 +2,7 @@
home: true
heroImage: /logo.png
actionText: 快速上手 →
actionLink: /guide/
actionLink: /wiki/
features:
- title: 简洁至上
details: 以 Markdown 为中心的项目结构,以最少的配置帮助你专注于写作。