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 = {
|
extlinks = {
|
||||||
"yt-dlp": ("https://github.com/yt-dlp/yt-dlp/%s", "yt-dlp%s"),
|
"yt-dlp": ("https://github.com/yt-dlp/yt-dlp/%s", "yt-dlp%s"),
|
||||||
|
"unraid": ("https://unraid.net/%s", "unraid%s"),
|
||||||
}
|
}
|
||||||
|
|
||||||
# -- Options for autodoc ----------------------------------------------------
|
# -- Options for autodoc ----------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
|
======
|
||||||
Docker
|
Docker
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
||||||
Docker Compose
|
Docker Compose
|
||||||
--------------
|
--------------
|
||||||
.. _LSIO-based images: https://www.linuxserver.io/
|
.. _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.
|
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
|
Once you've completed your installation, please refer to the :doc:`../getting_started/index` guide for next steps
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:hidden:
|
||||||
|
|
||||||
docker
|
docker
|
||||||
linux
|
linux
|
||||||
unraid
|
unraid
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
|
=====
|
||||||
Linux
|
Linux
|
||||||
--------------
|
=====
|
||||||
Requires ffmpeg as a dependency. Can typically be installed with any Linux package manager.
|
Requires ffmpeg as a dependency. Can typically be installed with any Linux package manager.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. 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
|
mv ffmpeg-master-latest-linux64-gpl/bin/ffprobe /usr/bin/ffprobe
|
||||||
|
|
||||||
Linux ARM
|
Linux ARM
|
||||||
--------------
|
=========
|
||||||
Requires ffmpeg as a dependency. Can typically be installed with any Linux package manager.
|
Requires ffmpeg as a dependency. Can typically be installed with any Linux package manager.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue