Skip to content

Commit 4d53d63

Browse files
docs: try a different admonition format (#4061)
1 parent 25e5187 commit 4d53d63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/howto/overrides.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Overriding types
22

3-
.. note:: Type overrides and field renaming are only fully-supported for Go.
3+
:::{note}
4+
Type overrides and field renaming are only fully-supported for Go.
5+
:::
46

57
In many cases it's useful to tell `sqlc` explicitly what Go type you want it to
68
use for a query input or output. For instance, by default when you use

0 commit comments

Comments
 (0)