From cfe92277c3d95f46d274211015f51ac2709f68f2 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Sat, 15 Apr 2023 09:08:07 -0500 Subject: [PATCH] Added Algolia Search --- docusaurus.config.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6687fe1..7abdb1e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -54,7 +54,7 @@ const config = { customCss: require.resolve("./src/css/custom.css"), }, gtag: { - trackingID: 'G-MSKDJLGPWF', + trackingID: "G-MSKDJLGPWF", anonymizeIP: true, }, }), @@ -184,6 +184,18 @@ const config = { content: "This is not an Official Plex.TV Resource. If you have any feedback on the Website or the API Specification please let me know!", }, + algolia: { + // The application ID provided by Algolia + appId: "B040KPNF7Z", + + // Public API key: it is safe to commit it + apiKey: "6dd932b0ad77bf1b92efa0ff25023ffe", + + indexName: "plex-vercel", + + // Optional: path for search page that enabled by default (`false` to disable it) + searchPagePath: "search", + }, }), plugins: [