Skip to content

Commit f8bd404

Browse files
authored
fix callout rendering
1 parent d4d93d3 commit f8bd404

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

content/docs/ivy/what-are-commands.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
title: What are commands?
33
---
44

5-
> This page took inspiration from the
6-
> [WPILib commands documentation](https://docs.wpilib.org/en/stable/docs/software/commandbased/what-is-command-based.html).
5+
import { Callout } from 'fumadocs-ui/components/callout'
6+
7+
<Callout title="Note" type="info">
8+
This page took inspiration from the
9+
[WPILib commands documentation](https://docs.wpilib.org/en/stable/docs/software/commandbased/what-is-command-based.html).
10+
</Callout>
711

812
Ivy is a library that implements the **command-based programming paradigm**.
913
While it is not the only way to write robot code, command-based robot code is

0 commit comments

Comments
 (0)