You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/06/28 05:14:49 UTC

[apisix-website] branch master updated: feat: added 2.0.0beta.2 features (#391)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 46f8b56  feat: added 2.0.0beta.2 features (#391)
46f8b56 is described below

commit 46f8b56e5d9620c6fce8ad3872fd24b0a472b37d
Author: Ayush das <ay...@gmail.com>
AuthorDate: Mon Jun 28 10:44:44 2021 +0530

    feat: added 2.0.0beta.2 features (#391)
---
 website/docusaurus.config.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 92ac9c8..3064c7d 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -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",