|
@@ -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,
|
|
|
}
|