diff --git a/docs/code/getting-started/code-generation/adhoc-mod-snippet.cue b/docs/code/getting-started/code-generation/adhoc-mod-snippet.cue index f812f4c3..11e70f12 100644 --- a/docs/code/getting-started/code-generation/adhoc-mod-snippet.cue +++ b/docs/code/getting-started/code-generation/adhoc-mod-snippet.cue @@ -12,8 +12,9 @@ foo: gen.#Generator: { // normally when writing generators as code // you add the CUE to turn In -> Out - // - provide project specific config and flags - // - dynamically decide what files to generate + // - provide project specific config and flags + // - dynamically decide what files to generate + // - craft schemas and DSLs to create anything // list of files to generate Out: [...] diff --git a/docs/content/getting-started/code-generation.md b/docs/content/getting-started/code-generation.md index 050d8831..f01241e6 100644 --- a/docs/content/getting-started/code-generation.md +++ b/docs/content/getting-started/code-generation.md @@ -354,4 +354,3 @@ Several files are generated, including a CUE file that houses your generator and The next page will cover modules in general and the [first-example](/first-example/) is a walkthrough on creating a full-stack application generator from scratch. -