Thomas Müller
6a7cfde3f7
Update yaml.html.markdown ( #5017 )
...
Two value description texts contain the wrong key name. This commit corrects both key names in the description texts.
2024-08-07 18:30:31 +02:00
Eli Orzitzer
d935b164e4
[yaml/en] Fix an example in YAML ( #4562 )
2024-05-13 13:32:33 -06:00
Boris Verkhovskiy
4d59048f0d
Merge branch 'master' into patch-2
2024-04-04 04:26:14 -07:00
remonboonstra
696e92f814
minor typo in boolean comment ( #4721 )
2023-09-08 13:35:53 +08:00
Raymond Li
2135d83bef
Fix typo
2023-04-06 23:23:20 -07:00
Marcel Ribeiro-Dantas
bba9f7df21
Fixes typos in many different English articles
...
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
2022-12-10 12:05:34 -03:00
Louis PORTAY
d2d10c7050
[yaml/en] add another example for YAML null value
2022-11-21 14:24:01 +01:00
Alex Golub
7aa536ff0d
[yaml/en] Add more information/examples about YAML capabilities
2022-10-17 18:51:39 +03:00
Xing Zheng
b38d443712
<<
is an expression, not a regex
2021-06-08 09:55:56 +08:00
谭九鼎
7d6d031189
[yaml/en] Remove unused anchor
2020-10-20 16:56:44 +08:00
Leigh Brenecki
5864aba42d
Purge my deadname
2020-02-13 10:38:29 +10:30
Peter Uithoven
f2b4df9a8e
UTF-8/16/32 characters need to be encoded
2019-07-05 17:09:05 +02:00
Rohith Reddy Kumbharkar
ef4106486f
Removed duplicate **is**
2018-12-07 20:48:37 +05:30
Divay Prakash
699ab98187
Correct wording, closes #3098
2018-10-27 18:32:40 +05:30
Divay Prakash
62e9ea6b71
Explain regexp, closes #2197
2018-10-27 18:16:06 +05:30
Divay Prakash
dba905ffd2
Fix YAML, closes #3172 ( #3329 )
...
* Fix yamllint errors
* Fix link
2018-10-26 03:25:48 +05:30
Ingy döt Net
7cd43d8ad4
[yaml/en] Use preferred style; add missing uses
...
* YAML allows literal tabs in content, but not indentation.
* Two space indent always preferred.
* Note: YAML dumpers always use 2 space by default.
* '- ...' doesn't need extra indentation.
* Note: YAML dumpers don't use extra indentation.
* There was no mention of single quoted strings. They are preferred
and should be used except when double quote semantics are actually
required. (Best practice).
* Add flow form example for sets: `{a, b, c}`
* Show collapsed form of seq-in-seq: `- - - foo`.
2018-01-25 13:51:15 -08:00
HairyFotr
985d23a52b
Fix a bunch of typos
2017-08-23 10:14:39 +02:00
Samantha McVey
ae1d18ad91
[yaml/en] Fix #2558 1 is interpreted as a number not as a boolean. For a boolean use we use true
2016-11-11 13:34:19 -08:00
Rodrigo Russo
860fa9ebc7
[yaml/en] Add more resources ( #1666 )
2016-04-28 09:06:12 +02:00
Spurlow
52e2e819c3
Merge pull request #1966 from lesaff/patch-2
...
Add a note regarding string value of "1"
2015-11-27 11:49:26 +07:00
Suhas
d5e0a9fbf8
Add more complex key examples, and an example of inheritance
2015-11-04 20:14:45 +05:30
Rudy Affandi
8670035d19
Add a note regarding string value of "1"
...
Because some YAML parser will always assume that 1 is boolean for true.
2015-10-31 11:31:30 -07:00
niuzhist
24cffa7536
[yaml/cn]: add last translation
2014-06-01 09:39:22 -07:00
niuzhist
e8b6055e10
yaml: Chinese translation
2014-05-31 18:26:12 -07:00
Adam Brenecki
ff5e64f404
Add YAML guide
2014-03-02 12:01:54 +10:30