Skip to content

Commit

Permalink
docs: implemented suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
  • Loading branch information
themr0c authored and gbraad committed Jun 29, 2023
1 parent c2cef93 commit b89aea4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 40 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* {ocp}
* {okd}
* {ushift}
* Podman container runtime
`openshift`:: {ocp}
`okd`:: {okd}
`microshift`:: {ushift}
`podman`:: Podman container runtime
20 changes: 6 additions & 14 deletions docs/modules/getting_started/examples/snip_crc_preset_names.adoc
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
.Preset names
[%header,format=csv,cols="1,2"]
|===
| Name | Preset

| `openshift`
| {ocp}

| `okd`
| {okd}

| `microshift`
| {ushift}

| `podman`
| Podman container runtime

Name, Preset
`openshift`, {ocp}
`okd`, {okd}
`microshift`, {ushift}
`podman`, Podman container runtime
|===
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
.Preset and architecture compatibility
[%header,format=csv,cols="3,1,1,1"]
|===
| Preset | AMD64 | Intel 64 | M1

| {ocp}
| yes
| yes
| yes

| {okd}
| yes
| yes
| no

| {ushift}
| yes
| yes
| yes

| Podman container runtime
| yes
| yes
| yes

Preset, AMD64, Intel 64, M1
{ocp}, yes, yes, yes
{okd}, yes, yes, no
{ushift}, yes, yes, yes
Podman container runtime, yes, yes, yes
|===

0 comments on commit b89aea4

Please sign in to comment.