loopback-component-explorer/test/fixtures/dummy-swagger-ui
Miroslav Bajtoš 2ec096a278 Add an option `uiDirs`
The `uiDirs` option allows users to provide their own set of directories
with UI files, e.g. to provide a custom swagger-ui fork and a custom
set of style/font overrides:

    explorer(app, {
      uiDirs: [
        path.resolve(__dirname, 'public'),
        path.resolve(__dirname, 'node_modules', 'swagger-ui')
      ]
    });

The existing option `swaggerDistRoot` is deprecated now.
2014-10-24 19:24:34 +02:00
..
index.html Add an option `uiDirs` 2014-10-24 19:24:34 +02:00
swagger-ui.js Add an option `uiDirs` 2014-10-24 19:24:34 +02:00