Skip to content

Commit 4324415

Browse files
committed
Upgrade doc core version and fix image css issue
1 parent d21526c commit 4324415

File tree

3 files changed

+143
-154
lines changed

3 files changed

+143
-154
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"clear": "docusaurus clear"
1313
},
1414
"dependencies": {
15-
"@docusaurus/core": "2.0.0-alpha.71",
16-
"@docusaurus/preset-classic": "2.0.0-alpha.71",
15+
"@docusaurus/core": "^2.0.0-alpha.72",
16+
"@docusaurus/preset-classic": "^2.0.0-alpha.72",
1717
"@mdx-js/react": "^1.6.21",
1818
"clsx": "^1.1.1",
1919
"react": "^16.8.4",

src/css/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
height: 24px;
3636
display: flex;
3737
background-repeat: no-repeat;
38-
background-image: url("/experimenter-docs/img/github.svg");
38+
background-image: url("/img/github.svg");
3939
}
4040

4141
[data-theme="dark"] .header-github-link::before {
42-
background-image: url("/experimenter-docs/img/github-dark.svg");
42+
background-image: url("/img/github-dark.svg");
4343
}
4444

4545
.menu__list a[href^="http://"]:not([href*="localhost:3000"]):after,
4646
.menu__list a[href^="https://"]:not([href*="mozilla.github.io/experimenter-docs"]):after
4747
{
4848
content: "";
4949
background-repeat: no-repeat;
50-
background-image: url("/experimenter-docs/img/external.svg");
50+
background-image: url("/img/external.svg");
5151
display: block;
5252
min-width: 15px;
5353
height: 15px;

0 commit comments

Comments
 (0)