Skip to content

Commit

Permalink
Uncomment TypeSense options (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon-White authored Sep 23, 2024
1 parent 93f7337 commit 259cadb
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 259cadb

Please sign in to comment.