This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch staging
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
discard 7c311ed563 Fix webpack script loading on homepage - load bundle
directly like blog section
discard edfbd3248f Exclude package-lock.json from pretty-format-json hook
discard 13c59d2fe5 Update package-lock.json with npm's formatting
discard d4bdf92ddd Update yarn.lock and fix package-lock.json formatting after
npm install
discard 474d0eab2b Update docsy
discard e6dc0de7b8 Fix CSS generation for Docsy v0.12.0 upgrade
discard 489abccab6 Upgrade Hugo to 0.146.0 and install Docsy NPM dependencies
discard 185c6799d7 Add dark mode support to Airflow documentation site
discard 1c36a6dbc0 Upgrade Docsy theme from v0.2.0-pre to v0.12.0 and enable
dark mode
discard e2bf92c42f Improve scroll-to-top button readability with icon-only UI
(#1325)
discard bb552c99d5 Hidden content and heading improved (#1327)
discard 32d0c0ba4d Fix Lucas pre-commit hash (#1324)
discard f6d13e386e Fix community page accordions opening by default (#1323)
discard 5469e6bc01 Fix inconsistent hover and underline behavior on Community
page links (#1318)
discard c078993b20 Upgrade zizmor action (#1322)
discard 87f5f3d612 Fix Previous/Next button navigation in use cases (#1314)
discard 30e639277f Fix upgrade check (#1321)
discard 3bd0b1030f Remove newsletter from the link (#1320)
discard 01d8c6e594 Announce Apache Airflow 3.1.5 release (#1315)
discard a0f8bee561 Fix Format release links for announcements (#1306)
discard 4d4196ad3e Upgrade prek hooks (#1305)
discard 4797754ce1 Announce Apache Airflow 3.1.4 release (#1304)
discard 8c147008b1 docs: update contribution guidelines for prek installation
(#1301)
discard 0fec4e3d67 fix: clean up whitespace and formatting (#1300)
discard 85cdbc44a6 feat: scroll to top button (#1293)
discard ec511bf375 Upgrade dependencies (#1298)
discard 4f67bf7851 Add Airflow LDAP Auth Manager provider details (#1297)
discard 2fa8f60fa7 Fix Format release links for Apache Airflow announcements
(#1296)
discard bf00a82ac6 Add meetups disclaimers and conditions. (#1286)
discard ebab19011a Fix typo: change 'inddex' to 'index' in integrationList.js
(#1292)
discard 08c3726dc8 refactor: unify section headers in home page layout (#1290)
discard 363188ec7e Add airflowctl 0.1.0 blog (#1247)
discard f54744fb76 [Doc] fixing 404 error for incorrect ETL link (#1265)
discard b13ad9bf3a feat(footer): show social icons' brand colors on hover
(#1283)
discard 256c6a2369 Improve footer hover interaction in documentation footer
(#1284)
omit 76fbb05178 Fix: Visit the Blog button link
omit 5269ad8e52 Fix: Updated Visit the Blog button styling to match Show
more
omit f5da75d13e add blog snippet section to home
add 714f49ba85 Improve footer hover interaction in documentation footer
(#1284)
add 31022bb040 feat(footer): show social icons' brand colors on hover
(#1283)
add e40698ff0e Add Blog Snippet Section to HomePage (#1285)
add d4468d481f [Doc] fixing 404 error for incorrect ETL link (#1265)
add 8c67bac8ee Add airflowctl 0.1.0 blog (#1247)
add 9fde4b28c0 refactor: unify section headers in home page layout (#1290)
add 4d8050cf16 Fix typo: change 'inddex' to 'index' in integrationList.js
(#1292)
add 90a554ce7a Add meetups disclaimers and conditions. (#1286)
add 227bae9c2d Fix Format release links for Apache Airflow announcements
(#1296)
add 5fe86e06b5 Add Airflow LDAP Auth Manager provider details (#1297)
add 22fe5890e4 Upgrade dependencies (#1298)
add 5be2f09ea3 feat: scroll to top button (#1293)
add 2c006dca07 fix: clean up whitespace and formatting (#1300)
add 524ba012c5 docs: update contribution guidelines for prek installation
(#1301)
add ee6d93a027 Announce Apache Airflow 3.1.4 release (#1304)
add d170e2b713 Upgrade prek hooks (#1305)
add 77cefabf2f Fix Format release links for announcements (#1306)
add 74688c0cdf Announce Apache Airflow 3.1.5 release (#1315)
add 55a9336fe5 Remove newsletter from the link (#1320)
add 2f1453c510 Fix upgrade check (#1321)
add 4d8e69fa16 Fix Previous/Next button navigation in use cases (#1314)
add 77658d5c7f Upgrade zizmor action (#1322)
add 1702e0528d Fix inconsistent hover and underline behavior on Community
page links (#1318)
add ff3b68c5a7 Fix community page accordions opening by default (#1323)
add 1131bc81ca Fix Lucas pre-commit hash (#1324)
add 48c9a3bed0 Hidden content and heading improved (#1327)
add 3a4e3a5eb5 Improve scroll-to-top button readability with icon-only UI
(#1325)
add 66043cc438 Upgrade ancient Docsy theme and implement dark mode (#1270)
add 3c89f6f1ae Fix webpack script loading on homepage
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 (7c311ed563)
\
N -- N -- N refs/heads/staging (3c89f6f1ae)
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:
.pre-commit-config.yaml | 1 -
landing-pages/package-lock.json | 9148 ++++++++++----------
landing-pages/site/assets/scss/_rst-content.scss | 18 +
landing-pages/site/layouts/_default/baseof.html | 5 +-
.../site/static/external/js/bootstrap-5.3.3.min.js | 7 +
.../site/static/external/js/popper-2.11.8.min.js | 6 +
landing-pages/yarn.lock | 332 +-
.../sphinx_airflow_theme/layout.html | 4 +-
8 files changed, 4784 insertions(+), 4737 deletions(-)
create mode 100644 landing-pages/site/static/external/js/bootstrap-5.3.3.min.js
create mode 100644 landing-pages/site/static/external/js/popper-2.11.8.min.js