Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.32 KB

For more information about the DINA Project, please visit the DINA wiki.

Authors

  • DINA International consortium - Technical Committee
  • DINA team at NRM

DINA Guidelines

Guidelines in Blueprint format

The .apib format is a markdown format that allows for various tooling. A Makefile is provided that for example can be used to render and validate guidelines written in API Blueprint format.

Usage:

# validate, generate report and HTML versions
make APIB=DINA-Web-API-Guidelines.apib

# run tests
make APIB=DINA-Web-API-Guidelines.apib test

# clean up
make down
make clean

Links