1.0.4 • Published 10 years ago

ymagyn_api_doc v1.0.4

Weekly downloads
1
License
-
Repository
-
Last release
10 years ago

Ymagyn API Docs

Grunt task form docs.ymagyn.io

Version

1.0.3

Installation

git clone git@github.com:YmagynSAS/ApiBoostrap.git MyApiDocs
cd MyApiDocs
npm install
grunt init

Configuration

Configure api.json by setting "baseUrl" and "deploy_url" according to your configuration.

{
    "baseUrl": "http://MY-BASE-API-APTH/",
    "deployUrl": "http://MY-DOC-URL/",
    "version": 1
}

Build

grunt build