mitm001 5 年之前
父節點
當前提交
c87a17901f
共有 1 個文件被更改,包括 3 次插入2 次删除
  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,
 }