/exment-manual

For exment manual page

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Exment Manual

This is manual repository for Exment. Please check this repository if you want to interest Exment.

How to debug manual

this manual uses docsify

  • Install node.js

  • Install docsify-cli

npm i docsify-cli -g
  • Clone this repository

  • Execute this command on root directory

docsify serve docs

How to make WebAPI

We use redoc-cli and Stoplight Studio to make WebAPI reference.

  • Install node.js

  • Install Stoplight Studio.

  • Install redoc-cli

  • Create html page. Execute this command on root directory

redoc-cli bundle reference/webapi/ja/yaml/webapi.v1.yaml -o reference/webapi/ja/webapi.html
redoc-cli bundle reference/webapi/en/yaml/webapi.v1.yaml -o reference/webapi/en/webapi.html