Skip to content

Commit

Permalink
Merge pull request #12 from s-pace/patch-1
Browse files Browse the repository at this point in the history
feat(website): add DocSearch as recommended by docusaurus
  • Loading branch information
marconi1992 authored Apr 11, 2020
2 parents 6100686 + 0843cd0 commit 42042a2
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 42042a2

Please sign in to comment.