8000 Fix YAML indenting issues. · stackbuilders/circleci-docs@c8a1b42 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit c8a1b42

Browse files
committed
Fix YAML indenting issues.
1 parent 4649b92 commit c8a1b42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jekyll/_cci2/creating-orbs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ To write inline orbs, place the orb elements under that orb's key in the ```orb
139139

140140
{% raw %}
141141
```yaml
142-
version 2.1
142+
version: 2.1
143143
description: # The purpose of this orb
144144

145145
orbs:
@@ -261,7 +261,7 @@ If you would like, you may also supply an additional `examples` stanza in the or
261261

262262
{% raw %}
263263
```yaml
264-
version 2.1
264+
version: 2.1
265265
266266
examples:
267267
simple_greeting:
@@ -287,7 +287,7 @@ The above usage example can be optionally supplemented with a `result` key, demo
287287

288288
{% raw %}
289289
```yaml
290-
version 2.1
290+
version: 2.1
291291
292292
examples:
293293
simple_greeting:
@@ -408,7 +408,7 @@ If ```biz/baz``` is updated to ```3.0.0```, anyone using ```foo/bar@1.2.3``` wil
408408
409409
{% raw %}
410410
```yaml
411-
version 2.1
411+
version: 2.1
412412
413413
orbs:
414414
some-orb: some-ns/some-orb@volatile
@@ -421,7 +421,7 @@ jobs:
421421
another-job:
422422
executor: my-executor
423423
steps:
424-
- my-command
424+
- my-command:
425425
param1: "hello"
426426
```
427427
{% endraw %}

0 commit comments

Comments
 (0)
0