mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-05 14:28:31 +00:00
Merge pull request #4877 from verhovsky/build-fix
Fix files that error when building
This commit is contained in:
commit
693a1c85b0
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: CUE
|
name: CUE
|
||||||
category: language
|
category: language
|
||||||
language: cue
|
language: CUE
|
||||||
filename: learncue.cue
|
filename: learncue.cue
|
||||||
contributors:
|
contributors:
|
||||||
- ["Daniel Cox", "https://github.com/danielpcox"]
|
- ["Daniel Cox", "https://github.com/danielpcox"]
|
||||||
@ -24,7 +24,7 @@ disposition: "oblivious"
|
|||||||
|
|
||||||
Now we can unify and export to JSON:
|
Now we can unify and export to JSON:
|
||||||
```bash
|
```bash
|
||||||
% cue export name.cue disposition.cue
|
% cue export name.cue disposition.cue
|
||||||
{
|
{
|
||||||
"name": "Daniel",
|
"name": "Daniel",
|
||||||
"disposition": "oblivious"
|
"disposition": "oblivious"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: perl6
|
name: Raku
|
||||||
category: language
|
category: language
|
||||||
language: Raku
|
language: Raku
|
||||||
filename: learnraku-es.raku
|
filename: learnraku-es.raku
|
||||||
|
Loading…
Reference in New Issue
Block a user