This is an automated email from the ASF dual-hosted git repository. mikexue pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh-site.git
commit f9ff4069ca8b7dde267e374d264f5707cee16dca Author: Xiaoyang Liu <[email protected]> AuthorDate: Tue Aug 10 16:29:43 2021 +0800 Setup Download page for download guides and links Signed-off-by: Xiaoyang Liu <[email protected]> --- docusaurus.config.js | 5 +++++ src/pages/download.md | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index f0df9fb..eac85af 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -50,6 +50,11 @@ module.exports = { label: 'Docs', }, { + to: '/download', + label: 'Download', + position: 'left', + }, + { to: '/blog', label: 'Blog', position: 'left', diff --git a/src/pages/download.md b/src/pages/download.md new file mode 100644 index 0000000..422e79e --- /dev/null +++ b/src/pages/download.md @@ -0,0 +1,10 @@ +--- +title: Download +description: Apache EventMesh (Incubating) Download +--- + +# Download + +## Download links + +Use the links below to download the Apache EventMesh (Incubating) Releases, the latest release is 1.2.0. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
