Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve syntax highlighting
Browse files Browse the repository at this point in the history
MattiasBuelens committed Jan 15, 2025
1 parent cb0421f commit 88e41e7
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -416,7 +416,7 @@ const config: Config = {
prism: {
theme: prismThemes.oneLight,
darkTheme: prismThemes.oneDark,
additionalLanguages: ['java', 'groovy', 'objectivec', 'brightscript', 'dart', 'bash', 'diff', 'json'],
additionalLanguages: ['java', 'groovy', 'objectivec', 'brightscript', 'dart', 'bash', 'diff', 'json', 'ruby'],
},
algolia: {
appId: '7HRS9V6FEL',
4 changes: 2 additions & 2 deletions theoplayer/how-to-guides/ios/millicast/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -16,15 +16,15 @@ import Intro from '../../shared/millicast/_getting-started-intro.mdx';

Add the Millicast integration to your project's `Podfile`, as demonstrated below:

```
```ruby
pod 'THEOplayer-Integration-Millicast'
```

### Add the Millicast integration to the player

First import the integration into your project:

```
```swift
import THEOplayerMillicastIntegration
```

0 comments on commit 88e41e7

Please sign in to comment.