Skip to content

Commit

Permalink
fix(search): correct index name (Project-DARC#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
AGDholo authored May 23, 2023
1 parent eb1a8d3 commit ae70d5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions darc-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = {
title: 'DARC Docs',
tagline: 'Decentralized Autonomous Regulated Corporation (DARC), your on-chain company.',
favicon: 'img/favicon.ico',
favicon: 'img/darc-logo.png',

// Set the production url of your site here
url: 'https://your-docusaurus-test-site.com',
Expand Down Expand Up @@ -71,14 +71,17 @@ const config = {
// Public API key: it is safe to commit it
apiKey: '695a3556e6bf7d738b5c67b00996ed0a',

indexName: 'darc-docs',
indexName: 'darc',

// Optional: see doc section below
contextualSearch: true,
},
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
logo: {
src: 'img/darc-logo.png',
},
items: [
{
label: 'Home',
Expand Down
Binary file added darc-docs/static/img/darc-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae70d5c

Please sign in to comment.