mirror of
https://github.com/coder/coder.git
synced 2026-06-05 14:08:20 +00:00
ebbdfa03b8
Documents the steps needed to setup AWS Bedrock See also: https://github.com/coder/coder/pull/20507 --------- Signed-off-by: Danny Kopping <danny@coder.com>
34 lines
1015 B
YAML
34 lines
1015 B
YAML
dirs:
|
|
- docs
|
|
excludedDirs:
|
|
# Downstream bug in linkspector means large markdown files fail to parse
|
|
# but these are autogenerated and shouldn't need checking
|
|
- docs/reference
|
|
# Older changelogs may contain broken links
|
|
- docs/changelogs
|
|
ignorePatterns:
|
|
- pattern: "localhost"
|
|
- pattern: "example.com"
|
|
- pattern: "mailto:"
|
|
- pattern: "127.0.0.1"
|
|
- pattern: "0.0.0.0"
|
|
- pattern: "JFROG_URL"
|
|
- pattern: "coder.company.org"
|
|
# These real sites were blocking the linkspector action / GitHub runner IPs(?)
|
|
- pattern: "i.imgur.com"
|
|
- pattern: "code.visualstudio.com"
|
|
- pattern: "www.emacswiki.org"
|
|
- pattern: "linux.die.net/man"
|
|
- pattern: "www.gnu.org"
|
|
- pattern: "wiki.ubuntu.com"
|
|
- pattern: "mutagen.io"
|
|
- pattern: "docs.github.com"
|
|
- pattern: "claude.ai"
|
|
- pattern: "splunk.com"
|
|
- pattern: "stackoverflow.com/questions"
|
|
- pattern: "developer.hashicorp.com/terraform/language"
|
|
- pattern: "platform.openai.com"
|
|
- pattern: "api.openai.com"
|
|
aliveStatusCodes:
|
|
- 200
|