docs(start): Defining comments is discracting

This one is squarely me with my editor's red pen, do what you will. I whole heartedly
agree with this statement about comments and the intention (I assume) to encourage new
users to comment their configurations early and often. I just think this isn't the right
place for it and makes this document less focused and effective.
This commit is contained in:
Ross Patterson 2025-08-11 03:37:58 +00:00
parent 25e6946563
commit bb7d1b9b3a
No known key found for this signature in database
GPG key ID: 2EFF7CCE6828E359

View file

@ -54,21 +54,6 @@ which are used by the presets below.
set at the same indentation level as ``overrides``, not within it. set at the same indentation level as ``overrides``, not within it.
-------------------------------------
.. code-block:: yaml
:lineno-start: 6
# Can choose between:
# - Plex TV Show by Date:
# - Jellyfin TV Show by Date:
# - Kodi TV Show by Date:
#
Lines 6-10 are comments that get ignored when parsing YAML since they are prefixed with ``#``.
It is good practice to leave informative comments in your config or subscription files to remind
yourself of various things.
------------------------------------- -------------------------------------
.. code-block:: yaml .. code-block:: yaml
@ -138,4 +123,4 @@ Referring to the
:ref:`TV show preset reference <config_reference/prebuilt_presets/tv_show:TV Show>`, the first :ref:`TV show preset reference <config_reference/prebuilt_presets/tv_show:TV Show>`, the first
two indent variables map to the TV show genre and TV show content rating. two indent variables map to the TV show genre and TV show content rating.
The above info should be enough to understand the rest of the subscription file. The above info should be enough to understand the rest of the subscription file.