Skip to content

Commit dc5e227

Browse files
authored
Remove beamer from docs (#950)
1 parent 76d94b4 commit dc5e227

File tree

3 files changed

+0
-53
lines changed

3 files changed

+0
-53
lines changed

docusaurus.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ const config = {
9999
}
100100
},
101101
path.resolve(__dirname, 'plugins', 'custom-gtm'),
102-
path.resolve(__dirname, 'plugins', 'custom-beamer'),
103102
[
104103
'docusaurus-plugin-remote-content',
105104
{
@@ -524,12 +523,6 @@ const config = {
524523
className: 'header-discord-link',
525524
'aria-label': 'Discord',
526525
},
527-
{
528-
href: '#',
529-
position: 'right',
530-
className: 'header-beamer-link',
531-
'aria-label': 'Beamer',
532-
},
533526
],
534527
},
535528
footer: {

plugins/custom-beamer/index.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/css/custom.css

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -53,33 +53,6 @@ a:hover.menu__link {
5353
opacity: 1;
5454
}
5555

56-
.header-beamer-link:hover {
57-
opacity: 0.6;
58-
}
59-
60-
.header-beamer-link:after {
61-
content: '';
62-
display: inline-block;
63-
height: 24px;
64-
width: 24px;
65-
background-color: currentColor;
66-
mask-image: url('data:image/svg+xml,%3Csvg%20fill%3D%22currentColor%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-hidden%3D%22true%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%209a6.75%206.75%200%200113.5%200v.75c0%202.123.8%204.057%202.118%205.52a.75.75%200%2001-.297%201.206c-1.544.57-3.16.99-4.831%201.243a3.75%203.75%200%2001-7.48%200%2024.585%2024.585%200%2001-4.831-1.244.75.75%200%2001-.298-1.205A8.217%208.217%200%20005.25%209.75V9zm4.502%208.9a2.25%202.25%200%20104.496%200%2025.057%2025.057%200%2001-4.496%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
67-
}
68-
69-
.header-beamer-link {
70-
display: flex;
71-
padding: 0;
72-
margin: 0;
73-
opacity: 1;
74-
}
75-
76-
.beamer_icon.active {
77-
z-index: 20 !important;
78-
width: 13px !important;
79-
height: 13px !important;
80-
line-height: 13px !important;
81-
}
82-
8356
.header-signup-link {
8457
display: flex;
8558
background-color: red;

0 commit comments

Comments
 (0)