Skip to content

Commit 38949e7

Browse files
committed
Link to YouTube URL Parser Livebook
1 parent 0010867 commit 38949e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mix.exs

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ defmodule Orb.MixProject do
6363
# {"https://useorb.dev/", title: "Website"},
6464
{"examples/01-intro.livemd", title: "Example: Introduction"},
6565
{"examples/temperature-converter.livemd", title: "Example: Temperature Converter"},
66-
{"examples/mime-type.livemd", title: "Example: Mime Type"}
66+
{"examples/mime-type.livemd", title: "Example: Mime Type"},
67+
{"examples/youtube-url-parser.livemd", title: "Example: YouTube URL Parser"}
6768
]
6869
]
6970
end

site/_nav.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141

4242
- [Temperature Converter ↗](https://hexdocs.pm/orb/temperature-converter.html)
4343
- [Mime Type ↗](https://hexdocs.pm/orb/mime-type.html)
44+
- [YouTube URL Parser ↗](https://hexdocs.pm/orb/youtube-url-parser.html)
4445

4546
</details>

0 commit comments

Comments
 (0)