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

richardantal pushed a change to branch asf-site-staging
in repository https://gitbox.apache.org/repos/asf/phoenix-site.git


 discard 73f66264 Website UI update
     add e0d970d4 Website UI update (#6)
     add 17f528f4 PHOENIX-7798: Bump vite from 7.2.6 to 7.3.2 (#7)
     add baf4c1ad PHOENIX-7796: Update website caching (#8)
     add d283efa9 PHOENIX-7808 Website: redirect old links to the new links
     add bc46da81 Add the configuration to `output` as well

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (73f66264)
            \
             N -- N -- N   refs/heads/asf-site-staging (bc46da81)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 README.md                                          |   6 +-
 output/.htaccess                                   | 105 ++++
 .../apache-phoenix-reference-guide-dark-mode.pdf   | Bin 13733447 -> 13733440 
bytes
 output/books/apache-phoenix-reference-guide.pdf    | Bin 13704436 -> 13704433 
bytes
 output/robots.txt                                  |   4 +
 output/sitemap.xml                                 |   1 +
 package-lock.json                                  | 684 +++++++++++++++++----
 package.json                                       |   6 +-
 public/.htaccess                                   | 105 ++++
 public/robots.txt                                  |   4 +
 scripts/generate-sitemap.ts                        | 126 ++++
 unit-tests/generate-sitemap.test.ts                | 106 ++++
 12 files changed, 1036 insertions(+), 111 deletions(-)
 create mode 100644 output/robots.txt
 create mode 100644 output/sitemap.xml
 create mode 100644 public/robots.txt
 create mode 100644 scripts/generate-sitemap.ts
 create mode 100644 unit-tests/generate-sitemap.test.ts

Reply via email to