Skip to content

Commit b567b37

Browse files
authored
docs: Add link to external tutorials (#52104)
1 parent 5303a7a commit b567b37

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ StdlibDocs = [stdlib.targetfile for stdlib in STDLIB_DOCS]
129129

130130
Tutorials = [
131131
"tutorials/profile.md",
132+
"tutorials/external.md",
132133
]
133134

134135
DevDocs = [

doc/src/tutorials/external.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# External Tutorials
2+
3+
We have created a non-exhaustive list of community provided Julia tutorials.
4+
[Check them out to learn Julia through the lens of someone from the community](https://julialang.org/learning/tutorials/).

0 commit comments

Comments
 (0)