Skip to content

Commit 6c21313

Browse files
Fixes for tables (#153)
* sort out some tables * more table fixes * remove table classes that are not needed * remove table classes that are not needed * fix the rest of the tables
1 parent da430d9 commit 6c21313

File tree

69 files changed

+598
-665
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+598
-665
lines changed

docs/contributors/modules/docs-style/pages/style-and-voice.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ Assume technical competence but explain concepts clearly and simply. Some concep
1818
* Avoid contractions, for example "don't", "you're". They make the content harder for non-native english speakers to read.
1919
* Do not use time-sentitive language like, "new" or "soon" or "in preview" in main prose. These can get missed when changes are needed. If this language is needed it should be in a banner (admonition) that is clearly there to indicate the time-sensitive nature of the content.
2020

21-
[.table.table-striped]
22-
[cols=2*, options="header", stripes=even]
21+
[cols=2*, options="header"]
2322
|===
2423
| Avoid
2524
| Use instead

docs/contributors/modules/docs-style/pages/using-tables.adoc

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Use the following format for tables:
55

66
[source,adoc]
77
----
8-
[.table.table-striped]
9-
[cols=4*, options="header", stripes=even]
8+
[cols=4*, options="header"]
109
|===
1110
| Key
1211
| Required
@@ -22,8 +21,7 @@ Use the following format for tables:
2221

2322
Looks like:
2423

25-
[.table.table-striped]
26-
[cols=4*, options="header", stripes=even]
24+
[cols=4*, options="header"]
2725
|===
2826
| Key
2927
| Required
@@ -44,15 +42,14 @@ If you have a wide table that needs to scroll, wrap it in a scrollable container
4442
----
4543
[.table-scroll]
4644
--
47-
[.table.table-striped]
48-
[cols=4*, options="header", stripes=even]
45+
[cols=4*, options="header"]
4946
|===
5047
| Key
5148
| Required
5249
| Type
5350
| Description
5451
55-
| `++Some very long text that can't wrap so the table needs to scroll++`
52+
| ++Some+very+long+text+that+can't+wrap+so+the+table+needs+to+scroll+Some+very+long+text+that+can't+wrap+so+the+table+needs+to+scroll++
5653
| Some data
5754
| Some more data
5855
| Some more data
@@ -64,15 +61,14 @@ Looks like:
6461

6562
[.table-scroll]
6663
--
67-
[.table.table-striped]
68-
[cols=4*, options="header", stripes=even]
64+
[cols=4*, options="header"]
6965
|===
7066
| Key
7167
| Required
7268
| Type
7369
| Description
7470

75-
| `++Some very long text that can't wrap so the table needs to scroll++`
71+
| ++Some+very+long+text+that+can't+wrap+so+the+table+needs+to+scroll+Some+very+long+text+that+can't+wrap+so+the+table+needs+to+scroll++
7672
| Some data
7773
| Some more data
7874
| Some more data

docs/contributors/modules/templates/pages/template-conceptual.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ Break up large blocks of text where possible to help make it easier to consume.
6868

6969
This is the syntax for creating a table. This example has one heading row and one normal row. The table has three columns
7070

71-
[.table.table-striped]
72-
[cols=3*, options="header", stripes=even]
71+
[cols=3*, options="header"]
7372
|===
7473
|Header text column 1
7574
|Header text column 2

docs/contributors/modules/templates/pages/template-how-to.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ Break up large blocks of text where possible to help make it easier to consume.
7979

8080
This is the syntax for creating a table. This example has one heading row and one normal row. The table has three columns
8181

82-
[.table.table-striped]
83-
[cols=3*, options="header", stripes=even]
82+
[cols=3*, options="header"]
8483
|===
8584
|Header text column 1
8685
|Header text column 2

docs/contributors/modules/templates/pages/template-tutorial.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ Break up large blocks of text where possible to help make it easier to consume.
6565

6666
This is the syntax for creating a table. This example has one heading row and one normal row. The table has three columns
6767

68-
[.table.table-striped]
69-
[cols=3*, options="header", stripes=even]
68+
[cols=3*, options="header"]
7069
|===
7170
|Header text column 1
7271
|Header text column 2

docs/contributors/modules/templates/pages/test-page-one.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ include::guides:ROOT:partial$app-navigation/steps-to-project-settings.adoc[]
5050

5151
==== This is a table
5252

53-
[.table.table-striped]
54-
[cols=3*, options="header", stripes=even]
53+
[cols=3*, options="header"]
5554
|===
5655
|Header text column 1
5756
|Header text column 2
@@ -107,7 +106,6 @@ workflows:
107106

108107
[.table-scroll]
109108
--
110-
[.table.table-striped]
111109
[cols=4*, options="header"]
112110
|===
113111
|Key |Type |Default |Description

docs/guides/modules/ROOT/partials/deploy/supported-versions.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[.table.table-striped]
2-
[cols=2*, options="header", stripes=even]
1+
[cols=2*, options="header"]
32
|===
43
|Tool
54
|Tested versions

docs/guides/modules/ROOT/partials/execution-resources/arm-resource-table.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[.table.table-striped]
2-
[cols=6*, options="header", stripes=even]
1+
[cols=6*, options="header"]
32
|===
43
| Class | vCPUs | RAM | Disk Size | Cloud | Server
54

docs/guides/modules/ROOT/partials/execution-resources/docker-arm-resource-table.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ To find out which CircleCI Docker convenience images support Arm resource classe
99
. View what is supported under **OS/ARCH** for the latest tags. For example, `cimg/python` has `linux/amd64` and `linux/arm64`, which means Arm **is** supported.
1010
****
1111

12-
[.table.table-striped]
13-
[cols=5*, options="header", stripes=even]
12+
[cols=5*, options="header"]
1413
|===
1514
| Class | vCPUs | RAM | Cloud | Server
1615

docs/guides/modules/ROOT/partials/execution-resources/docker-resource-table.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
NOTE: For credit and access information, see the link:https://circleci.com/product/features/resource-classes/[Resource classes page]. Resource class access is dependent on your xref:guides:plans-pricing:plan-overview.adoc[Plan].
22

3-
[.table.table-striped]
4-
[cols=5*, options="header", stripes=even]
3+
[cols=5*, options="header"]
54
|===
65
| Class | vCPUs | RAM | Cloud | Server
76

0 commit comments

Comments
 (0)