Skip to content

Commit

Permalink
user-guide/01-blueprint-reference: improve chromium look and feel
Browse files Browse the repository at this point in the history
emoji characters like the [i] are not using nice fonts
in chromium based browsers. This change improves the
look and feel slightly without introducing more fancy
changes like an explicit font change…
  • Loading branch information
schuellerf committed Jun 26, 2024
1 parent f63464e commit 9264a95
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions docs/user-guide/01-blueprint-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ version = "0.0.1"
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -126,7 +126,7 @@ version = "*"
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -180,7 +180,7 @@ packages = [
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -211,12 +211,12 @@ groups = [
</TabItem>
<TabItem value="hosted" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -279,7 +279,7 @@ containers = [
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -313,7 +313,7 @@ hostname = "baseimage"
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -393,7 +393,7 @@ key = "PUBLIC SSH KEY"
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -535,7 +535,7 @@ ntpservers = ["0.north-america.pool.ntp.org", "1.north-america.pool.ntp.org"]
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -579,7 +579,7 @@ keyboard = "us"
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -629,7 +629,7 @@ ports = ["22:tcp", "80:tcp", "imap:tcp", "53:tcp", "53:udp", "30000-32767:tcp",
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -664,7 +664,7 @@ disabled = ["telnet"]
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -709,7 +709,7 @@ masked = ["rpcbind"]
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -763,7 +763,7 @@ ensure_parents = false
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -820,7 +820,7 @@ data = "Hello world!"
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -857,7 +857,7 @@ installation_device = "/dev/sda"
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -892,7 +892,7 @@ config = "eyJpZ25pdGlvbiI6eyJ2ZXJzaW9uIjoiMy4zLjAifSwicGFzc3dkIjp7InVzZXJzIjpbey
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -923,7 +923,7 @@ url = "http://some-server/configuration.ig"
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -963,7 +963,7 @@ di_mfg_string_type_mac_iface = "enp2s0"
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -1008,7 +1008,7 @@ enabled=true
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -1066,7 +1066,7 @@ partitioning_mode = "lvm"
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -1188,7 +1188,7 @@ profile_id = "xccdf_org.ssgproject.content_profile_cis"
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -1218,12 +1218,12 @@ unselected = [ "grub2_password" ]
</TabItem>
<TabItem value="hosted" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -1254,7 +1254,7 @@ fips = true
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand All @@ -1267,7 +1267,7 @@ On premises, we don't support multi-arch builds. The architecture of the image i
<Tabs values={tabValuesHostedOnly} defaultValue="hosted" >
<TabItem value="on-premises" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
<TabItem value="hosted" >
Expand All @@ -1281,7 +1281,7 @@ On premises, we don't support multi-arch builds. The architecture of the image i
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down Expand Up @@ -1311,7 +1311,7 @@ sudo-nopasswd = ["user", "%wheel"]
</TabItem>
<TabItem value="bootc" >
```
ℹ️ Currently not supported
ℹ️ - Currently not supported
```
</TabItem>
</Tabs>
Expand Down

0 comments on commit 9264a95

Please sign in to comment.