Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit b845cb8

Browse files
author
Kuba Audykowicz
authored
Merge pull request #389 from DolbyIO/develop
Develop
2 parents 64588b2 + f6a6220 commit b845cb8

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
packages: write
1010

1111
env:
12-
PLUGIN_VERSION: "1.2.0-beta.10"
12+
PLUGIN_VERSION: "1.2.0-beta.11"
1313
CPP_SDK_VERSION: "2.6.1"
1414
CPP_SDK_URL: "https://github.com/DolbyIO/comms-sdk-cpp/releases/download"
1515
PLUGIN_SOURCE_DIR: "DolbyIO"

DolbyIO/DolbyIO.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 1,
4-
"VersionName": "1.2.0-beta.10",
4+
"VersionName": "1.2.0-beta.11",
55
"FriendlyName": "Dolby.io Virtual Worlds",
66
"Description": "Plugin integrating Dolby.io Communications.",
77
"Category": "Communications",

docs/docusaurus.config.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ const config = {
5353
({
5454
// Replace with your project's social card
5555
navbar: {
56-
title: 'Home',
56+
title: 'Virtual Worlds plugin for Unreal Engine',
57+
style: 'dark',
5758
logo: {
58-
alt: 'Comms Unreal Plugin Logo',
59-
src: 'img/logo.svg',
59+
alt: 'Dolby logo',
60+
src: 'img/logo-white.svg',
61+
className: 'logo',
6062
},
6163
},
6264
footer: {

docs/src/css/custom.css

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@
66

77
/* You can override the default Infima variables here. */
88
:root {
9-
--ifm-color-primary: #47098e;
10-
--ifm-color-primary-dark: #575687;
11-
--ifm-color-primary-darker: #2e2771;
12-
--ifm-color-primary-darkest: #2b205d;
13-
--ifm-color-primary-light: #33925d;
14-
--ifm-color-primary-lighter: #359962;
15-
--ifm-color-primary-lightest: #3cad6e;
9+
--ifm-color-primary: #AA33FF;
10+
--ifm-color-primary-light: #EACCFF;
1611
--ifm-code-font-size: 95%;
1712
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
1813
}
@@ -29,6 +24,11 @@
2924
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3025
}
3126

27+
.logo {
28+
height: 22px !important;
29+
transform: translateY(28%);
30+
}
31+
3232
img[alt=gettoken],
3333
img[alt=settoken],
3434
img[alt=ontoken],
@@ -39,4 +39,9 @@ img[alt=details] {
3939
img[alt=components],
4040
img[alt=subsystem] {
4141
width: 350px;
42+
}
43+
44+
table {
45+
width: 100%;
46+
display: table;
4247
}

docs/static/img/logo-white.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)