Admonitions
Call-out admonitions allow you to highlight parts of the documentation which require special attention or which don't fit in the usual flow of content.
:::note
**This** is an example of a call-out admonition. For more info please get in touch with us on [Discord]
(https://discord.gg/vBPpJkS).
:::
:::note Additional Resources
Data Federation with Hasura - [Watch Webinar](https://hasura.io/events/webinar/data-federation-hasura-graphql/).
:::
Please ensure to leave empty lines in the start and the end (first and last lines). This to avoid prettier messing up the formatting in this Docusaurus special syntax.
Read about it on the Docusaurus Docs
+
:::info Note
+
Make sure to place the note/admonition in a place where the user will see it at the appropriate time.
+
:::
+
which would render as below
Adding an additional layer on top of the Hasura GraphQL engine significantly impacts the performance provided by it out of the box (by as much as 4x). If you need any help with remodeling these kinds of use cases to use the built-in remote schemas feature, please get in touch with us on Discord.
Data Federation with Hasura - Watch Webinar.
Please prefer :::info Note
over :::note
for a decent blue colored note.
For further syntax and usage reference please check docusaurus Admonitions docs