libretime/docs/releases/_release-head.mdx
Kyle Robbertze 811f1eb833
docs: prepare docs for Docusaurus v3 (#3139)
### Description

V3 has several breaking changes that need to be addressed

### Testing Notes

**What I did:**

Tested using docusaurus:

```shell
make docs-dev
```
2025-03-13 16:15:54 +00:00

19 lines
619 B
Plaintext

import TarballLink from "@site/src/components/TarballLink";
<p>
This version was released on <strong>{props.date}</strong>.
</p>
:::info
Please report new issues and/or feature requests in [the issue tracker](https://github.com/libretime/libretime/issues).
For general discussion or if you need help, you can join the [discourse](https://discourse.libretime.org/) forum or chat on [#libretime:matrix.org](https://matrix.to/#/#libretime:matrix.org).
:::
<p>
The full tarball for the <code>{props.version}</code> release of LibreTime is
available <TarballLink version={props.version}>here</TarballLink>.
</p>