This is manual repository for Exment. Please check this repository if you want to interest Exment.
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
- Show http://localhost:3000 on browser.
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