UNPKG

doca

Version:

A CLI tool that scaffolds API documentation based on JSON HyperSchemas.

12 lines (9 loc) 358 B
/* eslint global-require: 0 */ import { fromJS } from 'immutable'; export default fromJS([ // The "getting started" schema provides table-of-contents links // for the sections in src/client/introduction.js. You are free // to customize or remove both the schema and the introduction component. require('./getting-started.json'), ###schemas### ]);