Skip to content

Commit 84c2c3c

Browse files
authored
ci: fix urls in scraper config
1 parent 856fa30 commit 84c2c3c

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

scraper.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,94 +2,94 @@
22
"index_uid": "docs-v1-staging",
33
"start_urls": [
44
{
5-
"url": "https://tauri.app/it/v1/guides/",
5+
"url": "https://v1.tauri.app/it/v1/guides/",
66
"extra_attributes": { "lang": ["it"] },
77
"selectors_key": "guides"
88
},
99
{
10-
"url": "https://tauri.app/it/v1/api/config/",
10+
"url": "https://v1.tauri.app/it/v1/api/config/",
1111
"extra_attributes": { "lang": ["it"] },
1212
"selectors_key": "config"
1313
},
1414
{
15-
"url": "https://tauri.app/it/v1/api/js/",
15+
"url": "https://v1.tauri.app/it/v1/api/js/",
1616
"extra_attributes": { "lang": ["it"] },
1717
"selectors_key": "api-js"
1818
},
1919
{
20-
"url": "https://tauri.app/it/v1/references/",
20+
"url": "https://v1.tauri.app/it/v1/references/",
2121
"extra_attributes": { "lang": ["it"] },
2222
"selectors_key": "references"
2323
},
2424
{
25-
"url": "https://tauri.app/it/",
25+
"url": "https://v1.tauri.app/it/",
2626
"extra_attributes": { "lang": ["it"] }
2727
},
2828
{
29-
"url": "https://tauri.app/fr/v1/guides/",
29+
"url": "https://v1.tauri.app/fr/v1/guides/",
3030
"extra_attributes": { "lang": ["fr"] },
3131
"selectors_key": "guides"
3232
},
3333
{
34-
"url": "https://tauri.app/fr/v1/api/config/",
34+
"url": "https://v1.tauri.app/fr/v1/api/config/",
3535
"extra_attributes": { "lang": ["fr"] },
3636
"selectors_key": "config"
3737
},
3838
{
39-
"url": "https://tauri.app/fr/v1/api/js/",
39+
"url": "https://v1.tauri.app/fr/v1/api/js/",
4040
"extra_attributes": { "lang": ["fr"] },
4141
"selectors_key": "api-js"
4242
},
4343
{
44-
"url": "https://tauri.app/fr/v1/references/",
44+
"url": "https://v1.tauri.app/fr/v1/references/",
4545
"extra_attributes": { "lang": ["fr"] },
4646
"selectors_key": "references"
4747
},
4848
{
49-
"url": "https://tauri.app/fr/",
49+
"url": "https://v1.tauri.app/fr/",
5050
"extra_attributes": { "lang": ["fr"] }
5151
},
5252
{
53-
"url": "https://tauri.app/ko/v1/guides/",
53+
"url": "https://v1.tauri.app/ko/v1/guides/",
5454
"extra_attributes": { "lang": ["ko"] },
5555
"selectors_key": "guides"
5656
},
5757
{
58-
"url": "https://tauri.app/ko/v1/api/config/",
58+
"url": "https://v1.tauri.app/ko/v1/api/config/",
5959
"extra_attributes": { "lang": ["ko"] },
6060
"selectors_key": "config"
6161
},
6262
{
63-
"url": "https://tauri.app/ko/v1/api/js/",
63+
"url": "https://v1.tauri.app/ko/v1/api/js/",
6464
"extra_attributes": { "lang": ["ko"] },
6565
"selectors_key": "api-js"
6666
},
6767
{
68-
"url": "https://tauri.app/ko/v1/references/",
68+
"url": "https://v1.tauri.app/ko/v1/references/",
6969
"extra_attributes": { "lang": ["ko"] },
7070
"selectors_key": "references"
7171
},
7272
{
73-
"url": "https://tauri.app/ko/",
73+
"url": "https://v1.tauri.app/ko/",
7474
"extra_attributes": { "lang": ["ko"] }
7575
},
7676
{
77-
"url": "https://tauri.app/zh-cn/v1/guides/",
77+
"url": "https://v1.tauri.app/zh-cn/v1/guides/",
7878
"extra_attributes": { "lang": ["zh-cn"] },
7979
"selectors_key": "guides"
8080
},
8181
{
82-
"url": "https://tauri.app/zh-cn/v1/api/config/",
82+
"url": "https://v1.tauri.app/zh-cn/v1/api/config/",
8383
"extra_attributes": { "lang": ["zh-cn"] },
8484
"selectors_key": "config"
8585
},
8686
{
87-
"url": "https://tauri.app/zh-cn/v1/api/js/",
87+
"url": "https://v1.tauri.app/zh-cn/v1/api/js/",
8888
"extra_attributes": { "lang": ["zh-cn"] },
8989
"selectors_key": "api-js"
9090
},
9191
{
92-
"url": "https://tauri.app/zh-cn/v1/references/",
92+
"url": "https://v1.tauri.app/zh-cn/v1/references/",
9393
"extra_attributes": { "lang": ["zh-cn"] },
9494
"selectors_key": "references"
9595
},
@@ -98,37 +98,37 @@
9898
"extra_attributes": { "lang": ["zh-cn"] }
9999
},
100100
{
101-
"url": "https://tauri.app/v1/guides/",
101+
"url": "https://v1.tauri.app/v1/guides/",
102102
"extra_attributes": { "lang": ["en"] },
103103
"selectors_key": "guides"
104104
},
105105
{
106-
"url": "https://tauri.app/v1/api/config/",
106+
"url": "https://v1.tauri.app/v1/api/config/",
107107
"extra_attributes": { "lang": ["en"] },
108108
"selectors_key": "config"
109109
},
110110
{
111-
"url": "https://tauri.app/v1/api/js/",
111+
"url": "https://v1.tauri.app/v1/api/js/",
112112
"extra_attributes": { "lang": ["en"] },
113113
"selectors_key": "api-js"
114114
},
115115
{
116-
"url": "https://tauri.app/v1/references/",
116+
"url": "https://v1.tauri.app/v1/references/",
117117
"extra_attributes": { "lang": ["en"] },
118118
"selectors_key": "references"
119119
},
120120
{
121-
"url": "https://tauri.app/",
121+
"url": "https://v1.tauri.app/",
122122
"extra_attributes": { "lang": ["en"] }
123123
}
124124
],
125125
"stop_urls": [],
126126
"sitemap_urls": [
127-
"https://tauri.app/fr/sitemap.xml",
128-
"https://tauri.app/it/sitemap.xml",
129-
"https://tauri.app/ko/sitemap.xml",
130-
"https://tauri.app/zh-cn/sitemap.xml",
131-
"https://tauri.app/sitemap.xml"
127+
"https://v1.tauri.app/fr/sitemap.xml",
128+
"https://v1.tauri.app/it/sitemap.xml",
129+
"https://v1.tauri.app/ko/sitemap.xml",
130+
"https://v1.tauri.app/zh-cn/sitemap.xml",
131+
"https://v1.tauri.app/sitemap.xml"
132132
],
133133
"custom_settings": {
134134
"filterableAttributes": ["lang"]

0 commit comments

Comments
 (0)