algolia-config.json 458 B

1234567891011121314151617181920
  1. {
  2. "index_name": "security-docs",
  3. "start_urls": [
  4. "https://docs.spring.io/spring-security/reference/"
  5. ],
  6. "selectors": {
  7. "lvl0": {
  8. "selector": "//nav[@class='crumbs']//li[@class='crumb'][last()-1]",
  9. "type": "xpath",
  10. "global": true,
  11. "default_value": "Home"
  12. },
  13. "lvl1": ".doc h1",
  14. "lvl2": ".doc h2",
  15. "lvl3": ".doc h3",
  16. "lvl4": ".doc h4",
  17. "text": ".doc p, .doc td.content, .doc th.tableblock"
  18. }
  19. }