Skip to content

Commit

Permalink
fix: remote adevertise from footer (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
binayachaudari committed Oct 10, 2023
1 parent 337d32d commit 10e85d9
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,18 @@ const config = {
algolia: {
// If Algolia did not provide you any appId, use 'BH4D9OD16A'
appId: 'OFOYRKZKKB',

// Public API key: it is safe to commit it
apiKey: 'f70587b4279fabdac7fd30732de4e5de',
indexName: 'docs-daily'

indexName: 'docs-daily',

// Optional: see doc section below

// Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them.


// Optional: Algolia search parameters


//... other Algolia params
},
colorMode: {
Expand All @@ -86,7 +84,7 @@ const config = {
{
label: 'Video tutorials',
to: 'video-tutorials',
position: 'left'
position: 'left',
},
{
label: 'Changelog',
Expand Down Expand Up @@ -161,10 +159,6 @@ const config = {
label: 'Blog',
to: 'https://daily.dev/blog',
},
{
label: 'Advertise',
to: 'https://promote.daily.dev/',
},
{
label: 'Brand book',
to: 'https://brand.daily.dev/',
Expand Down

1 comment on commit 10e85d9

@vercel
Copy link

@vercel vercel bot commented on 10e85d9 Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.