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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0329db15a14 fix: remove doc event poster (#1621)
0329db15a14 is described below

commit 0329db15a14a39f36d1f3a0fd7c709d9bb09d44c
Author: Qi Guo <979918...@qq.com>
AuthorDate: Wed Jun 21 11:00:33 2023 +0800

    fix: remove doc event poster (#1621)
---
 .gitignore                            | 1 -
 scripts/generate-event-poster-card.sh | 1 -
 2 files changed, 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 80fca7ff23d..d821f25cb0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,5 +51,4 @@ scripts/temp/**
 /website/src/pages/edit.*
 /website/src/css/edit.*
 /blog/src/theme/Footer/
-/doc/src/theme/Footer/
 website/src/theme/Footer/event-poster-card.json
diff --git a/scripts/generate-event-poster-card.sh 
b/scripts/generate-event-poster-card.sh
index 2598999901a..afb921ef98f 100644
--- a/scripts/generate-event-poster-card.sh
+++ b/scripts/generate-event-poster-card.sh
@@ -6,5 +6,4 @@ SCRIPT=$(readlink -f "$0")
 SCRIPTPATH=$(dirname "$SCRIPT")/..
 
 cp ${SCRIPTPATH}/config/event-poster-card.json 
${SCRIPTPATH}/website/src/theme/Footer/
-cp ${SCRIPTPATH}/website/src/theme/Footer/* ${SCRIPTPATH}/doc/src/theme/Footer/
 cp ${SCRIPTPATH}/website/src/theme/Footer/* 
${SCRIPTPATH}/blog/src/theme/Footer/
\ No newline at end of file

Reply via email to