Skip to content

Commit

Permalink
chore: update and cleanup some things so build doesn't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwacko committed Sep 18, 2024
1 parent b0aa180 commit b5bdac2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 420 deletions.
7 changes: 6 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,20 @@ module.exports = {
]
],
themeConfig: {
docs: {
sidebar: {
hideable: true,
},
},
image: '/img/getsynth_favicon.png',
fathomAnalytics: {
siteId: isTargetVercel() ? 'QRVYRJEG' : 'HSFEOKWQ',
},
algolia: {
appId: 'synth',
apiKey: 'b0583a1f7732cee4e8c80f4a86adf57c',
indexName: 'synth',
},
hideableSidebar: true,
colorMode: {
defaultMode: 'dark',
disableSwitch: false,
Expand Down
315 changes: 0 additions & 315 deletions docs/src/theme/CodeBlock/index.tsx

This file was deleted.

Loading

0 comments on commit b5bdac2

Please sign in to comment.