diff --git a/packages/docs/docs/guides/app-integration/attribution.mdx b/packages/docs/docs/guides/app-integration/attribution.mdx index 4f7df2e81..53d321a84 100644 --- a/packages/docs/docs/guides/app-integration/attribution.mdx +++ b/packages/docs/docs/guides/app-integration/attribution.mdx @@ -6,13 +6,6 @@ image: images/blockly_banner.png import Image from '@site/src/components/Image'; - - - - # Attribute Blockly Blockly's code is open source and free to use without attribution. @@ -46,18 +39,16 @@ press interviews, the app, and on your website. ### Reference do's and don'ts -

- Do — Call Blockly "beginner friendly" - instead of "kid friendly." Blockly is used for a variety of applications, not - all of which are kid focused. -

+:::tip[Do] +Call Blockly "beginner friendly" instead of "kid friendly." Blockly is used for +a variety of applications, not all of which are kid focused. +::: -

- Don't — Refer to Blockly as a language - (for example, as a "block-based programming language"). Blockly is not a - language, it's a library that developers use to make a block-based visual - programming interface. -

+:::danger[Don't] +Refer to Blockly as a language (for example, as a "block-based programming +language"). Blockly is not a language, it's a library that developers use to +make a block-based visual programming interface. +::: ## How to visually represent Blockly @@ -324,7 +315,7 @@ element on your page. Never crowd or overlap the logo with other elements.

Common errors

- Do not... + Do not...