提交 redstar-product-doc

This commit is contained in:
peanut 2021-07-23 11:49:12 +08:00
parent bf58ba3616
commit 2a9ee98b7f
4 changed files with 1576 additions and 6 deletions

View File

@ -1,5 +1,5 @@
module.exports = {
base: '/book/product/', // 简单说如下配置就会让你的项目的路径从 `https://domain.com/` 变成 `https://domain.com/base/`
base: '/book/', // 简单说如下配置就会让你的项目的路径从 `https://domain.com/` 变成 `https://domain.com/base/`
lang: 'zh-CN', // 页面 HTML 的 lang 属性 `<html lang="en-US">`
title: '产品需求', // 页面标题,也会显示在 navbar 上
description: '产品需求文档', // 渲染成页面的 `<meta name="description" content="A VitePress site">`

View File

@ -3,7 +3,7 @@ home: true
heroText: 产品需求
tagline: 让需求更简洁
actionText: 开始学习
actionLink: /book/product/
actionLink: /product/
features:
footer: MIT Licensed | 版权所有 © 2021-现在 花生

File diff suppressed because it is too large Load Diff

View File

@ -2,10 +2,10 @@
"devDependencies": {
"vitepress": "^0.14.0"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"dependencies": {
"patch-vue-directive-ssr": "0.0.1"