[
  {
    "id": "ember-cli-addon-docs/keyboard-config",
    "file": "ember-cli-addon-docs/keyboard-config",
    "functions": [
      {
        "name": "formElementHasFocus",
        "description": null,
        "lineNumber": 3,
        "access": "public",
        "tags": [],
        "file": "ember-cli-addon-docs/keyboard-config",
        "returns": null,
        "params": [],
        "isAsync": false,
        "isGenerator": false,
        "exportType": "named"
      }
    ],
    "variables": [],
    "classes": [],
    "components": []
  },
  {
    "id": "ember-cli-addon-docs/components/docs-demo/component",
    "file": "ember-cli-addon-docs/components/docs-demo/component",
    "functions": [],
    "variables": [],
    "classes": [],
    "components": [
      {
        "id": "ember-cli-addon-docs/components/docs-demo/component~DocsDemo",
        "name": "DocsDemo",
        "file": "ember-cli-addon-docs/components/docs-demo/component",
        "description": "<div class=\"docs-md\"><p>A demo component that can be used to demonstrate code samples. Comes\nwith built in snippet handling, so you don&#39;t have to write code twice!</p>\n<pre class=\"docs-md__code\"><code class=\"undefinedhbs\"><span class=\"xml\"></span><span class=\"hljs-template-tag\">{{#<span class=\"hljs-name\">docs-demo</span> as |demo|}}</span><span class=\"xml\">\n  </span><span class=\"hljs-template-tag\">{{#<span class=\"hljs-name\">demo.example</span> name='docs-demo-basic.hbs'}}</span><span class=\"xml\">\n    <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">p</span>&gt;</span>I am a <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">strong</span>&gt;</span>handlebars<span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">strong</span>&gt;</span> template!<span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">p</span>&gt;</span>\n    <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">p</span>&gt;</span>The value is: </span><span class=\"hljs-template-variable\">{{val}}</span><span class=\"xml\"><span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">p</span>&gt;</span>\n    <span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">div</span>&gt;</span>\n      </span><span class=\"hljs-template-variable\">{{input value=val}}</span><span class=\"xml\">\n    <span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">div</span>&gt;</span>\n  </span><span class=\"hljs-template-tag\">{{/<span class=\"hljs-name\">demo.example</span>}}</span><span class=\"xml\">\n\n  </span><span class=\"hljs-template-variable\">{{demo.snippet 'docs-demo-basic.hbs'}}</span><span class=\"xml\">\n</span><span class=\"hljs-template-tag\">{{/<span class=\"hljs-name\">docs-demo</span>}}</span><span class=\"xml\"></span></code></pre></div>",
        "lineNumber": 6,
        "access": "public",
        "tags": [],
        "isInterface": false,
        "exportType": "default",
        "decorators": [],
        "fields": [
          {
            "name": "snippetRegistrations",
            "file": "ember-cli-addon-docs/components/docs-demo/component",
            "description": "<div class=\"docs-md\"><p>The snippets registered with this demo component</p></div>",
            "lineNumber": 40,
            "access": "public",
            "tags": [],
            "type": "Array<Object>",
            "isStatic": false,
            "decorators": []
          }
        ],
        "methods": [
          {
            "name": "defaultsFromName",
            "file": "ember-cli-addon-docs/components/docs-demo/component",
            "description": "<div class=\"docs-md\"><p>Returns the default label and language based on snippet file name</p></div>",
            "lineNumber": 72,
            "access": "public",
            "tags": [],
            "returns": {
              "type": "object",
              "description": "",
              "properties": []
            },
            "params": [
              {
                "name": "name",
                "type": "string",
                "description": ""
              }
            ],
            "isAsync": false,
            "isGenerator": false,
            "isStatic": false,
            "decorators": []
          },
          {
            "name": "registerSnippet",
            "file": "ember-cli-addon-docs/components/docs-demo/component",
            "description": "<div class=\"docs-md\"><p>Registers snippets with the demo component and sets it to the active\nsnippet if it&#39;s the only one</p></div>",
            "lineNumber": 108,
            "access": "public",
            "tags": [
              {
                "name": "action",
                "value": ""
              }
            ],
            "returns": null,
            "params": [
              {
                "name": "snippet",
                "type": "object",
                "description": ""
              }
            ],
            "isAsync": false,
            "isGenerator": false,
            "isStatic": false,
            "decorators": []
          },
          {
            "name": "selectSnippet",
            "file": "ember-cli-addon-docs/components/docs-demo/component",
            "description": "<div class=\"docs-md\"><p>Sets the active snippet</p></div>",
            "lineNumber": 123,
            "access": "public",
            "tags": [
              {
                "name": "action",
                "value": ""
              }
            ],
            "returns": null,
            "params": [
              {
                "name": "snippet",
                "type": "object",
                "description": ""
              }
            ],
            "isAsync": false,
            "isGenerator": false,
            "isStatic": false,
            "decorators": []
          }
        ],
        "accessors": [
          {
            "name": "snippets",
            "file": "ember-cli-addon-docs/components/docs-demo/component",
            "description": "<div class=\"docs-md\"><p>The finalized snippets complete with name (or default), language,\nand whether or not it is active.</p></div>",
            "lineNumber": 48,
            "access": "private",
            "tags": [
              {
                "name": "readonly",
                "value": ""
              }
            ],
            "type": "Array<Object>",
            "isStatic": false,
            "decorators": [],
            "hasGetter": true,
            "hasSetter": false
          }
        ],
        "parentClassId": null,
        "arguments": [],
        "yields": [
          {
            "name": "demo",
            "type": "Hash",
            "description": ""
          },
          {
            "name": "demo.example",
            "type": "Component",
            "description": ""
          },
          {
            "name": "demo.snippet",
            "type": "Component",
            "description": ""
          },
          {
            "name": "demo.liveExample",
            "type": "Component",
            "description": ""
          }
        ]
      }
    ]
  },
  {
    "id": "ember-cli-addon-docs/components/docs-header/component",
    "file": "ember-cli-addon-docs/components/docs-header/component",
    "functions": [],
    "variables": [],
    "classes": [],
    "components": [
      {
        "id": "ember-cli-addon-docs/components/docs-header/component~DocsHeader",
        "name": "DocsHeader",
        "file": "ember-cli-addon-docs/components/docs-header/component",
        "description": "<div class=\"docs-md\"><p>Render a header showing a link to your documentation, your project logo, a\nsearch bar, and a link to your repo on GitHub.</p>\n<p>Yields a <code>link</code> contextual component which can be used to add additional\nheader links.</p>\n<pre class=\"docs-md__code\"><code class=\"undefinedhbs\"><span class=\"xml\"></span><span class=\"hljs-template-tag\">{{#<span class=\"hljs-name\">docs-header</span> as |header|}}</span><span class=\"xml\">\n  </span><span class=\"hljs-template-tag\">{{#<span class=\"hljs-name\">header.link</span> 'sandbox'}}</span><span class=\"xml\">\n    Sandbox\n  </span><span class=\"hljs-template-tag\">{{/<span class=\"hljs-name\">header.link</span>}}</span><span class=\"xml\">\n</span><span class=\"hljs-template-tag\">{{/<span class=\"hljs-name\">docs-header</span>}}</span><span class=\"xml\"></span></code></pre></div>",
        "lineNumber": 12,
        "access": "public",
        "tags": [],
        "isInterface": false,
        "exportType": "default",
        "decorators": [],
        "fields": [],
        "methods": [],
        "accessors": [],
        "parentClassId": null,
        "arguments": [
          {
            "name": "prefix",
            "file": "ember-cli-addon-docs/components/docs-header/component",
            "description": "<div class=\"docs-md\"><p>The prefix of your project, typically &quot;Ember&quot;, &quot;EmberCLI&quot; or &quot;EmberData&quot;.</p>\n<p>By default the prefix will be autodiscovered from the <code>name</code> field of your addon&#39;s package.json.</p>\n<pre class=\"docs-md__code\"><code class=\"undefinedhbs\"><span class=\"xml\"></span><span class=\"hljs-template-variable\">{{docs-header prefix='EmberData'}}</span><span class=\"xml\"></span></code></pre></div>",
            "lineNumber": 49,
            "access": "public",
            "tags": [],
            "type": "String?",
            "isStatic": false,
            "decorators": []
          },
          {
            "name": "name",
            "file": "ember-cli-addon-docs/components/docs-header/component",
            "description": "<div class=\"docs-md\"><p>The name of your project (without the &quot;ember&quot;, &quot;ember-cli&quot; or &quot;ember-data&quot; prefix).</p>\n<p>By default the name will be autodiscovered from the <code>name</code> field of your addon&#39;s package.json.</p>\n<pre class=\"docs-md__code\"><code class=\"undefinedhbs\"><span class=\"xml\"></span><span class=\"hljs-template-variable\">{{docs-header name='MyProject'}}</span><span class=\"xml\"></span></code></pre></div>",
            "lineNumber": 63,
            "access": "public",
            "tags": [],
            "type": "String?",
            "isStatic": false,
            "decorators": []
          }
        ],
        "yields": [
          {
            "name": "header",
            "type": "Hash",
            "description": ""
          },
          {
            "name": "header.link",
            "type": "Component",
            "description": ""
          }
        ]
      }
    ]
  },
  {
    "id": "ember-cli-addon-docs/components/docs-hero/component",
    "file": "ember-cli-addon-docs/components/docs-hero/component",
    "functions": [],
    "variables": [],
    "classes": [],
    "components": [
      {
        "id": "ember-cli-addon-docs/components/docs-hero/component~DocsHero",
        "name": "DocsHero",
        "file": "ember-cli-addon-docs/components/docs-hero/component",
        "description": "<div class=\"docs-md\"><p>A component that renders a hero banner. Useful for your docs site&#39;s homepage.</p>\n<pre class=\"docs-md__code\"><code class=\"undefinedhbs\"><span class=\"xml\"></span><span class=\"hljs-template-variable\">{{docs-hero\n  prefix='Ember'\n  headding='SuperAddon'\n  byline='The best addon ever. Now playing <span class=\"hljs-builtin-name\">in</span> theaters.'}}</span><span class=\"xml\"></span></code></pre></div>",
        "lineNumber": 8,
        "access": "public",
        "tags": [],
        "isInterface": false,
        "exportType": "default",
        "decorators": [],
        "fields": [],
        "methods": [],
        "accessors": [],
        "parentClassId": null,
        "arguments": [
          {
            "name": "logo",
            "file": "ember-cli-addon-docs/components/docs-hero/component",
            "description": "<div class=\"docs-md\"><p>The prefix to show, tyipcally of: &#39;Ember&#39;, &#39;EmberCLI&#39;, or &#39;EmberData&#39;</p></div>",
            "lineNumber": 25,
            "access": "public",
            "tags": [],
            "type": "String",
            "isStatic": false,
            "decorators": []
          },
          {
            "name": "heading",
            "file": "ember-cli-addon-docs/components/docs-hero/component",
            "description": "<div class=\"docs-md\"><p>The logo&#39;s main heading</p></div>",
            "lineNumber": 33,
            "access": "public",
            "tags": [],
            "type": "String",
            "isStatic": false,
            "decorators": []
          },
          {
            "name": "byline",
            "file": "ember-cli-addon-docs/components/docs-hero/component",
            "description": "<div class=\"docs-md\"><p>Byline for the logo</p></div>",
            "lineNumber": 41,
            "access": "public",
            "tags": [],
            "type": "String",
            "isStatic": false,
            "decorators": []
          }
        ],
        "yields": []
      }
    ]
  },
  {
    "id": "ember-cli-addon-docs/components/docs-keyboard-shortcuts/component",
    "file": "ember-cli-addon-docs/components/docs-keyboard-shortcuts/component",
    "functions": [],
    "variables": [],
    "classes": [],
    "components": [
      {
        "id": "ember-cli-addon-docs/components/docs-keyboard-shortcuts/component~DocsKeyboardShortcuts",
        "name": "DocsKeyboardShortcuts",
        "file": "ember-cli-addon-docs/components/docs-keyboard-shortcuts/component",
        "description": "<div class=\"docs-md\"><p>A component that enables keyboard shortcuts. Press &#39;?&#39; to toggle the keyboard shortcuts dialog.</p></div>",
        "lineNumber": 9,
        "access": "public",
        "tags": [],
        "isInterface": false,
        "exportType": "default",
        "decorators": [],
        "fields": [],
        "methods": [],
        "accessors": [],
        "parentClassId": null,
        "arguments": [],
        "yields": []
      }
    ]
  },
  {
    "id": "ember-cli-addon-docs/components/docs-link/component",
    "file": "ember-cli-addon-docs/components/docs-link/component",
    "functions": [],
    "variables": [],
    "classes": [],
    "components": [
      {
        "id": "ember-cli-addon-docs/components/docs-link/component~DocsLink",
        "name": "DocsLink",
        "file": "ember-cli-addon-docs/components/docs-link/component",
        "description": "<div class=\"docs-md\"><p>Just a styled subclass of LinkComponent. Comes in handy when rending links in Markdown templates:</p>\n<pre class=\"docs-md__code\"><code class=\"undefinedmd\">Here I am, telling you about {{docs-link &#39;another page&#39; &#39;docs.x-foo&#39;}}</code></pre></div>",
        "lineNumber": 3,
        "access": "public",
        "tags": [],
        "isInterface": false,
        "exportType": "default",
        "decorators": [],
        "fields": [],
        "methods": [],
        "accessors": [],
        "parentClassId": null,
        "arguments": [],
        "yields": []
      }
    ]
  },
  {
    "id": "ember-cli-addon-docs/components/docs-logo/component",
    "file": "ember-cli-addon-docs/components/docs-logo/component",
    "functions": [],
    "variables": [],
    "classes": [],
    "components": [
      {
        "id": "ember-cli-addon-docs/components/docs-logo/component~DocsLogo",
        "name": "DocsLogo",
        "file": "ember-cli-addon-docs/components/docs-logo/component",
        "description": "<div class=\"docs-md\"><p>A simple component to render an Ember, Ember CLI or Ember Data logo.</p></div>",
        "lineNumber": 6,
        "access": "public",
        "tags": [],
        "isInterface": false,
        "exportType": "default",
        "decorators": [],
        "fields": [],
        "methods": [],
        "accessors": [],
        "parentClassId": null,
        "arguments": [
          {
            "name": "logo",
            "file": "ember-cli-addon-docs/components/docs-logo/component",
            "description": "<div class=\"docs-md\"><p>Render either the &#39;ember&#39;, &#39;ember-cli&#39; or &#39;ember-data&#39; logo:</p>\n<pre class=\"docs-md__code\"><code class=\"undefinedhandlebars\"><span class=\"xml\"></span><span class=\"hljs-template-variable\">{{docs-logo logo='ember'}}</span><span class=\"xml\">\n</span><span class=\"hljs-template-variable\">{{docs-logo logo='ember-cli'}}</span><span class=\"xml\">\n</span><span class=\"hljs-template-variable\">{{docs-logo logo='ember-data'}}</span><span class=\"xml\"></span></code></pre></div>",
            "lineNumber": 16,
            "access": "public",
            "tags": [],
            "type": "String",
            "isStatic": false,
            "decorators": []
          }
        ],
        "yields": []
      }
    ]
  },
  {
    "id": "ember-cli-addon-docs/components/docs-snippet/component",
    "file": "ember-cli-addon-docs/components/docs-snippet/component",
    "functions": [],
    "variables": [],
    "classes": [],
    "components": [
      {
        "id": "ember-cli-addon-docs/components/docs-snippet/component~DocsSnippet",
        "name": "DocsSnippet",
        "file": "ember-cli-addon-docs/components/docs-snippet/component",
        "description": "<div class=\"docs-md\"><p>A snippet component for demonstrating some code</p>\n<pre class=\"docs-md__code\"><code class=\"undefinedhbs\"><span class=\"xml\"></span><span class=\"hljs-template-variable\">{{docs-snippet name=snippet.name unindent=true language=snippet.language}}</span><span class=\"xml\"></span></code></pre></div>",
        "lineNumber": 6,
        "access": "public",
        "tags": [],
        "isInterface": false,
        "exportType": "default",
        "decorators": [],
        "fields": [],
        "methods": [],
        "accessors": [],
        "parentClassId": null,
        "arguments": [
          {
            "name": "name",
            "file": "ember-cli-addon-docs/components/docs-snippet/component",
            "description": "<div class=\"docs-md\"><p>The name of the snippet</p></div>",
            "lineNumber": 20,
            "access": "public",
            "tags": [],
            "type": "String?",
            "isStatic": false,
            "decorators": []
          },
          {
            "name": "language",
            "file": "ember-cli-addon-docs/components/docs-snippet/component",
            "description": "<div class=\"docs-md\"><p>The language of the snippet</p></div>",
            "lineNumber": 28,
            "access": "public",
            "tags": [],
            "type": "String?",
            "isStatic": false,
            "decorators": []
          },
          {
            "name": "title",
            "file": "ember-cli-addon-docs/components/docs-snippet/component",
            "description": "<div class=\"docs-md\"><p>The title of the snippet</p></div>",
            "lineNumber": 36,
            "access": "public",
            "tags": [],
            "type": "String?",
            "isStatic": false,
            "decorators": []
          },
          {
            "name": "showCopy",
            "file": "ember-cli-addon-docs/components/docs-snippet/component",
            "description": "<div class=\"docs-md\"><p>Whether or not to show the copy button for this snippet</p></div>",
            "lineNumber": 44,
            "access": "public",
            "tags": [],
            "type": "Boolean",
            "isStatic": false,
            "decorators": []
          },
          {
            "name": "unindent",
            "file": "ember-cli-addon-docs/components/docs-snippet/component",
            "description": "<div class=\"docs-md\"><p>Whether or not the snippet should be unindented</p></div>",
            "lineNumber": 52,
            "access": "public",
            "tags": [],
            "type": "Boolean",
            "isStatic": false,
            "decorators": []
          }
        ],
        "yields": []
      }
    ]
  },
  {
    "id": "ember-cli-addon-docs/components/docs-svg-icon/component",
    "file": "ember-cli-addon-docs/components/docs-svg-icon/component",
    "functions": [],
    "variables": [],
    "classes": [],
    "components": [
      {
        "id": "ember-cli-addon-docs/components/docs-svg-icon/component~DocsSvgIcon",
        "name": "DocsSvgIcon",
        "file": "ember-cli-addon-docs/components/docs-svg-icon/component",
        "description": "<div class=\"docs-md\"><p>The standard icon class used in addon docs</p></div>",
        "lineNumber": 4,
        "access": "public",
        "tags": [],
        "isInterface": false,
        "exportType": "default",
        "decorators": [],
        "fields": [],
        "methods": [],
        "accessors": [],
        "parentClassId": null,
        "arguments": [
          {
            "name": "icon",
            "file": "ember-cli-addon-docs/components/docs-svg-icon/component",
            "lineNumber": 14,
            "access": "public",
            "tags": [
              {
                "name": "required",
                "value": 1
              }
            ],
            "type": "String",
            "isStatic": false,
            "decorators": []
          },
          {
            "name": "height",
            "file": "ember-cli-addon-docs/components/docs-svg-icon/component",
            "lineNumber": 21,
            "access": "public",
            "tags": [],
            "type": "Number",
            "isStatic": false,
            "decorators": []
          },
          {
            "name": "width",
            "file": "ember-cli-addon-docs/components/docs-svg-icon/component",
            "lineNumber": 27,
            "access": "public",
            "tags": [],
            "type": "Number",
            "isStatic": false,
            "decorators": []
          }
        ],
        "yields": []
      }
    ]
  },
  {
    "id": "ember-cli-addon-docs/components/docs-viewer/component",
    "file": "ember-cli-addon-docs/components/docs-viewer/component",
    "functions": [],
    "variables": [],
    "classes": [],
    "components": [
      {
        "id": "ember-cli-addon-docs/components/docs-viewer/component~DocsViewer",
        "name": "DocsViewer",
        "file": "ember-cli-addon-docs/components/docs-viewer/component",
        "description": "<div class=\"docs-md\"><p>The main docs viewer component for Ember-CLI addon docs. This component must be placed</p>\n<pre class=\"docs-md__code\"><code class=\"undefinedhbs\"><span class=\"xml\"></span><span class=\"hljs-template-tag\">{{#<span class=\"hljs-name\">docs-viewer</span> as |viewer|}}</span><span class=\"xml\">\n  </span><span class=\"hljs-template-tag\">{{#<span class=\"hljs-name\">viewer.nav</span> as |nav|}}</span><span class=\"xml\">\n    </span><span class=\"hljs-template-variable\">{{nav.item 'Introduction' 'docs.index'}}</span><span class=\"xml\">\n\n    </span><span class=\"hljs-template-tag\">{{#<span class=\"hljs-name\">nav.subnav</span> as |nav|}}</span><span class=\"xml\">\n      </span><span class=\"hljs-template-variable\">{{nav.item 'Subitem' 'docs.items.subitem'}}</span><span class=\"xml\">\n    </span><span class=\"hljs-template-tag\">{{/<span class=\"hljs-name\">nav.subnav</span>}}</span><span class=\"xml\">\n  </span><span class=\"hljs-template-tag\">{{/<span class=\"hljs-name\">viewer.nav</span>}}</span><span class=\"xml\">\n\n  </span><span class=\"hljs-template-tag\">{{#<span class=\"hljs-name\">viewer.main</span>}}</span><span class=\"xml\">\n    </span><span class=\"hljs-template-variable\">{{<span class=\"hljs-builtin-name\">outlet</span>}}</span><span class=\"xml\">\n  </span><span class=\"hljs-template-tag\">{{/<span class=\"hljs-name\">viewer.main</span>}}</span><span class=\"xml\">\n</span><span class=\"hljs-template-tag\">{{/<span class=\"hljs-name\">docs-viewer</span>}}</span><span class=\"xml\"></span></code></pre></div>",
        "lineNumber": 8,
        "access": "public",
        "tags": [],
        "isInterface": false,
        "exportType": "default",
        "decorators": [],
        "fields": [],
        "methods": [],
        "accessors": [],
        "parentClassId": null,
        "arguments": [],
        "yields": [
          {
            "name": "viewer",
            "type": "Hash",
            "description": ""
          },
          {
            "name": "viewer.nav",
            "type": "Component",
            "description": ""
          },
          {
            "name": "viewer.main",
            "type": "Component",
            "description": ""
          }
        ]
      }
    ]
  },
  {
    "id": "ember-cli-addon-docs/router",
    "file": "ember-cli-addon-docs/router",
    "functions": [
      {
        "name": "docsRoute",
        "file": "ember-cli-addon-docs/router",
        "description": "<div class=\"docs-md\"><p>Creates the docs route and api docs routes. Can receive a callback with the\nroutes you want to add to your docs.</p>\n<pre class=\"docs-md__code\"><code class=\"undefinedjs\"><span class=\"hljs-keyword\">import</span> AddonDocsRouter, { docsRoute } <span class=\"hljs-keyword\">from</span> <span class=\"hljs-string\">'ember-cli-addon-docs/router'</span>;\n\nRouter.map(<span class=\"hljs-function\"><span class=\"hljs-keyword\">function</span>(<span class=\"hljs-params\"></span>) </span>{\n  docsRoute(<span class=\"hljs-keyword\">this</span>, <span class=\"hljs-function\"><span class=\"hljs-keyword\">function</span>(<span class=\"hljs-params\"></span>) </span>{\n    <span class=\"hljs-keyword\">this</span>.route(<span class=\"hljs-string\">'usage'</span>);\n  });\n});</code></pre></div>",
        "lineNumber": 25,
        "access": "public",
        "tags": [],
        "returns": null,
        "params": [],
        "isAsync": false,
        "isGenerator": false,
        "exportType": "named"
      }
    ],
    "variables": [],
    "classes": [
      {
        "id": "ember-cli-addon-docs/router~AddonDocsRouter",
        "name": "AddonDocsRouter",
        "file": "ember-cli-addon-docs/router",
        "description": "<div class=\"docs-md\"><p>The AddonDocsRouter, which adds some extra functionality. This should be used\ninstead of the standard EmberRouter class in your docs app.</p>\n<pre class=\"docs-md__code\"><code class=\"undefinedjs\"><span class=\"hljs-keyword\">import</span> AddonDocsRouter, { docsRoute } <span class=\"hljs-keyword\">from</span> <span class=\"hljs-string\">'ember-cli-addon-docs/router'</span>;\n<span class=\"hljs-keyword\">import</span> config <span class=\"hljs-keyword\">from</span> <span class=\"hljs-string\">'./config/environment'</span>;\n\n<span class=\"hljs-keyword\">const</span> Router = AddonDocsRouter.extend({\n  <span class=\"hljs-attr\">location</span>: config.locationType,\n  <span class=\"hljs-attr\">rootURL</span>: config.rootURL,\n});</code></pre></div>",
        "lineNumber": 6,
        "access": "public",
        "tags": [],
        "isInterface": false,
        "exportType": "default",
        "decorators": [],
        "fields": [],
        "methods": [],
        "accessors": [],
        "parentClassId": "EmberRouter"
      }
    ],
    "components": []
  }
]
