search_index.json 523 B

123456789101112131415161718192021222324
  1. {
  2. "docs": [
  3. {
  4. "location": "/",
  5. "text": "Luwra\n\n\nHello World",
  6. "title": "Home"
  7. },
  8. {
  9. "location": "/#luwra",
  10. "text": "Hello World",
  11. "title": "Luwra"
  12. },
  13. {
  14. "location": "/usage/",
  15. "text": "Usage\n\n\nHello World",
  16. "title": "Usage"
  17. },
  18. {
  19. "location": "/usage/#usage",
  20. "text": "Hello World",
  21. "title": "Usage"
  22. }
  23. ]
  24. }