|
|
|
|
|
by rob74
1069 days ago
|
|
So basically the treat their docs as if it's code, i.e. use version control, CI etc. for it, but it's still not really code. For me, actual "docs as code" would be more like CUE (https://cuelang.org/) - a language with which you can write definitions for e.g. an API, and then use this code to generate docs and validate your API output against. |
|