Playing around with adding a margin note to the Install index page
This commit is contained in:
parent
7335a4f4cc
commit
0f29e68bc6
4 changed files with 25 additions and 3 deletions
|
|
@ -66,6 +66,7 @@ suppress_warnings = [
|
|||
|
||||
extlinks = {
|
||||
"yt-dlp": ("https://github.com/yt-dlp/yt-dlp/%s", "yt-dlp%s"),
|
||||
"unraid": ("https://unraid.net/%s", "unraid%s"),
|
||||
}
|
||||
|
||||
# -- Options for autodoc ----------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
======
|
||||
Docker
|
||||
======
|
||||
|
||||
|
||||
Docker Compose
|
||||
--------------
|
||||
.. _LSIO-based images: https://www.linuxserver.io/
|
||||
|
|
|
|||
|
|
@ -4,9 +4,29 @@ Install by Platform
|
|||
|
||||
All installations require a 64-bit CPU. 32-bit is not supported.
|
||||
|
||||
.. margin::
|
||||
|
||||
.. tip::
|
||||
|
||||
The recommended install method of ``ytdl-sub`` is one of our :doc:`docker containers </guides/install/docker>`. For install on Unraid, check out our :unraid:`unraid community apps <community/apps?q=ytdl-sub#r>`.
|
||||
|
||||
:doc:`/guides/install/docker`
|
||||
|
||||
:doc:`/guides/install/unraid`
|
||||
|
||||
:doc:`/guides/install/linux`
|
||||
|
||||
:doc:`/guides/install/windows`
|
||||
|
||||
:doc:`/guides/install/agnostic`
|
||||
|
||||
|
||||
|
||||
Once you've completed your installation, please refer to the :doc:`../getting_started/index` guide for next steps
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
docker
|
||||
linux
|
||||
unraid
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
=====
|
||||
Linux
|
||||
--------------
|
||||
=====
|
||||
Requires ffmpeg as a dependency. Can typically be installed with any Linux package manager.
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
@ -22,7 +23,7 @@ You can also install using yt-dlp's ffmpeg builds. This ensures your ffmpeg is u
|
|||
mv ffmpeg-master-latest-linux64-gpl/bin/ffprobe /usr/bin/ffprobe
|
||||
|
||||
Linux ARM
|
||||
--------------
|
||||
=========
|
||||
Requires ffmpeg as a dependency. Can typically be installed with any Linux package manager.
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue