# docs
**Repository Path**: xihale/docs
## Basic Information
- **Project Name**: docs
- **Description**: 开发文档
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-03-07
- **Last Updated**: 2021-03-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 前言
做这个项目纯属因为无聊...
没什么灵感,做些简单的API
[进入docsify官网](https://docsify.js.org/#/zh-cn/)
# doc文档生成
>第1步:
安装 [node.js](https://xihale.lanzous.com/b01683hpg) \(下载对应版本,密码:xihale\)
>第2步:
按 win+r 打开 ```cmd```
>第3步:换源
```cmd
npm config set registry https://registry.npm.taobao.org
```
>第4步:安装 ```docsify```
```cmd
npm i docsify-cli -g
```
>第5步:初始化 (先创建```docs```文件夹)
```cmd
docsify init ./docs
```
>第6步:搭建临时server
```cmd
docsify serve ./docs
```
>然后就开始写md文件,下面是我自己开发的一些插件
## 插件
>code-copy 复制代码块插件
在```index.html```里加上:
```html
```
# post/get
## md5
| 类名 | 方法 |
| ---- | ---- |
| 地址 | http://xihale.top/api/md5/ |
| 参数 | data |
| 调用方法 | GET/POST |
# JavaScript
# C++