Skip to content

Commit

Permalink
feat: added 2.0.0beta.2 features (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamayushdas authored Jun 28, 2021
1 parent 4bb4927 commit 46f8b56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,11 @@ module.exports = {
content:
'\u{1F914} Have queries regarding apache APISIX, Join slack channel to discuss them <a target="_blank" rel="noopener noreferrer" href="https://join.slack.com/t/the-asf/shared_invite/zt-nggtva4i-hDCsW1S35MuZ2g_2DgVDGg">join #apisix channel</a>! ⭐️',
},
prism: {
theme: require('prism-react-renderer/themes/github'),
darkTheme: require('prism-react-renderer/themes/dracula'),
defaultLanguage: 'bash',
},
algolia: {
apiKey: "287206c9872faf0e77b7c5228d4c3789",
indexName: "apache_apisix",
Expand Down

0 comments on commit 46f8b56

Please sign in to comment.