An open API service indexing awesome lists of open source software.

https://github.com/met-moon/write-doc

A document writer 一个使用markdown编写文档的工具
https://github.com/met-moon/write-doc

api-documentation documentation-generator markdown-writer php-document write-doc

Last synced: 14 days ago
JSON representation

A document writer 一个使用markdown编写文档的工具

Awesome Lists containing this project

README

          

# WriteDoc
[English](./README.md)

[![Actions Status](https://github.com/heropoo/write-doc/workflows/Build/badge.svg)](https://github.com/heropoo/write-doc/actions)
[![Latest Stable Version](https://poser.pugx.org/write-doc/write-doc/v/stable)](https://packagist.org/packages/write-doc/write-doc)
[![Total Downloads](https://poser.pugx.org/write-doc/write-doc/downloads)](https://packagist.org/packages/write-doc/write-doc)
[![License](https://poser.pugx.org/write-doc/write-doc/license)](https://packagist.org/packages/write-doc/write-doc)

## 示例
- [示例1](https://met-moon.github.io/write-doc/demo)
- [示例2](https://met-moon.github.io/write-doc/demo2)

## 安装
通过composer安装
```
composer require write-doc/write-doc
```

## 使用
```
php builder.php demo
```

## 特性
* 使用markdown语法编写文档,API文档编写更简易
* 自动生成链接目录
* 自动生成链接跳转的锚点
* 使用`j`和`k`快捷键在api间快速跳转