Skip to content

Commit

Permalink
feat(yp): Add algolia search to the yellow paper (#4771)
Browse files Browse the repository at this point in the history
This adds search to the yellow paper site.

Note: Algolia search config will need to be updated when the domain name of the site changes (e.g. https://yp-aztec.netlify.app/ --> https://yellow-paper.aztec.network)
  • Loading branch information
critesjosh authored Feb 27, 2024
1 parent 3301cbb commit 48dd78e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions yellow-paper/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,11 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
// image: "img/docusaurus-social-card.jpg",
algolia: {
appId: "6RXKCCZJK7",
apiKey: "d0dc44e75dba0e82247eea041300ae4b",
indexName: "yp-aztec",
},
navbar: {
title: "Home",
// logo: {
Expand All @@ -107,7 +110,6 @@ const config = {
},
],
},

footer: {
style: "dark",
links: [
Expand Down

0 comments on commit 48dd78e

Please sign in to comment.