docs: reflect new partials paths

This commit is contained in:
Ben Goldsworthy 2021-04-26 11:44:59 +01:00
parent 3e8ae1bbae
commit 39fa6991ae
2 changed files with 9 additions and 9 deletions

View file

@ -7,7 +7,7 @@
* Since: 1.0
*
* Classes recommended for Custom CSS:
* @see templates/dashboard/customize-css-new.html
* @see admin/partials/customize-css-new.html
*
* System of unified minified style sheets tailored to the needs of the instance.
*
@ -182,8 +182,8 @@
/**
* Footnote referrers and tooltips
*
* @see templates/public/footnote.html
* @see templates/public/footnote-alternative.html
* @see public/partials/footnote.html
* @see public/partials/footnote-alternative.html
*
* .footnote_referrer = enclosing <span>
* .footnote_plugin_tooltip_text = inner <sup>
@ -240,11 +240,11 @@
Footnote reference container
Templates:
templates/public/reference-container.html
templates/public/reference-container-body.html
templates/public/reference-container-combi.html
templates/public/reference-container-switch.html
templates/public/reference-container-3column.html
public/partials/reference-container.html
public/partials/reference-container-body.html
public/partials/reference-container-combi.html
public/partials/reference-container-switch.html
public/partials/reference-container-3column.html
Optional responsive basic page layout support
stylesheets:

View file

@ -215,7 +215,7 @@ significantly increased from 4 to 18 as of v2.4.0.
Localized notices are dropped to ease translators task.
CSS classes are listed directly in the template
templates/dashboard/customize-css.html
admin/partials/customize-css.html
For better maintainability and readability of the source
list, the </p> end tags are omitted per HTML5 standard: