Skip to content
Snippets Groups Projects
Select Git revision
  • 40d3522c8ff04f7b9147f7f1f15df50eb9998ff1
  • master default protected
  • 1.31
  • 4.38.9
  • 4.38.8
  • 4.38.7
  • 4.38.6
  • 4.38.5
  • 4.38.4
  • 4.38.3
  • 4.38.2
  • 4.38.1
  • 4.38.0
  • 4.37.2
  • 4.37.1
  • 4.37.0
  • 4.36.0
  • 4.35.0
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
23 results

package-lock.json

Blame
  • jsdoc.json 2.12 KiB
    {
      "tags": {
        "allowUnknownTags": true
      },
      "source": {
        "include": "packages/monster/source",
        "includePattern": "\\.js$",
        "excludePattern": ""
      },
      "plugins": [
        "plugins/markdown"
      ],
      "opts": {
        "template": "node_modules/clean-jsdoc-theme",
        "encoding": "utf8",
        "destination": "docs/",
        "recurse": true,
        "verbose": true,
        "theme_opts": {
          "theme": "light",
          "title": "Monster",
          "menu": [
            {
              "title": "schukai GmbH",
              "link": "https://www.schukai.com/",
              "target": "_blank"
            },
            {
              "title": "NPM",
              "link": "https://www.npmjs.com/package/@schukai/monster",
              "target": "_blank"
            }
          ],
          "meta": [
            {
              "name": "author",
              "content": "schukai GmbH"
            },
            {
              "name": "description",
              "content": "javascript library for optimal use on fast and flexible pages."
            }
          ],
          "search": false,
          "add_style_path": [
            {
              "href": "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css",
              "integrity": "sha256-djO3wMl9GeaC/u6K+ic4Uj/LKhRUSlUFcsruzS7v5ms=",
              "crossorigin": "anonymous"
            }
          ],
          "add_script_path": [
            {
              "src": "https://code.jquery.com/jquery-3.5.1.js",
              "integrity": "sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=",
              "crossorigin": "anonymous"
            }
          ],
          "footer": "<a href='https://about.schukai.com/de/impressum/'>Imprint</a>",
          "overlay_scrollbar": {
            "options": {
            }
          },
          "resizeable": {
            "navbar": {
              "min": "300",
              "max": "600"
            }
          },
          "codepen": {
            "enable_for": [
              "examples"
            ],
            "options": {
              "title": "awaken the monster in you; javascript library by schukai GmbH",
              "description": "the example ...",
              "editors": "0012"
            }
          }
        }
      },
      "templates": {
        "cleverLinks": true,
        "monospaceLinks": false,
        "default": {
          "outputSourceFiles": false
        }
      }
    }