Skip to content

Commit

Permalink
chore(docs): update and cleanup some things so build doesn't fail (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwacko authored Sep 18, 2024
1 parent b0aa180 commit 55ebb3d
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 55ebb3d

Please sign in to comment.