加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
crawlerConfig.json 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
MichaelSun 提交于 2023-08-28 16:51 . docs: update algolia config
{
"index_name": "dev_docs",
"start_urls": ["https://zhensherlock.github.io/watermark-js-plus/"],
"rateLimit": 8,
"maxDepth": 10,
"selectors": {
"lvl0": {
"selector": "",
"defaultValue": "Documentation"
},
"lvl1": ".content h1",
"lvl2": ".content h2",
"lvl3": ".content h3",
"lvl4": ".content h4",
"lvl5": ".content h5",
"content": ".content p, .content li"
},
"selectors_exclude": [
"aside",
".page-footer",
".next-and-prev-link",
".table-of-contents"
],
"js_render": true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化