Open mcmah309 opened 1 week ago
A single file module syntax should be supported. To support correct syntax highlighting in IDE's we should use md files syntax, but any type of file the follows the format of using two "``" blocks should work. e.gmodule.md` ```yaml
md
`" blocks should work. e.g
description: "hello module" args: optional: - flutter_version
``` ```Dockerfile
RUN echo hello
``` "Containerfile" block should also work.
In yard.yaml
yard.yaml
inputs: modules: module: path/to/module.md
A single file module syntax should be supported. To support correct syntax highlighting in IDE's we should use
md
files syntax, but any type of file the follows the format of using two "``" blocks should work. e.g
module.md` ```yaml``` ```Dockerfile
``` "Containerfile" block should also work.
In
yard.yaml