This is an automated email from the ASF dual-hosted git repository.
dengliming pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 3808646fb0 Modify tagline (#580)
3808646fb0 is described below
commit 3808646fb0b4e484f4e62fe0b63c16eccb22cb26
Author: Kunshuai Zhu <[email protected]>
AuthorDate: Tue May 24 12:32:15 2022 +0800
Modify tagline (#580)
---
docusaurus.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index c155e8c095..307ad2ec78 100755
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -4,7 +4,7 @@ const darkCodeTheme =
require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').DocusaurusConfig} */
module.exports = {
title: 'Apache ShenYu (Incubating)',
- tagline: 'High-performance, multi-protocol, extensible, responsive API
Gateway',
+ tagline: 'Apache ShenYu (Incubating) - High-performance, multi-protocol,
extensible, responsive API Gateway',
url: 'https://shenyu.apache.org/',
baseUrl: '/',
onBrokenLinks: 'log',