mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
docs: make link checker tolerate flaky external links (#6547)
This commit is contained in:
@@ -4,6 +4,8 @@ remap = ["kilo-docs/docs kilo-docs/pages"]
|
||||
|
||||
format = "detailed"
|
||||
max_redirects = 2
|
||||
max_retries = 3
|
||||
retry_wait_time = 5
|
||||
exclude_path = ["node_modules"]
|
||||
|
||||
accept = [
|
||||
@@ -19,7 +21,7 @@ exclude = [
|
||||
'https://synthetic.new/user-settings/api',
|
||||
'https://platform.slack-edge.com/img/add_to_slack.png',
|
||||
'https://console.groq.com/pages/models',
|
||||
'https://glama.ai/settings/gateway/api-keys',
|
||||
'^https?://([A-Za-z0-9-]+\.)?glama\.ai(/|$)',
|
||||
'^https?://(api|console)\.mistral\.ai',
|
||||
'^https?://(app|console)\.requesty\.ai',
|
||||
'^https?://(cloud|console)\.google\.ai',
|
||||
|
||||
Reference in New Issue
Block a user