You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jekyll/_cci2/customizations.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ Let's take a look at one of the options in more detail
185
185
```
186
186
187
187
* `:medium` - this is the name that your developers will use to refer to the resource class in their config.yml and the is the external facing name of the resource class.
188
-
* `:id "d1.medium"`` - this is the internal name for the resource class. You can customize this ID for Docker resource classes.
188
+
* `:id "d1.medium"` - this is the internal name for the resource class. You can customize this ID for Docker resource classes.
189
189
* `:availability :general` - required field
190
190
* `:ui {:cpu 4.0 :ram 8192 :class :medium}` - Information used by the CircleCI UI. This this should be kept in parity with :outer - see below.
191
191
* `:outer {:cpu 4.0 :ram 8192}` - This defines the CPU and RAM for the resource class.
0 commit comments