This is an automated email from the ASF dual-hosted git repository.
sunyi pushed a change to branch feat/update-blog-style
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
from f41aa2e90ee feat: update
add 80778a0d9b6 docs(events): update apisix meetup shenzhen 2025 (#1887)
add d160fdb3b92 fix: update events (#1889)
add 5fb702cc3ff blog: add introducing-apisix-ai-gateway (#1888)
add 5d2f33f532f fix: add truncate in introducing-apisix-ai-gateway (#1890)
add 5e294ae356d chore: add old events back (#1892)
add d8f027c8117 docs: update content of announcement bar (#1891)
add 87adc8f008e fix: format of 2025 meetup event (#1893)
add 88d8ddb208a feat: update text style
No new revisions were added by this update.
Summary of changes:
.../2025/04/08/introducing-apisix-ai-gateway.md | 306 ++++++++++++++++++++
blog/en/docusaurus.config.js | 2 +-
blog/src/css/customTheme.scss | 30 ++
.../2025/04/08/introducing-apisix-ai-gateway.md | 307 +++++++++++++++++++++
blog/zh/docusaurus.config.js | 2 +-
config/event-poster-card.json | 14 +-
doc/docusaurus.config.js | 2 +-
doc/src/css/customTheme.scss | 30 ++
package.json | 2 +-
.../2022-apisix-meetups-conferences-workshops.md | 237 ++++++++++++++++
.../2023-apisix-meetup-malaysia.md} | 29 +-
.../2023-apisix-meetup-singapore.md} | 32 +--
...nzhen-best-practices-for-api-and-ai-gateways.md | 116 ++++++++
website/docs/general/sidebars.json | 11 +-
website/docusaurus.config.js | 2 +-
.../zh/docusaurus-plugin-content-docs/current.json | 4 +
...nzhen-best-practices-for-api-and-ai-gateways.md | 85 ++++++
.../current/sidebars.json | 17 +-
website/src/css/customTheme.scss | 30 ++
website/src/pages/docs/general/events.tsx | 19 ++
website/src/theme/Footer/EventPosterCard.tsx | 2 +-
21 files changed, 1211 insertions(+), 68 deletions(-)
create mode 100644 blog/en/blog/2025/04/08/introducing-apisix-ai-gateway.md
create mode 100644 blog/zh/blog/2025/04/08/introducing-apisix-ai-gateway.md
create mode 100644
website/docs/general/events/2022-apisix-meetups-conferences-workshops.md
copy website/docs/general/{events.md => events/2023-apisix-meetup-malaysia.md}
(65%)
rename website/docs/general/{events.md =>
events/2023-apisix-meetup-singapore.md} (56%)
create mode 100644
website/docs/general/events/2025-apisix-meetup-shenzhen-best-practices-for-api-and-ai-gateways.md
create mode 100644
website/i18n/zh/docusaurus-plugin-content-docs/current/events/2025-apisix-meetup-shenzhen-best-practices-for-api-and-ai-gateways.md
create mode 100644 website/src/pages/docs/general/events.tsx