Skip to content

Commit 32fa4ae

Browse files
committed
feat: updated introduction icon and modified Algolia search config
- Replaced an icon in the introduction section. - Updated docusaurus.config.js to test Algolia search functionality.
1 parent 75f101e commit 32fa4ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ const config = {
5353
// Replace with your project's social card
5454
image: "img/docusaurus-social-card.jpg",
5555
algolia: {
56-
appId: "P9COXFKI3G", // Replace with your Algolia app ID
57-
apiKey: "843bd240189959a54f97621062536663", // Replace with your Algolia search-only API key
56+
appId: "IZ9J33BZO5", // Replace with your Algolia app ID
57+
apiKey: "e142dd5635368a9d6630e7b9f8b3d731", // Replace with your Algolia search-only API key
5858
indexName: "airchains", // Replace with the name of your Algolia index
5959
contextualSearch: true, // Optional: Enables contextual search
6060
searchParameters: {}, // Optional: Add search parameters if needed

src/components/Docs/introduction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const IntroductionComponent = () => {
6363
<Link to={`/junction`} className="docs_card_with_image">
6464
<div>
6565
<img
66-
src="/img/junction.png"
66+
src="/img/junction2.png"
6767
alt="airchains"
6868
className="junction_logo"
6969
/>

static/img/junction2.png

548 KB
Loading

0 commit comments

Comments
 (0)