Add comments and documentation, replace angle brackets in CLI documentation #401
Annotations
5 errors
docs/src/content/docs/reference/cli/run.mdx#L40
HTML entities should not be used in markdown files; replace '<' with '<' and '>' with '>'.
|
docs/src/content/docs/reference/cli/run.mdx#L62
HTML entities should not be used in markdown files; replace '<' with '<' and '>' with '>'.
|
docs/src/content/docs/samples/cmt.mdx#L104
Incorrect code fence 'sh' should be 'shell' for consistency with the rest of the documentation.
|
docs/src/content/docs/samples/cmt.mdx#L128
Incorrect variable access, 'env.vars.build' should be 'env.vars' to access 'format' and 'build' variables correctly.
|
docs/src/content/docs/samples/cmt.mdx#L132
Incorrect flag format, use '--vars.build="npm run build"' and '--vars.format="npm run format"' instead of the current format.
|
This job succeeded
Loading