Skip to content

Commit

Permalink
Insert hardcoded backlinks to stdlib doc pages (#51375)
Browse files Browse the repository at this point in the history
This is #48814 times 23. It solves most of but not all of #50035.
  • Loading branch information
LilithHafner authored Jan 16, 2024
1 parent c8d239a commit 48ca3d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```@meta
EditURL = "https://github.com/JuliaLang/julia/blob/master/stdlib/SharedArrays/docs/src/index.md"
```

# Shared Arrays

`SharedArray` represents an array, which is shared across multiple processes, on a single machine.
Expand Down

0 comments on commit 48ca3d7

Please sign in to comment.