Skip to content

Commit

Permalink
Merge pull request #120 from GetStream/add-unity
Browse files Browse the repository at this point in the history
Add unity
  • Loading branch information
sierpinskid committed Nov 9, 2023
2 parents e6aeee5 + d146a85 commit 856de7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const folderMapping = {
angular: "Angular",
api: "API",
javascript: "JavaScript",
unity: "Unity",
}

const platformMapping = {
Expand All @@ -18,6 +19,7 @@ const platformMapping = {
angular: "angular",
api: "api",
javascript: "javascript",
unity: "Unity",
}

const languageMapping = {
Expand All @@ -29,6 +31,7 @@ const languageMapping = {
angular: "javascript",
api: "javascript",
javascript: "javascript",
unity: "Unity",
}

const PRODUCT = process.env.PRODUCT
Expand Down
1 change: 1 addition & 0 deletions src/theme/prism-include-languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const prismIncludeLanguages = PrismObject => {
require("prismjs/components/prism-groovy")
require("prismjs/components/prism-ruby")
require("prismjs/components/prism-go")
require("prismjs/components/prism-csharp")
delete window.Prism
}
}
Expand Down
1 change: 1 addition & 0 deletions static/icon/unity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 856de7e

Please sign in to comment.