mirror of
https://gitee.com/mao-peng/MangoTestingPlatform.git
synced 2025-12-06 11:59:15 +08:00
删除文件 mango-help
This commit is contained in:
6
mango-help/.gitignore
vendored
6
mango-help/.gitignore
vendored
@@ -1,6 +0,0 @@
|
||||
# Created by .gitignore support plugin (hsz.mobi)
|
||||
.idea/
|
||||
*.pyc
|
||||
*.log
|
||||
.logs/*
|
||||
node_modules/
|
||||
@@ -1,30 +0,0 @@
|
||||
|
||||
|
||||
module.exports = {
|
||||
themeConfig: {
|
||||
sidebar:{
|
||||
// docs文件夹下面的accumulate文件夹 文档中md文件 书写的位置(命名随意)
|
||||
'/accumulate/': [
|
||||
'/accumulate/', // accumulate文件夹的README.md 不是下拉框形式
|
||||
{
|
||||
title: '侧边栏下拉框的标题1',
|
||||
children: [
|
||||
'/accumulate/JS/test', // 以docs为根目录来查找文件
|
||||
// 上面地址查找的是:docs>accumulate>JS>test.md 文件
|
||||
// 自动加.md 每个子选项的标题 是该md文件中的第一个h1/h2/h3标题
|
||||
]
|
||||
}
|
||||
],
|
||||
// docs文件夹下面的algorithm文件夹 这是第二组侧边栏 跟第一组侧边栏没关系
|
||||
'/algorithm/': [
|
||||
'/algorithm/',
|
||||
{
|
||||
title: '第二组侧边栏下拉框的标题1',
|
||||
children: [
|
||||
'/algorithm/simple/test'
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.1 KiB |
@@ -1,14 +0,0 @@
|
||||
---
|
||||
home: true
|
||||
heroImage: /logo.jpg
|
||||
actionText: 快速上手 →
|
||||
actionLink: /zh/guide/
|
||||
features:
|
||||
- title: 简洁至上
|
||||
details: 以 Markdown 为中心的项目结构,以最少的配置帮助你专注于写作。
|
||||
- title: Vue驱动
|
||||
details: 享受 Vue + webpack 的开发体验,在 Markdown 中使用 Vue 组件,同时可以使用 Vue 来开发自定义主题。
|
||||
- title: 高性能
|
||||
details: VuePress 为每个页面预渲染生成静态的 HTML,同时在页面被加载的时候,将作为 SPA 运行。
|
||||
footer: MIT Licensed | Copyright © 2018-present Evan You
|
||||
---
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"name": "mango-help",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"docs:dev": "vuepress dev docs",
|
||||
"docs:build": "vuepress build docs"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"vuepress": "^1.9.10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user