{
  "lwc": {
    "modules": [
      {
        "dir": "$rootDir/node_modules/@omegacrm/lwc-doc-gen/src-lwr/modules"
      },
      {
        "name": "docConfig",
        "path": "/Users/mlaso/Repos/lwc-components-oss/documentation.config.js"
      },
      {
        "dir": "./"
      }
    ]
  },
  "layoutsDir": "$rootDir/node_modules/@omegacrm/lwc-doc-gen/src-lwr/layouts",
  "routes": [
    {
      "id": "example",
      "path": "/",
      "rootComponent": "doc/root",
      "layoutTemplate": "$layoutsDir/main.html",
      "bootstrap": {
        "syntheticShadow": true
      }
    }
  ]
}