Skip to content

Commit

Permalink
docusaurus.v3: caution is deprecated (now called warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Nov 2, 2023
1 parent 279b866 commit 3aeb9f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ necessarily be in the following order:
- [external blocks](external-blocks.md)
- [blocks](blocks.md)

:::caution
:::warning

Having the sections out of order will cause a syntax error.

Expand Down
2 changes: 1 addition & 1 deletion doc/reference/includes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ bopkit print-sites
...
```

:::caution
:::warning

Certain included filenames from the distribution must be quoted.

Expand Down
2 changes: 1 addition & 1 deletion doc/reference/signals-and-buses.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Here is a table of the supported indexations, and how they're resolved to expand
| a:[-4] | a[3], a[2], a[1], a[0] | Equivalent to a[3..0] |
| a[3..4]:[2] | a[3][0], a[3][1], a[4][0], a[4][1] | 2 dimensional bus |

:::caution
:::warning

Because bus indexes are 0-based, note that for example `a:[8]` is of size 8, and it's last signal is `a[7]` (and not `a[8]`). Beware of off-by-1 errors.

Expand Down

0 comments on commit 3aeb9f0

Please sign in to comment.