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 <[email protected]> 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) => {
