LP#1848524: Docs: Convert normal includes to Antora "partials"
authorRemington Steed <rjs7@calvin.edu>
Thu, 24 Oct 2019 13:48:53 +0000 (09:48 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 4 Sep 2020 20:38:31 +0000 (16:38 -0400)
Antora treats all includes as either "partials" or "examples". This case
seems like "partials", since "examples" seems to be meant for code
snippets.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

docs-antora/modules/admin/pages/web-client-browser-best-practices.adoc
docs-antora/modules/admin/partials/turn-off-print-headers-chrome.adoc [moved from docs-antora/modules/admin/pages/turn-off-print-headers-chrome.adoc with 100% similarity]
docs-antora/modules/admin/partials/turn-off-print-headers-firefox.adoc [moved from docs-antora/modules/admin/pages/turn-off-print-headers-firefox.adoc with 100% similarity]

index baee6c8..9b8dae8 100644 (file)
@@ -36,9 +36,9 @@ Setting the Web Client as the Home Page in Firefox
 . In the _When Firefox starts:_ dropdown menu, select _Show my home page_.
 . In the _Home Page_ box, add _https://localhost/eg/staff/_ and click *OK*.
 
-include::turn-off-print-headers-firefox.adoc[]
+include::partial$turn-off-print-headers-firefox.adoc[]
 
-include::turn-off-print-headers-chrome.adoc[]
+include::partial$turn-off-print-headers-chrome.adoc[]
 
 Tab Buttons and Keyboard Shortcuts
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~