Skip to content

zhiren-dev/zhiren_api_doc

Repository files navigation

API 手册

知人 API 文档

How to build

  1. Clone the repo: git clone [email protected]:mycolorway/zhiren_api_doc.git
  2. cd zhiren_api_doc and bundle install
  3. Setup the server: bundle exec middleman server then open http://localhost:4567
  4. Edit markdown files under source/includes/
  5. Use bundle exec middleman build to build
  6. If add new doc file then add file name to includes section in the index.html.md
  7. Push or make a PR 🎉