2
0

feat: ️ Add docs and connect Stripe

This commit is contained in:
Baptiste Arnaud
2022-02-14 16:41:39 +01:00
parent aeb3e4caa7
commit 56bd5fafc3
50 changed files with 6332 additions and 685 deletions

View File

@ -0,0 +1,19 @@
{
"index_name": "typebot",
"start_urls": ["https://docs.typebot.io/"],
"stop_urls": ["open-typebot=true$"],
"selectors": {
"lvl0": {
"selector": ".menu__link--sublist.menu__link--active",
"global": true,
"default_value": "Documentation"
},
"lvl1": "[class^='docItemContainer_'] h1",
"lvl2": "[class^='docItemContainer_'] h2",
"lvl3": "[class^='docItemContainer_'] h3",
"lvl4": "[class^='docItemContainer_'] h4",
"lvl5": "[class^='docItemContainer_'] h5",
"text": "[class^='docItemContainer_'] p, [class^='docItemContainer_'] li"
},
"selectors_exclude": [".hash-link"]
}