```{ "index_name": "croct-docs", "start_urls":...
# community-help
m
Copy code
{
  "index_name": "croct-docs",
  "start_urls": [
    "<https://docs-7ch30x737-croct.vercel.app/>"
  ],
  "sitemap_urls": [
    "<https://docs-7ch30x737-croct.vercel.app/sitemap.xml>"
  ],
  "sitemap_alternate_links": true,
  "stop_urls": [],
  "selectors": {
    "lvl0": {
      "selector": "//aside/nav//*[contains(@class, \"selected\")]/preceding::li[contains(@class, \"title\")][1]",
      "type": "xpath",
      "global": true,
      "default_value": "Documentation"
    },
    "lvl1": "h1",
    "lvl2": "article h2",
    "lvl3": "article h3",
    "lvl4": "article h4",
    "lvl5": "article h5",
    "lvl6": "article h6",
    "text": "article p, article li"
  },
  "strip_chars": " .,;:#",
  "js_render": false
}