Skip to content

Commit

Permalink
Fix incorrect docusaurus callout MDX in writing guidelines
Browse files Browse the repository at this point in the history
- should be using EUI components as part of the example
  • Loading branch information
cee-chen committed Oct 29, 2024
1 parent c1b821b commit 4847ace
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ sidebar_position: 3

import {
EuiCard,
EuiCallOut,
EuiFlexGroup,
EuiButton,
EuiPanel,
Expand Down Expand Up @@ -100,9 +101,9 @@ Proper nouns include product names, solutions, apps, feature tiers, and subscrip
</Guideline>

<Guideline type="do" text="App names are also capitalized, as seen in Dashboard app in this example. When referring to building a dashboard, the term is capitalized. In another example, the Machine Learning app is upper case, but the machine learning feature is lower case." panelPadding="xl">
:::note Building a dashboard?
Create content directly from our Dashboard app using our new integrated workflow. [Learn more](https://brand.elastic.co/302f66895/p/072ccc-naming-guide)
:::
<EuiCallOut iconType="gear" title="Building a dashboard?">
Create content directly from our Dashboard app using our new integrated workflow. <EuiLink href="https://brand.elastic.co/302f66895/p/072ccc-naming-guide" target="_blank">Learn more</EuiLink>
</EuiCallOut>
</Guideline>

For more information, view the [Elastic name guidelines.](https://brand.elastic.co/302f66895/p/072ccc-naming-guide)
Expand Down

0 comments on commit 4847ace

Please sign in to comment.