This is an automated email from the ASF dual-hosted git repository.
chenguangsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh-site.git
The following commit(s) were added to refs/heads/master by this push:
new bf9da701 Update docusaurus.config.js
bf9da701 is described below
commit bf9da7013abf70cb586355511fe8b33fe1b66484
Author: Eason Chen <[email protected]>
AuthorDate: Tue Mar 28 10:15:12 2023 +0800
Update docusaurus.config.js
---
docusaurus.config.js | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 5560de94..8a4dcd9a 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -29,7 +29,7 @@ module.exports = {
onBrokenMarkdownLinks: 'warn',
favicon: 'images/favicon.ico',
organizationName: 'apache',
- projectName: 'incubator-eventmesh',
+ projectName: 'eventmesh',
themeConfig: {
algolia: {
appId: 'D5N4C17BGA',
@@ -37,7 +37,7 @@ module.exports = {
indexName: 'apache_eventmesh',
},
navbar: {
- title: 'Apache EventMesh (Incubating)',
+ title: 'Apache EventMesh',
logo: {
alt: 'Apache EventMesh Logo',
src: 'images/logo.png',
@@ -83,7 +83,7 @@ module.exports = {
position: 'right',
},
{
- href: 'https://github.com/apache/incubator-eventmesh',
+ href: 'https://github.com/apache/eventmesh',
className: 'header-github-link',
'aria-label': 'GitHub',
position: 'right',
@@ -106,7 +106,7 @@ module.exports = {
},
{
label: 'Releases',
- href: 'https://github.com/apache/incubator-eventmesh/releases',
+ href: 'https://github.com/apache/eventmesh/releases',
},
],
},
@@ -115,15 +115,15 @@ module.exports = {
items: [
{
label: 'GitHub',
- href: 'https://github.com/apache/incubator-eventmesh',
+ href: 'https://github.com/apache/eventmesh',
},
{
label: 'Issue Tracker',
- href: 'https://github.com/apache/incubator-eventmesh/issues',
+ href: 'https://github.com/apache/eventmesh/issues',
},
{
label: 'Pull Requests',
- href: 'https://github.com/apache/incubator-eventmesh/pulls',
+ href: 'https://github.com/apache/eventmesh/pulls',
},
],
},
@@ -197,11 +197,11 @@ module.exports = {
{
docs: {
sidebarPath: require.resolve('./sidebars/docs.js'),
- editUrl:
'https://github.com/apache/incubator-eventmesh-site/edit/master/',
+ editUrl: 'https://github.com/apache/eventmesh-site/edit/master/',
},
blog: {
showReadingTime: true,
- editUrl:
'https://github.com/apache/incubator-eventmesh-site/edit/master/blog/',
+ editUrl:
'https://github.com/apache/eventmesh-site/edit/master/blog/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]