Skip to content

Commit 479f823

Browse files
committed
docs: Remove pre-release markers
1 parent 001c98d commit 479f823

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

docs/alphatex/percussion.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Percussion
3-
since: 1.4.0-alpha.1026
3+
since: 1.4.0
44
---
55

66
import { SinceBadge } from '@site/src/components/SinceBadge';
77

8-
<SinceBadge since="1.4.0-alpha.1026" />
8+
<SinceBadge since="1.4.0" />
99

1010
import { AlphaTexSample } from '@site/src/components/AlphaTexSample';
1111

docs/guides/exporter.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ import { SinceBadge } from '@site/src/components/SinceBadge';
1212
After alphaTab has loaded a full [`Score`](/docs/reference/score) object from any input source, it can also be exported again to one of the supported export formats.
1313
Supported export formats:
1414

15-
- Guitar Pro 7 (alphaTab.exporter.Gp7Exporter) <span className="badge badge--info">since 1.2.0-alpha.75</span>
16-
17-
:::note
18-
More exporters are planned for the 1.5 release unless special feature requests of users are incoming.
19-
:::
15+
- Guitar Pro 7 (alphaTab.exporter.Gp7Exporter) <span className="badge badge--info">since 1.2.0</span>
2016

2117
To export a `Score` object the corresponding exporter needs to be created and called. Then the resulting binary array can be used further to
2218
trigger a download, send it to a server, save it to a file etc.

docs/showcase/special-tracks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ percussion track, it's hidden in case a drum tab is displayed.
1313
With Guitar Pro 6 files also grand staffs can be rendered.
1414
<AlphaTab file="/files/features/Piano.gpx" />
1515

16-
## Percussion <span class="badge badge--info badge--header">since 1.1.0-alpha.45</span>
16+
## Percussion <span class="badge badge--info badge--header">since 1.1.0</span>
1717

1818
Percussion tracks are similar to drum tabs but might have less lines than a normal staff.
1919
<AlphaTab file="/files/features/Percussion.gp" tracks="all" />

0 commit comments

Comments
 (0)