Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] concept: import cuelang.org/docs/usecases/
This change imports each of the 6 pages under https://cuelang.org/docs/usecases/ as its own Concept Guide. Whilst the words on most of the use case pages are valuable and worth preserving (perhaps with the slight exception of the "Scripting" page!), they're not really "Concept Guides". This is the closest category that fits their content right now, but is a sign that their content should probably be teased apart and made into more Diataxis-friendly pieces of documentation, over time. For now, let's import them here. This is WIP because I can't get the preprocessor to stop trying to execute a `cue export` whilst checking content/docs/concept/data-validation-use-case/en.md, instead of obeying the txtar commented command; which fails because the real command is marked as failing where the (seemingly) implicit `export` isn't. **Any insight into the following behaviour and error is much appreciated!** $ _scripts/runPreprocessor.bash execute cuelang.org/content/docs/concept/data-validation-use-case/en.md:31:8: failed to run /home/jonathan/bin/docker run --rm -i -e USER_UID=1000 -e USER_GID=1000 preprocessor:6737cccc9f796ca2aee8f8d2bb769c3cc3d28646cede57309f24310407b51610 -- cue export --out=yaml yaml: -: exit status 1 max: conflicting values 5 and 10: -:2:7 -:5:7 min: conflicting values 10 and 5: -:1:7 -:4:7 cuelang.org/content/docs/concept/data-validation-use-case/en.md:31:8: failed to format files: in error terminating because of errors Closes cue-lang/docs-and-content#23 Preview-Path: /docs/concept/code-generation-and-extraction-use-case/ Preview-Path: /docs/concept/configuration-use-case/ Preview-Path: /docs/concept/querying-use-case/ Preview-Path: /docs/concept/schema-definition-use-case/ Preview-Path: /docs/concept/scripting-use-case/ Preview-Path: /docs/concept/data-validation-use-case/ Signed-off-by: Jonathan Matthews <[email protected]> Change-Id: Iabf035fa1eaed25c663811f9ab1a3208d3c2dac9 Dispatch-Trailer: {"type":"trybot","CL":1171276,"patchset":1,"ref":"refs/changes/76/1171276/1","targetBranch":"alpha"}
- Loading branch information