mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add anchor to children / item in exporter docs
This commit is contained in:
parent
36aa795c52
commit
d5171109f5
1 changed files with 2 additions and 2 deletions
|
@ -2190,10 +2190,10 @@ def build_export_docs():
|
|||
section = section_head.format(anchor=media_type, section=section_title) + '\n\n'.join(details)
|
||||
|
||||
if media_type == 'collection':
|
||||
section += '\n\n* **Note:** `children` can be [Movies](#movie) or [Shows](#show) ' \
|
||||
section += '\n\n* <a id="children">**Note:**</a> `children` can be [Movies](#movie) or [Shows](#show) ' \
|
||||
'depending on the collection.'
|
||||
elif media_type == 'playlist':
|
||||
section += '\n\n* **Note:** `items` can be [Movies](#movie), [Episodes](#episode), ' \
|
||||
section += '\n\n* <a id="item">**Note:**</a> `items` can be [Movies](#movie), [Episodes](#episode), ' \
|
||||
'[Tracks](#track), or [Photos](#photo) depending on the playlist.'
|
||||
|
||||
sections.append(section)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue