Skip to content

Commit

Permalink
Remove manual slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Apr 3, 2024
1 parent 88f66ee commit f842d54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@ const config: Config = {
.replace('web-ui/react/CHANGELOG', '/react/changelog')
.replace('android-ui/CHANGELOG', '/android/changelog')
.replace('react-native-theoplayer/CHANGELOG', '/getting-started/frameworks/react-native/changelog')
.replace('react-native-theoplayer/doc/', '/getting-started/frameworks/react-native/');
.replace('react-native-theoplayer/doc/', '/getting-started/frameworks/react-native/')
.replace('react-native-theoplayer-ui/CHANGELOG', '/react-native/changelog')
.replace('react-native-theoplayer-ui/doc/', '/react-native/');
}
if (params.filePath.toLowerCase().endsWith('changelog.md')) {
frontMatter.title ??= 'Changelog';
Expand Down

0 comments on commit f842d54

Please sign in to comment.