This is an automated email from the ASF dual-hosted git repository.
urfree pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
from d116f99b19f fix: enable api build
new f91745207c4 feat: ga support(enable after launch)
new 9b11b9df84c disable api gen
new b7b31b3ea45 api scripts
new 21996ce9a59 sync script optimize
new dee688416be fix .htaccess
new 75273a98876 fix build script
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
site2/tools/api/python/README.md | 34 ++++++++++++++++++++++
.../python/build-docs-in-docker.sh} | 29 +++++++++---------
.../python/generate-python-client-docs.sh} | 15 +++++-----
site2/tools/build-site.sh | 7 ++---
site2/website-next/docusaurus.config.js | 8 +++++
site2/website-next/package.json | 5 ++--
site2/website-next/scripts/.htaccess | 2 +-
site2/website-next/scripts/sync-docs.sh | 24 ++++++++++-----
8 files changed, 87 insertions(+), 37 deletions(-)
create mode 100644 site2/tools/api/python/README.md
copy site2/tools/{generate-api-docs.sh => api/python/build-docs-in-docker.sh}
(50%)
copy site2/tools/{debug-site.sh => api/python/generate-python-client-docs.sh}
(70%)