Skip to content

Commit

Permalink
try removing beamer from docs site (#2876)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Graham <[email protected]>
  • Loading branch information
dpgraham and Daniel Graham authored Aug 2, 2024
1 parent 383591d commit 39598f7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 88 deletions.
12 changes: 0 additions & 12 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ const docusaurusConfig = {
},
],
themeConfig: {
beamer: {
product_id: `'WyhkZHOU27797'`,
display: `'popup'`,
// selector: `'.beamerContainer'`,
},
prism: {
additionalLanguages: [
'java',
Expand Down Expand Up @@ -120,12 +115,6 @@ const docusaurusConfig = {
position: 'left',
to: '/error-reporting/getting-started',
},
{
type: 'html',
position: 'right',
className: 'beamerTrigger',
value: '<img src="/img/beamer.svg" width="22" height="22" class="beamer-navbar-bell" alt="Product Updates">',
},
],
},
/* this is a swizzled component, see inside theme folder */
Expand Down Expand Up @@ -175,7 +164,6 @@ const docusaurusConfig = {
],
],
themes: ['docusaurus-theme-github-codeblock'],
plugins: ['./src/plugins/beamer'],
};

if (!process.env.SAUCE_DOCS_DEV) {
Expand Down
19 changes: 0 additions & 19 deletions src/css/beamer.css

This file was deleted.

1 change: 0 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
@import "footer-styles.css";
@import "fw-badge-override.css";
@import "homesearchbar.css";
@import "beamer.css";
@import "./variables/colors.modules.css";
@import "./variables/fonts.modules.css";

Expand Down
56 changes: 0 additions & 56 deletions src/plugins/beamer/index.js

This file was deleted.

0 comments on commit 39598f7

Please sign in to comment.