Skip to content

Commit

Permalink
Comment out TypeSense until collection on server can be made.
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon-White committed Sep 23, 2024
1 parent fbea1e1 commit a8c8330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const darkCodeTheme = Themes.dracula;
const config = {

themes: [
"docusaurus-theme-search-typesense",
//"docusaurus-theme-search-typesense",
],
title: "FreeSWITCH Documentation",
url: "https://developer.signalwire.com",
Expand Down Expand Up @@ -52,7 +52,7 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
typesense: require("./config/typesense"),
//typesense: require("./config/typesense"),
navbar: {
//title: "FreeSWITCH Documentation",
logo: {
Expand Down

0 comments on commit a8c8330

Please sign in to comment.