Skip to content

Commit

Permalink
build: Bump dependencies (#90)
Browse files Browse the repository at this point in the history
* build(deps): Update all deps to latest versions

* docs: Fix anchors
  • Loading branch information
Danielku15 authored May 14, 2024
1 parent 38c1528 commit 4abf79c
Show file tree
Hide file tree
Showing 5 changed files with 957 additions and 980 deletions.
2 changes: 1 addition & 1 deletion docs/reference/settings/display/barsperrow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {TypeTable, TypeRow} from '@site/src/components/TypeTable';
## Description

This setting sets the number of bars that should be put into one row during layouting. This setting is only respected
when using the layoutMode `page` where bars are aligned in rows. [Demo](/docs/showcase/layouts#page-layout-5-bars)
when using the layoutMode `page` where bars are aligned in rows. [Demo](/docs/showcase/layouts#page-layout-5-bars-per-row)

<PropertyDescription metadata={metadata} showJson={true} />

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/settings/display/layoutmode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ AlphaTab has various layout engines that arrange the rendered bars differently.

<TypeTable>
<TypeRow type="js" name="alphaTab.LayoutMode">
`Page` - The bars are aligned in a [page-style fashion](/docs/showcase/layouts#page-layout")<br />
`Page` - The bars are aligned in a [page-style fashion](/docs/showcase/layouts#page-layout)<br />
`Horizontal` - The bars are aligned in a [left-to-right](/docs/showcase/layouts#horizontal-layout)
</TypeRow>
<TypeRow type="json-js-html" name="string">
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/settings/display/startbar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {TypeTable, TypeRow} from '@site/src/components/TypeTable';
This setting sets the index of the first bar that should be rendered from the overall song. This setting can be used to
achieve a paging system or to only show partial bars of the same file. By this a tutorial alike display can be achieved
that explains various parts of the song. Please note that this is the bar number as shown in the music sheet (1-based) not the array index (0-based).
[Demo](/docs/showcase/layouts#page-layout-range)
[Demo](/docs/showcase/layouts#page-layout-bar-5-to-8)

<PropertyDescription metadata={metadata} showJson={true} />

Expand Down
Loading

0 comments on commit 4abf79c

Please sign in to comment.