All Projects → eggjs → doctools

eggjs / doctools

Licence: MIT license
doctools for eggjs

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Less
1899 projects
shell
77523 projects

Projects that are alternatives of or similar to doctools

e-books
IT technical related e-books and PPT information, continuous updating. For those in need, Keep real, peace and love.
Stars: ✭ 470 (+1136.84%)
Mutual labels:  docs
rdme
ReadMe's official CLI and GitHub Action
Stars: ✭ 44 (+15.79%)
Mutual labels:  docs
MAXTouch-docs
Documentation and specifications for M.A.X. Touch built-in scripting system
Stars: ✭ 15 (-60.53%)
Mutual labels:  docs
sphinx-jekyll-builder
sphinx builder that outputs jekyll compatible markdown files with frontmatter
Stars: ✭ 18 (-52.63%)
Mutual labels:  docs
zmon-docs
ZMON Documentation
Stars: ✭ 14 (-63.16%)
Mutual labels:  docs
ExpressionEngine-User-Guide
The source for the HTML ExpressionEngine user guides found at https://docs.expressionengine.com
Stars: ✭ 17 (-55.26%)
Mutual labels:  docs
guides
How we do things at OK GROW!
Stars: ✭ 16 (-57.89%)
Mutual labels:  docs
mongoose-to-swagger
Conversion library for transforming Mongoose schema objects into Swagger schema definitions.
Stars: ✭ 50 (+31.58%)
Mutual labels:  docs
buuk
A simple markdown based documentation generator.
Stars: ✭ 23 (-39.47%)
Mutual labels:  docs
Bootstrap-Docs
Bootstrap 2.x, 3.x Traditional Chinese Docs, Based on ASP.NET MVC 5 Framework, No Continued maintain just open source it.
Stars: ✭ 16 (-57.89%)
Mutual labels:  docs
jpath.ru
Для разработчиков и опытных пользователей Joomla! CMS
Stars: ✭ 15 (-60.53%)
Mutual labels:  docs
guess-js.github.io
The website of Guess.js
Stars: ✭ 16 (-57.89%)
Mutual labels:  docs
frontendpath
A correct path to front-end development.
Stars: ✭ 60 (+57.89%)
Mutual labels:  docs
chappe
🧑‍💻 Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.
Stars: ✭ 132 (+247.37%)
Mutual labels:  docs
Sawo-Docs
Official Repository of SAWO Documentation 📖
Stars: ✭ 18 (-52.63%)
Mutual labels:  docs
bat-zh
🇨🇳翻译: <bat> 一个`cat(1)`克隆与语法高亮和Git集成 ❤️ 校对 ✅
Stars: ✭ 129 (+239.47%)
Mutual labels:  docs
zksync-docs
zkSync documentation
Stars: ✭ 52 (+36.84%)
Mutual labels:  docs
egg-session-redis
redis store for egg session
Stars: ✭ 41 (+7.89%)
Mutual labels:  egg
GMCPAdditions
These are additions to the IRE gmcp documentation
Stars: ✭ 21 (-44.74%)
Mutual labels:  docs
mldocs
Alfred Workflow for TensorFlow, PyTorch, Scikit-learn, NumPy, Pandas, Matplotlib, Statsmodels, Jax, RLLib API Docs
Stars: ✭ 54 (+42.11%)
Mutual labels:  docs

Doctools for Egg.js

NPM version build status Test coverage David deps Known Vulnerabilities NPM download

Feature

  • Document generator using hexo
  • API document generator using jsdoc
  • Deploy to gh-pages
  • Local development
  • Theme for Egg.js

Usage

Installation

npm i egg-doctools --save-dev

Only support egg framework, see structure below

|- index.js
|- docs
|  |- source
|  |  |- _data
|  |  |  |- guide_toc.yml <- toc links
|  |  |  `- menu.yml      <- menu links
|  |  |- en               <- english document
|  |  `- zh-cn            <- chinese document
|  `- _config.yml         <- hexo config
`- package.json

Run doctools build to generate document to ${baseDir}/run/doctools.

Commands

  • doctools build: build document
  • doctools server: local development
  • doctools deploy: deploy to gh-pages

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].