Skip to content

Commit 0d60c28

Browse files
committed
Vamp up typography!
1 parent 774a5eb commit 0d60c28

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Extra attributes for typography
2+
// See also: https://docs.asciidoctor.org/asciidoc/latest/attributes/character-replacement-ref/
3+
4+
// CHARACTERS
5+
:endash: –
6+
:hairspace:  
7+
8+
// MORE COMPLEX STUFF
9+
// Number ranges, e.g. "10{range}20" instead of "10 - 20"
10+
:range: {hairspace}{endash}{hairspace}

guides/common/attributes.adoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,19 @@
1818
//
1919
// WHERE ARE MY ATTRIBUTES?
2020
//
21-
// All attributes were moved into separate files:
22-
// * attributes-base.adoc (upstream attributes common for all builds)
21+
// Attributes are split into separate files
22+
// Attribute files COMMON for all builds:
23+
// * attributes-base.adoc (basic upstream attributes)
24+
// * attributes-titles-base.adoc (title attributes)
25+
// * attributes-typography.adoc (extra typographical attributes)
26+
// Attribute files for SPECIFIC PRODUCTS:
2327
// * attributes-foreman-el.adoc (attributes overridden or unique to Red Hat Enterprise Linux and clones)
2428
// * attributes-foreman-deb.adoc (attributes overridden or unique to Debian/Ubuntu)
2529
// * attributes-katello.adoc (attributes overridden or unique to Katello)
30+
// * attributes-orcharhino.adoc (attributes overridden or unique to orcharhino)
2631
// * attributes-satellite.adoc (attributes overridden or unique to Satellite)
2732

28-
// Define properties to represent each build. Allows doing 'or' and 'and' operations for conditions.
33+
// Define properties to represent each build. Allows 'or' and 'and' operations in conditions.
2934
ifeval::["{build}" == "foreman-el"]
3035
:foreman-el:
3136
:foreman:
@@ -50,6 +55,7 @@ endif::[]
5055
:SiteURL: https://docs.theforeman.org
5156
:BaseURL: {SiteURL}/{ProjectVersion}/
5257
include::attributes-base.adoc[]
58+
include::attributes-typography.adoc[]
5359

5460
// Load overrides for specific scenarios
5561
ifdef::foreman-el[]

guides/doc-Upgrading_and_Updating/topics/upgrading_process_overview.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@ Before proceeding, complete the following:
3636
* Review this guide so that you are aware of the upgrade process and its impact.
3737
* Plan your upgrade path.
3838
For more information, see xref:upgrade_paths[].
39-
4039
* Plan for the required downtime. {Project} services are shut down during the upgrade.
4140
The upgrade process duration might vary depending on your hardware configuration, network speed, and the amount of data that is stored on the server.
4241
+
43-
Upgrading {Project} takes approximately 1 - 2 hours.
42+
Upgrading {Project} takes approximately 1{range}2 hours.
4443
+
45-
Upgrading {SmartProxy} takes approximately 10 - 30 minutes.
44+
Upgrading {SmartProxy} takes approximately 10{range}30 minutes.
4645

4746
* Ensure that you have sufficient storage space on your server.
4847
For more information, see {InstallingProjectDocURL}Preparing_your_Environment_for_Installation_{project-context}[Preparing your Environment for Installation] in _Installing {ProjectServer} from a Connected Network_ and {InstallingSmartProxyDocURL}preparing-environment-for-capsule-installation[Preparing your Environment for Installation] in _Installing {SmartProxyServer}_.

0 commit comments

Comments
 (0)