|
@@ -1,17 +1,16 @@
|
|
|
{
|
|
|
"index_name": "prod_docs_wiki",
|
|
|
"start_urls": ["https://wiki.jmonkeyengine.org/"],
|
|
|
+ "sitemap_urls": ["https://wiki.jmonkeyengine.org/sitemap.xml"],
|
|
|
"selectors": {
|
|
|
"default": {
|
|
|
"lvl0": {
|
|
|
"global": true,
|
|
|
- "selector": ".navbar .component"
|
|
|
+ "selector": "h1"
|
|
|
},
|
|
|
- "lvl1": ".doc > h1.page",
|
|
|
- "lvl2": ".doc .sect1 > h2:first-child",
|
|
|
- "lvl3": ".doc .sect2 > h3:first-child",
|
|
|
- "lvl4": ".doc .sect3 > h4:first-child",
|
|
|
- "text": ".doc p, .doc dt"
|
|
|
+ "lvl1": "h2",
|
|
|
+ "text": "p"
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ "selectors_exclude": [".footer", ".header", "toc", ]
|
|
|
}
|