Skip to content

Commit

Permalink
docs: add mention for automatic schema association for Camel yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
djelinek committed Jan 7, 2025
1 parent ac79833 commit 93680ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ You can add a list of Camel components definition. This json definition can be f
Quick reference documentation when you hover the cursor over a Camel component.

<p align="center"><img src="../images/hoverDoc.png" alt="Quick Reference for XML DSL" class="zoom" width="75%"/></p>

## Automatic schema association for Camel YAML file

To easily allow schema association we can install [YAML Language Support by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) extension. If you take a look into documentation there are examples of usage. See [Associating schemas](https://github.com/redhat-developer/vscode-yaml?tab=readme-ov-file#associating-schemas).
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This extension provides completion, validation and documentation features for Ap
- [Specific Runtime provider for the Camel Catalog](./content/other.md#specific-runtime-provider)
- [Provide Additional Camel components](./content/other.md#additional-camel-components)
- [Quick Reference Documentation](./content/other.md#quick-reference-documentation)
- [Automatic schema association for Camel YAML file](./content/other.md#automatic-schema-association-for-camel-yaml-file)
- [Create a Camel Route using Camel JBang](./content/commands.md#create-a-camel-route-using-camel-jbang)
- YAML DSL
- Java DSL
Expand Down

0 comments on commit 93680ed

Please sign in to comment.