Skip to content

Commit b259f00

Browse files
author
Tony Worm
committed
add bullet point
1 parent 32a8155 commit b259f00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/code/getting-started/code-generation/adhoc-mod-snippet.cue

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ foo: gen.#Generator: {
1212

1313
// normally when writing generators as code
1414
// you add the CUE to turn In -> Out
15-
// - provide project specific config and flags
16-
// - dynamically decide what files to generate
15+
// - provide project specific config and flags
16+
// - dynamically decide what files to generate
17+
// - craft schemas and DSLs to create anything
1718

1819
// list of files to generate
1920
Out: [...]

docs/content/getting-started/code-generation.md

-1
Original file line numberDiff line numberDiff line change
@@ -354,4 +354,3 @@ Several files are generated, including a CUE file that houses your generator and
354354

355355
The next page will cover modules in general
356356
and the [first-example](/first-example/) is a walkthrough on creating a full-stack application generator from scratch.
357-

0 commit comments

Comments
 (0)