Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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, as of commit 4b2c488. 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. Each file was only changed sufficiently to allow alpha's preprocessor and hugo version to parse the source successfully. A diff of each can be generated with these commands: git diff 4b2c488:content/en/docs/usecases/generate.md content/docs/concept/code-generation-and-extraction-use-case/en.md git diff 4b2c488:content/en/docs/usecases/configuration.md content/docs/concept/configuration-use-case/en.md git diff 4b2c488:content/en/docs/usecases/validation.md content/docs/concept/data-validation-use-case/en.md git diff 4b2c488:content/en/docs/usecases/query.md content/docs/concept/querying-use-case/en.md git diff 4b2c488:content/en/docs/usecases/datadef.md content/docs/concept/schema-definition-use-case/en.md git diff 4b2c488:content/en/docs/usecases/scripting.md content/docs/concept/scripting-use-case/en.md During import, cue-lang/cue#2666 was opened to request the preprocessor change how it formats multi-document YAML files. 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/data-validation-use-case/ Preview-Path: /docs/concept/querying-use-case/ Preview-Path: /docs/concept/schema-definition-use-case/ Preview-Path: /docs/concept/scripting-use-case/ Signed-off-by: Jonathan Matthews <[email protected]> Change-Id: Iabf035fa1eaed25c663811f9ab1a3208d3c2dac9 Dispatch-Trailer: {"type":"trybot","CL":1171276,"patchset":7,"ref":"refs/changes/76/1171276/7","targetBranch":"alpha"}
- Loading branch information