Skip to content

Commit dc034a6

Browse files
Optimize LLM markdown (#984)
1 parent f4540ac commit dc034a6

59 files changed

Lines changed: 6 additions & 12830 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/audiodocs/docs/fundamentals/introduction.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
slug: /
32
sidebar_position: 1
43
---
54

packages/audiodocs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@mui/material": "^7.1.0",
3434
"@react-native-community/slider": "^5.0.1",
3535
"@shopify/react-native-skia": "1.10.2",
36-
"@swmansion/t-rex-ui": "1.3.0",
36+
"@swmansion/t-rex-ui": "1.3.1",
3737
"@types/three": "^0.180.0",
3838
"@vercel/og": "^0.6.2",
3939
"babel-polyfill": "^6.26.0",

packages/audiodocs/src/components/Hero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Hero = () => {
2323
<div className={styles.lowerHeading}>
2424
<div className={styles.buttonContainer}>
2525
<HomepageButton
26-
href="/react-native-audio-api/docs/"
26+
href="/react-native-audio-api/docs/fundamentals/introduction"
2727
title="Get started"
2828
/>
2929
</div>

0 commit comments

Comments
 (0)