Add version to Docs header; fix broken links

This commit is contained in:
Ryan Gossiaux
2023-06-10 20:58:41 -07:00
parent 8eb08feb03
commit b17ef3ae0f
12 changed files with 14 additions and 12 deletions

View File

@@ -147,7 +147,7 @@ By default the `DisclosureButton` receives focus after calling `close()`, but yo
## Transitions
To animate the opening and closing of the disclosure panel, you can use [this library's Transition component](/docs/transition) or Svelte's built-in transition engine. See that page for a comparison.
To animate the opening and closing of the disclosure panel, you can use [this library's Transition component](/docs/latest/transition) or Svelte's built-in transition engine. See that page for a comparison.
### Using the `Transition` component