开源实例之Codedoc
前言
CODEDOC is an open-source tool that helps you with creating beautiful and modern software documentation. It creates a JAMStack app from your markdown files that you can easily deploy on services such as GitHub Pages.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Node.js 16 |
服务器 | Nginx |
程序 | Codedoc 0.3.0 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
- 已安装 Nginx
安装程序
官网地址:https://codedoc.cc
仓库地址:https://github.com/CONNECT-platform/codedoc
#安装 Codedoc
npm i -g @codedoc/cli
#创建项目
mkdir doc
cd doc
codedoc init
#生成静态文件
codedoc build
实例体验
后记
本实例仅供参考,不定期重置数据。