Add docs link (#103)

* Added docs link to README

* Added docs to sidebar in-app

* Updated some tests

* Updated docs in media profile form
This commit is contained in:
Kieran
2024-03-21 12:26:51 -07:00
committed by GitHub
parent b639918555
commit 46c27e4875
30 changed files with 1657 additions and 1714 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ defmodule Pinchflat.YtDlp.MediaTest do
{:ok, render_metadata(:media_metadata)}
end)
assert {:ok, %{"title" => "Trying to Wheelie Without the Rear Brake"}} =
assert {:ok, %{"title" => "Pinchflat Example Video"}} =
Media.download(@media_url)
end