summaryrefslogtreecommitdiffhomepage
path: root/yaml.html.markdown
Commit message (Collapse)AuthorAgeLines
* [yaml/en] Fix an example in YAML (#4562)Eli Orzitzer2024-05-13-1/+1
|
* Merge branch 'master' into patch-2Boris Verkhovskiy2024-04-04-31/+82
|\
| * minor typo in boolean comment (#4721)remonboonstra2023-09-08-2/+2
| |
| * Fix typoRaymond Li2023-04-06-1/+1
| |
| * Fixes typos in many different English articlesMarcel Ribeiro-Dantas2022-12-10-1/+1
| | | | | | | | Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
| * [yaml/en] add another example for YAML null valueLouis PORTAY2022-11-21-0/+1
| |
| * [yaml/en] Add more information/examples about YAML capabilitiesAlex Golub2022-10-17-31/+81
| |
* | `<<` is an expression, not a regexXing Zheng2021-06-08-1/+1
|/
* [yaml/en] Remove unused anchor谭九鼎2020-10-20-3/+3
|
* Purge my deadnameLeigh Brenecki2020-02-13-1/+1
|
* UTF-8/16/32 characters need to be encodedPeter Uithoven2019-07-05-0/+2
|
* Removed duplicate **is**Rohith Reddy Kumbharkar2018-12-07-1/+1
|
* Correct wording, closes #3098Divay Prakash2018-10-27-1/+1
|
* Explain regexp, closes #2197Divay Prakash2018-10-27-0/+4
|
* Fix YAML, closes #3172 (#3329)Divay Prakash2018-10-26-13/+17
| | | | | * Fix yamllint errors * Fix link
* [yaml/en] Use preferred style; add missing usesIngy döt Net2018-01-25-37/+44
| | | | | | | | | | | | | * 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`.
* Fix a bunch of typosHairyFotr2017-08-23-2/+2
|
* [yaml/en] Fix #2558 1 is interpreted as a number not as a boolean. For a ↵Samantha McVey2016-11-11-2/+2
| | | | boolean use we use true
* [yaml/en] Add more resources (#1666)Rodrigo Russo2016-04-28-0/+5
|
* Merge pull request #1966 from lesaff/patch-2Spurlow2015-11-27-0/+2
|\ | | | | Add a note regarding string value of "1"
| * Add a note regarding string value of "1"Rudy Affandi2015-10-31-0/+2
| | | | | | Because some YAML parser will always assume that 1 is boolean for true.
* | Add more complex key examples, and an example of inheritanceSuhas2015-11-04-3/+28
|/
* [yaml/cn]: add last translationniuzhist2014-06-01-1/+1
|
* yaml: Chinese translationniuzhist2014-05-31-2/+2
|
* Add YAML guideAdam Brenecki2014-03-02-0/+139