Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
scottafk committed Feb 27, 2024
1 parent f556dc2 commit 4880381
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ const config = {
// position: "left",
// label: "Needle",
// },
{
type: "search",
position: "right",
},
// {
// type: "search",
// position: "right",
// },
{
type: "docsVersionDropdown",
position: "right",
Expand Down Expand Up @@ -111,13 +111,13 @@ const config = {
},
],
},
algolia: {
// This API key is "search-only" and safe to be published
apiKey: process.env.ALGOLIA_SEARCH_ONLY_API_KEY,
appId: process.env.ALGOLIA_APP_ID,
indexName: process.env.ALGOLIA_INDEX_NAME,
contextualSearch: true,
},
// algolia: {
// // This API key is "search-only" and safe to be published
// apiKey: process.env.ALGOLIA_SEARCH_ONLY_API_KEY,
// appId: process.env.ALGOLIA_APP_ID,
// indexName: process.env.ALGOLIA_INDEX_NAME,
// contextualSearch: true,
// },
footer: {
style: "dark",
links: [
Expand All @@ -126,7 +126,7 @@ const config = {
items: [
{
label: "Tutorial",
to: "/intro",
to: "/docs/intro",
},
// {
// label: "Documentation",
Expand Down

0 comments on commit 4880381

Please sign in to comment.