YAML multiline tip for project.yml files (#10187)

* MultiHashEmbed vector docs correction

* add in multi-line tip

* convert to sidebar tip
This commit is contained in:
Peter Baumgartner 2022-02-08 02:35:09 -05:00 committed by GitHub
parent e4625d2fc3
commit 836f689cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,6 +213,12 @@ format, train a pipeline, evaluate it and export metrics, package it and spin up
a quick web demo. It looks pretty similar to a config file used to define CI
pipelines.
> #### Tip: Multi-line YAML syntax for long values
>
> YAML has [multi-line syntax](https://yaml-multiline.info/) that can be
> helpful for readability with longer values such as project descriptions or
> commands that take several arguments.
```yaml
%%GITHUB_PROJECTS/pipelines/tagger_parser_ud/project.yml
```