Sha256: caf98270566ecdd1421728c326a09f4d6c18a75811ebb18cf9f4ec44f17ddffe
Contents?: true
Size: 524 Bytes
Versions: 24
Compression:
Stored size: 524 Bytes
Contents
const path = require('path'); module.exports = { base: '/urbanopt-reporting-gem/', themeConfig: { navbar: false, sidebar: [ "/", { title: "Schemas", children: [ "/schemas/scenario-schema.md" ] } ] }, chainWebpack: config => { config.module .rule('json') .test(/\.json$/) .use(path.join(__dirname, 'json-schema-deref-loader.js')) .loader(path.join(__dirname, 'json-schema-deref-loader.js')) .end() }, };
Version data entries
24 entries across 24 versions & 1 rubygems