This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch feat-modernize-theme-5qPcf
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
omit f0c9dfc7e7 Add head-css.html to _partials directory
omit 6308f36f0c Remove debug HTML comment from head.html templates
omit 763d7e5a22 Update site.sh
omit 6bf81250d9 Fix head.html override by using _partials directory
omit a4cdb1a3fb Add layouts/baseof.html to override Docsy theme's root
baseof
omit 5e013567e9 Add debug warning to head.html to verify template execution
omit 78826b5b31 Add debug logging to head-css.html to trace execution
omit 5511fd001f Revert prepare-theme path back to landing-pages/dist
omit 2e8ea0a370 Fix prepare-theme to use correct dist path
omit 9651eb8943 Add error check for main-custom.scss resource
omit 14f06fadcd fix: Remove partialCached for head-css to ensure custom CSS
is always generated
omit bc6c844cd7 fix: Move main-custom CSS generation to head-css partial
omit 743ee7ba06 chore: log head-end invocation state
omit 386d1c0699 chore: instrument postcss pipeline for ci
omit 326b11bfa0 chore: log css assets before preparing theme
omit a6171913d7 fix: Load postcss config without symlink
omit 29f57994c0 fix: Configure PostCSS to skip external font URLs and add
site symlink
add 2e609f362d Fix CSS generation for Docsy v0.12.0 upgrade
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 (f0c9dfc7e7)
\
N -- N -- N refs/heads/feat-modernize-theme-5qPcf (2e609f362d)
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:
landing-pages/site/layouts/_partials/head-css.html | 6 ----
landing-pages/site/layouts/baseof.html | 42 ----------------------
landing-pages/site/layouts/partials/head-css.html | 6 ----
landing-pages/site/postcss.config.js | 20 -----------
site.sh | 3 --
5 files changed, 77 deletions(-)
delete mode 100644 landing-pages/site/layouts/baseof.html
delete mode 100644 landing-pages/site/postcss.config.js