production-config.json 405 B

123456789101112131415161718
  1. {
  2. "index_name": "prod_docs_wiki",
  3. "start_urls": ["https://wiki.jmonkeyengine.org/"],
  4. "sitemap_urls": ["https://wiki.jmonkeyengine.org/sitemap.xml"],
  5. "selectors": {
  6. "default": {
  7. "lvl0": {
  8. "global": true,
  9. "selector": "h1"
  10. },
  11. "lvl1": "h2",
  12. "lvl2": "h3",
  13. "lvel3": "h4",
  14. "text": "p, li"
  15. }
  16. },
  17. "selectors_exclude": [".footer", ".header"]
  18. }