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

https://github.com/startdusk/tinydoc

一款Golang实现的在线文档系统
https://github.com/startdusk/tinydoc

Last synced: 11 months ago
JSON representation

一款Golang实现的在线文档系统

Awesome Lists containing this project

README

          

# TinyDoc 简介

一款 Golang 实现的在线文档系统,纯粹的文档系统。

开发的原因是市面上的开源文档系统如 [MinDoc](https://github.com/mindoc-org/mindoc) 是一个完整的文档系统,内置项目管理,用户管理,权限管理等功能,对于很多用户来说是开箱即用,但对于部分用户来说,他们所在的公司或团队需要接入自己的项目管理,用户管理,权限管理等功能。所以只保留最核心的文档功能,方便用户接入自己系统。