You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2021/07/16 07:10:44 UTC

[dubbo-website] branch master updated: add menu metadata for graalvm blogs

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 60acdbf  add menu metadata for graalvm blogs
60acdbf is described below

commit 60acdbfd46ffe4c437ed7795348bf8b9b38e8eb2
Author: ken.lj <ke...@gmail.com>
AuthorDate: Fri Jul 16 15:10:26 2021 +0800

    add menu metadata for graalvm blogs
---
 content/en/blog/news/dubbo-graalvm-support.md | 8 ++++++++
 content/zh/blog/news/dubbo-graalvm-support.md | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/content/en/blog/news/dubbo-graalvm-support.md b/content/en/blog/news/dubbo-graalvm-support.md
index d0cbc7a..62ce230 100644
--- a/content/en/blog/news/dubbo-graalvm-support.md
+++ b/content/en/blog/news/dubbo-graalvm-support.md
@@ -1,3 +1,11 @@
+---
+title: "Native Image using GraalVM"
+linkTitle: "Native Image"
+date: 2018-08-14
+description: > 
+    This article introduces you how to make Dubbo native image using GraalVM.
+---
+
 ## Overview
 
 This document will show you how to access GraalVM with a dubbo project and how to compile the project to a binary executable using native-image. The document also introduces the efforts we made in achieving this.
diff --git a/content/zh/blog/news/dubbo-graalvm-support.md b/content/zh/blog/news/dubbo-graalvm-support.md
index b578763..b4ddaa2 100644
--- a/content/zh/blog/news/dubbo-graalvm-support.md
+++ b/content/zh/blog/news/dubbo-graalvm-support.md
@@ -1,3 +1,11 @@
+---
+title: "使用 GraalVM 构建 Native Image"
+linkTitle: "Native Image"
+date: 2021-01-14
+description: >
+  本文讲解了如何使用 GraavlVM 构建 Dubbo 的 Native Image
+---
+
 # dubbo项目支持native-image
 
 ## 概述