1 Star 1 Fork 0

mouyong / 文档站

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

添加文档

# 添加
git subtree add -P vitepress-docs/ https://ghproxy.com/https://github.com/mouyong/vitepress-doc-website.git master

# 拉取更新
git subtree pull -P vitepress-docs/ https://ghproxy.com/https://github.com/mouyong/vitepress-doc-website.git master

# 安装依赖
cd vitepress-docs/
yarn install

# 编写文档
yarn docs:dev

# 生成静态文件
yarn docs:build

子目录部署

nginx 配置

location /docs/ {
  try_files $uri $uri/ $uri.html;
}

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
TypeScript
1
https://gitee.com/github-mouyong/vitepress-doc-website.git
git@gitee.com:github-mouyong/vitepress-doc-website.git
github-mouyong
vitepress-doc-website
文档站
master

搜索帮助