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/10/10 15:40:53 UTC

[apisix-website] 04/11: chore: added tips

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

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

commit a21bc98d9803756a6883bc9fb8b86131e40f4a6b
Author: juzhiyuan <ju...@apache.org>
AuthorDate: Sun Oct 10 20:50:45 2021 +0800

    chore: added tips
---
 website/src/pages/sections/opensourcePromo.jsx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/src/pages/sections/opensourcePromo.jsx b/website/src/pages/sections/opensourcePromo.jsx
index 1e81fe4..9bd3726 100644
--- a/website/src/pages/sections/opensourcePromo.jsx
+++ b/website/src/pages/sections/opensourcePromo.jsx
@@ -6,6 +6,8 @@ import OssCanvas from "./components/ossCanvas"
 
 import "../../css/customTheme.css";
 import GitHub from "../../assets/icons/github-logo.svg";
+
+// TODO: Load Video from YouTube
 import YtPromo from "../../assets/videos/apisix.mp4";
 
 const OpensourcePromo = (props) => {