/openapi

An OpenAPI presentation about customizing generators

Extending OpenAPI

This presentation is written using asciidoctor with the reveal.js convertor.

Building the presentation

First install the dependencies with npm install.

Two utility scripts are included in the package.json :

  • npm run build:watch : starts a build demon with the nodemon watchdog
  • npm start : runs a local server for serving generated files

The generated presentation is contained in index.html file. It also needs some files from node_modules, like stylesheets, library javascript, etc.

Links