Skip to content

Commit

Permalink
remove search (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaaaa authored Dec 3, 2024
1 parent 95e407f commit 8912335
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,6 @@ const config = {
organizationName: "xmtp",
projectName: "xmtp-dot-org",
scripts: [
{
src: "https://widget.kapa.ai/kapa-widget.bundle.js",
"data-website-id": "7039ef02-1fe3-4e7a-9dfa-5421408b7cea",
"data-project-name": "XMTP",
"data-project-color": "#5A2895",
"data-project-logo":
"https://avatars.githubusercontent.com/u/82580170?s=280&v=4",
"data-modal-example-questions":
"How do I send a remote attachment?,Is XMTP Decentralized?, Do you have group chats?",
"data-button-position-bottom": "120px",
"data-button-hide": "true",
"data-modal-override-open-class": "ask_gpt",
"data-search-mode-default": "false",
"data-search-mode-enabled": "true",
"data-modal-title": "XMTP Docs",
async: true,
},
{
src: "/js/myjs.js",
},
Expand Down Expand Up @@ -332,29 +315,6 @@ const config = {
},
],
},
algolia: {
// The application ID provided by Algolia
appId: process.env.ALGOLIA_APP_ID,

// Public API key: it is safe to commit it
apiKey: process.env.ALGOLIA_API_KEY,

indexName: process.env.ALGOLIA_INDEX_NAME,

// Optional: see doc section below
contextualSearch: true,

// 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.
// externalUrlRegex: 'external\\.com|domain\\.com',

// Optional: Algolia search parameters
searchParameters: {},

// Optional: path for search page that enabled by default (`false` to disable it)
searchPagePath: "search",

//... other Algolia params
},
prism: {
additionalLanguages: ["swift", "kotlin", "graphql"],
theme: darkCodeTheme,
Expand Down

0 comments on commit 8912335

Please sign in to comment.