Skip to content

Commit

Permalink
feat(website): add DocSearch as recommended by docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Pace authored Apr 11, 2020
1 parent 6100686 commit 0843cd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ const users = [

const baseUrl = '/website/';
const siteConfig = {
algolia: {
apiKey: '5bc14a3c57907625dcf0191f5ba91bfc',
indexName: 'ara-framework',
},
title: 'Ara Framework', // Title for your website.
tagline: 'Build Micro-frontends easily using Airbnb Hypernova',
url: '"https://ara-framework.github.io', // Your website URL
Expand Down

0 comments on commit 0843cd0

Please sign in to comment.