{
  "pluginId": "default",
  "version": "current",
  "label": "Next",
  "isLast": true,
  "docsSidebars": {
    "docs": [
      {
        "type": "link",
        "label": "Installation",
        "href": "/ts-jest/docs/installation"
      },
      {
        "collapsed": true,
        "type": "category",
        "label": "Configuration",
        "items": [
          {
            "type": "link",
            "label": "Presets",
            "href": "/ts-jest/docs/presets"
          },
          {
            "type": "link",
            "label": "Paths mapping",
            "href": "/ts-jest/docs/paths-mapping"
          },
          {
            "type": "link",
            "label": "Options",
            "href": "/ts-jest/docs/options"
          },
          {
            "type": "link",
            "label": "Version checking",
            "href": "/ts-jest/docs/version-checking"
          }
        ]
      },
      {
        "collapsed": true,
        "type": "category",
        "label": "Guides",
        "items": [
          {
            "type": "link",
            "label": "Test helpers",
            "href": "/ts-jest/docs/test-helpers"
          },
          {
            "type": "link",
            "label": "ESM Support",
            "href": "/ts-jest/docs/esm-support"
          },
          {
            "type": "link",
            "label": "Using with React Native",
            "href": "/ts-jest/docs/react-native"
          },
          {
            "type": "link",
            "label": "Troubleshooting",
            "href": "/ts-jest/docs/troubleshooting"
          }
        ]
      },
      {
        "type": "link",
        "label": "Babel7 or TypeScript",
        "href": "/ts-jest/docs/babel7-or-ts"
      },
      {
        "type": "link",
        "label": "Migration from <=23.10",
        "href": "/ts-jest/docs/migration"
      },
      {
        "type": "link",
        "label": "Debugging ts-jest",
        "href": "/ts-jest/docs/debugging"
      },
      {
        "collapsed": true,
        "type": "category",
        "label": "How it works",
        "items": [
          {
            "type": "link",
            "label": "Jest flow",
            "href": "/ts-jest/docs/processing"
          },
          {
            "type": "link",
            "label": "E2E tests flow",
            "href": "/ts-jest/docs/e2e-testing"
          }
        ]
      }
    ]
  },
  "permalinkToSidebar": {
    "/ts-jest/docs/babel7-or-ts": "docs",
    "/ts-jest/docs/debugging": "docs",
    "/ts-jest/docs/e2e-testing": "docs",
    "/ts-jest/docs/esm-support": "docs",
    "/ts-jest/docs/installation": "docs",
    "/ts-jest/docs/migration": "docs",
    "/ts-jest/docs/options": "docs",
    "/ts-jest/docs/paths-mapping": "docs",
    "/ts-jest/docs/presets": "docs",
    "/ts-jest/docs/processing": "docs",
    "/ts-jest/docs/react-native": "docs",
    "/ts-jest/docs/test-helpers": "docs",
    "/ts-jest/docs/troubleshooting": "docs",
    "/ts-jest/docs/version-checking": "docs"
  }
}