Skip to content

Commit

Permalink
Merge branch 'main' into dev-protocol-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
lidangzzz committed May 31, 2023
2 parents b8a4095 + eb895e9 commit e43ae64
Show file tree
Hide file tree
Showing 4 changed files with 2,426 additions and 144 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
Loading

0 comments on commit e43ae64

Please sign in to comment.