Skip to content

Commit

Permalink
feat: add adsterra ads
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakshrma committed Feb 24, 2024
1 parent 0806346 commit 210ed1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
14 changes: 0 additions & 14 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ module.exports = {
prism: {
defaultLanguage: "ts",
},

// algolia: {
// apiKey: 'e71b47af92b1daef0e43bbbfa2b4a70a',
// indexName: 'decipher_dev',
// },
navbar: {
hideOnScroll: true,
logo: {
Expand Down Expand Up @@ -102,15 +97,6 @@ module.exports = {
},
],
},
// {
// title: "Contact me",
// items: [
// {
// label: "Email me",
// href: "mailto:contact-me@decipher.dev?subject=Say Hi!&body=Hi,\n",
// },
// ],
// },
],
copyright: `Copyright © ${new Date().getFullYear()} Deepak Vishwakarma`,
},
Expand Down
4 changes: 2 additions & 2 deletions src/theme/DocItem/Layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function DocItemLayout({ children }) {
: {
key: "59ef6ced01ec04fa3c9bd9047ebdb09d",
format: "iframe",
height: 90,
height: 100,
width: 728,
params: {},
}
Expand All @@ -73,7 +73,7 @@ export default function DocItemLayout({ children }) {
options={{
key: "286ff15c1b873aacf8de3968d93bdd8b",
height: 600,
width: 160,
width: 300,
params: {},
}}
></Ad>
Expand Down
1 change: 1 addition & 0 deletions src/theme/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
width: 200px;
}
.adscard {
padding: 4px;
display: flex;
gap: 8px;
}

0 comments on commit 210ed1e

Please sign in to comment.