Skip to content

Commit 0bc3d78

Browse files
[docs] Self-healing documentation fixes from issue analysis - 2026-03-05 (#19755)
1 parent 4f6577b commit 0bc3d78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/src/content/docs/guides/network-configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ network:
3232
| `containers` | Docker Hub, GHCR, Quay, GCR, MCR | Container images |
3333
| `java` | Maven, Gradle | Java dependencies |
3434
| `dotnet` | NuGet | .NET packages |
35+
| `julia` | pkg.julialang.org, storage.julialang.net | Julia packages |
3536
| `ruby` | RubyGems, Bundler | Ruby gems |
3637
| `rust` | crates.io | Rust crates |
3738
| `github` | githubusercontent.com | GitHub resources |

docs/src/content/docs/reference/network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Mix ecosystem identifiers with specific domains for fine-grained control:
9797
| `github` | GitHub domains |
9898
| `containers` | Docker Hub, GitHub Container Registry, Quay |
9999
| `linux-distros` | Debian, Alpine, and other Linux package repositories |
100-
| `dotnet`, `dart`, `go`, `haskell`, `java`, `node`, `perl`, `php`, `python`, `ruby`, `rust`, `swift` | Language-specific package managers and registries |
100+
| `dotnet`, `dart`, `go`, `haskell`, `java`, `julia`, `node`, `perl`, `php`, `python`, `ruby`, `rust`, `swift` | Language-specific package managers and registries |
101101
| `terraform` | HashiCorp and Terraform domains |
102102
| `playwright` | Playwright testing framework domains (see [Playwright Reference](/gh-aw/reference/playwright/)) |
103103

0 commit comments

Comments
 (0)