There are some places like content/docs/user-guide/project-structure/pipelines-files.md and content/docs/user-guide/project-structure/index.md that talks about pipeline files while describing dvc.yaml. e.g.
dvc.yaml pipelines files define stages that form the pipeline(s) of a
project. All stage-based features such as dvc params, dvc metrics, and
dvc plots are specified here.
AFAICT there is a single file with multiple pipelines and commands don't receive a pipeline file argument to replace the default dvc.yaml. In these descriptions we may need to clarify that there is a single file where we describe all pipelines. WDYT @jorgeorpinel?
There are some places like
content/docs/user-guide/project-structure/pipelines-files.mdandcontent/docs/user-guide/project-structure/index.mdthat talks about pipeline files while describingdvc.yaml. e.g.AFAICT there is a single file with multiple pipelines and commands don't receive a pipeline file argument to replace the default
dvc.yaml. In these descriptions we may need to clarify that there is a single file where we describe all pipelines. WDYT @jorgeorpinel?