| 123456789101112131415161718 |
- {
- "index_name": "prod_docs_wiki",
- "start_urls": ["https://wiki.jmonkeyengine.org/"],
- "sitemap_urls": ["https://wiki.jmonkeyengine.org/sitemap.xml"],
- "selectors": {
- "default": {
- "lvl0": {
- "global": true,
- "selector": "h1"
- },
- "lvl1": "h2",
- "lvl2": "h3",
- "lvel3": "h4",
- "text": "p, li"
- }
- },
- "selectors_exclude": [".footer", ".header"]
- }
|