mitm001 5 năm trước cách đây
mục cha
commit
c87a17901f
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      production-config.json

+ 3 - 2
production-config.json

@@ -1,6 +1,6 @@
 {
   "index_name": "prod_docs_wiki",
-  "start_urls": ["https://wiki.jmonkeyengine.org/docs/"],
+  "start_urls": ["https://wiki.jmonkeyengine.org/"],
   "selectors": {
     "default": {
       "lvl0": {
@@ -13,5 +13,6 @@
       "lvl4": ".doc .sect3 > h4:first-child",
       "text": ".doc p, .doc dt"
     }
-  }
+  },
+  "min_indexed_level": 2,
 }