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


    from 76fbb05178 Fix: Visit the Blog button link
     new 256c6a2369 Improve footer hover interaction in documentation footer 
(#1284)
     new b13ad9bf3a feat(footer): show social icons' brand colors on hover 
(#1283)
     new f54744fb76 [Doc] fixing 404 error for incorrect ETL link (#1265)
     new 363188ec7e Add airflowctl 0.1.0 blog (#1247)
     new 08c3726dc8 refactor: unify section headers in home page layout (#1290)
     new ebab19011a Fix typo: change 'inddex' to 'index' in integrationList.js 
(#1292)
     new bf00a82ac6 Add meetups disclaimers and conditions. (#1286)
     new 2fa8f60fa7 Fix Format release links for Apache Airflow announcements 
(#1296)
     new 4f67bf7851 Add Airflow LDAP Auth Manager provider details (#1297)
     new ec511bf375 Upgrade dependencies (#1298)
     new 85cdbc44a6 feat: scroll to top button (#1293)
     new 0fec4e3d67 fix: clean up whitespace and formatting (#1300)
     new 8c147008b1 docs: update contribution guidelines for prek installation 
(#1301)
     new 4797754ce1 Announce Apache Airflow 3.1.4 release (#1304)
     new 4d4196ad3e Upgrade prek hooks (#1305)
     new a0f8bee561 Fix Format release links for announcements (#1306)
     new 01d8c6e594 Announce Apache Airflow 3.1.5 release (#1315)
     new 3bd0b1030f Remove newsletter from the link (#1320)
     new 30e639277f Fix upgrade check (#1321)
     new 87f5f3d612 Fix Previous/Next button navigation in use cases (#1314)
     new c078993b20 Upgrade zizmor action (#1322)
     new 5469e6bc01 Fix inconsistent hover and underline behavior on Community 
page links (#1318)
     new f6d13e386e Fix community page accordions opening by default (#1323)
     new 32d0c0ba4d Fix Lucas pre-commit hash (#1324)
     new bb552c99d5 Hidden content and heading improved (#1327)
     new e2bf92c42f Improve scroll-to-top button readability with icon-only UI 
(#1325)
     new 1c36a6dbc0 Upgrade Docsy theme from v0.2.0-pre to v0.12.0 and enable 
dark mode
     new 185c6799d7 Add dark mode support to Airflow documentation site
     new 489abccab6 Upgrade Hugo to 0.146.0 and install Docsy NPM dependencies
     new e6dc0de7b8 Fix CSS generation for Docsy v0.12.0 upgrade
     new 474d0eab2b Update docsy

The 31 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:
 .github/workflows/build.yml                        |   5 +-
 .github/workflows/upgrade.yml                      |   1 -
 .pre-commit-config.yaml                            |   6 +-
 CONTRIBUTE.md                                      |  11 +-
 landing-pages/.gitignore                           |   1 +
 landing-pages/site/assets/scss/_base-layout.scss   |  45 ++-
 landing-pages/site/assets/scss/_blog-page.scss     |  33 ++
 landing-pages/site/assets/scss/_buttons.scss       |   2 +-
 landing-pages/site/assets/scss/_colors.scss        |   5 +
 .../site/assets/scss/_community-page.scss          |   4 -
 landing-pages/site/assets/scss/_footer.scss        |  21 +-
 landing-pages/site/assets/scss/_header.scss        |  21 +
 landing-pages/site/assets/scss/_home-page.scss     |  13 +-
 landing-pages/site/assets/scss/_navbar.scss        |  67 ++++
 landing-pages/site/assets/scss/_rating.scss        |  28 ++
 landing-pages/site/assets/scss/_roadmap.scss       |   5 +
 landing-pages/site/assets/scss/_rst-content.scss   | 429 ++++++++++++++++-----
 .../scss/{_survey.scss => _scroll-to-top.scss}     |  24 +-
 landing-pages/site/assets/scss/_variables.scss     |   2 +
 landing-pages/site/assets/scss/main-custom.scss    |   3 +-
 landing-pages/site/assets/scss/pygments/_dark.scss | 121 ++++++
 landing-pages/site/config.toml                     |   2 +
 .../site/content/en/announcements/_index.md        |  47 ++-
 .../images/assets_create_event.gif                 | Bin 0 -> 216627 bytes
 .../en/blog/airflowctl-0.1.0/images/assets_get.gif | Bin 0 -> 291933 bytes
 .../en/blog/airflowctl-0.1.0/images/config_get.gif | Bin 0 -> 510350 bytes
 .../airflowctl-0.1.0/images/connections_create.gif | Bin 0 -> 249273 bytes
 .../airflowctl-0.1.0/images/connections_get.gif    | Bin 0 -> 203511 bytes
 .../airflowctl-0.1.0/images/connections_update.gif | Bin 0 -> 225207 bytes
 .../blog/airflowctl-0.1.0/images/dagrun_list.gif   | Bin 0 -> 325813 bytes
 .../airflowctl-0.1.0/images/dagrun_trigger.gif     | Bin 0 -> 722607 bytes
 .../en/blog/airflowctl-0.1.0/images/pools_list.gif | Bin 0 -> 191360 bytes
 .../airflowctl-0.1.0/images/pools_list_old.gif     | Bin 0 -> 302810 bytes
 .../airflowctl-0.1.0/images/variables_export.gif   | Bin 0 -> 119936 bytes
 .../airflowctl-0.1.0/images/variables_import.gif   | Bin 0 -> 330597 bytes
 .../airflowctl-0.1.0/images/variables_list_old.gif | Bin 0 -> 327778 bytes
 .../images/variables_list_yaml.gif                 | Bin 0 -> 179567 bytes
 .../site/content/en/blog/airflowctl-0.1.0/index.md | 190 +++++++++
 .../site/content/en/community/_index.html          |  29 +-
 landing-pages/site/content/en/ecosystem/_index.md  |   2 +
 .../site/content/en/use-cases/etl_analytics.md     |   6 +-
 landing-pages/site/data/integrations.json          |   2 +-
 landing-pages/site/layouts/_default/baseof.html    |  13 +-
 .../layouts/{partials => _partials}/head-css.html  |  13 +
 .../site/layouts/{partials => _partials}/head.html |   3 +-
 .../layouts/{partials => _partials}/navbar.html    |  10 +
 landing-pages/site/layouts/blog/baseof.html        |   9 +-
 landing-pages/site/layouts/community/baseof.html   |   9 +-
 landing-pages/site/layouts/docs/baseof.html        |  10 +-
 landing-pages/site/layouts/index.html              |   8 +-
 landing-pages/site/layouts/install/baseof.html     |   9 +-
 landing-pages/site/layouts/meetups/baseof.html     |   9 +-
 landing-pages/site/layouts/meetups/list.html       |  13 +
 .../button-with-arrow.html}                        |  19 +-
 landing-pages/site/layouts/partials/footer.html    |  41 +-
 .../list.html => partials/hooks/body-end.html}     |   7 +-
 .../site/layouts/partials/hooks/head-end.html      |  10 -
 landing-pages/site/layouts/partials/navbar.html    |  10 +
 landing-pages/site/layouts/partials/pager.html     |   8 +-
 landing-pages/site/layouts/partials/scripts.html   |  14 -
 .../{boxes/testimonial.html => scroll-to-top.html} |  14 +-
 .../site/layouts/partials/suggest-change.html      |   2 -
 .../site/layouts/privacy-notice/baseof.html        |  10 +-
 landing-pages/site/layouts/roadmap/baseof.html     |  10 +-
 landing-pages/site/layouts/taxonomy/baseof.html    |   9 +-
 landing-pages/site/layouts/use-cases/baseof.html   |   9 +-
 landing-pages/src/index.js                         |   1 +
 landing-pages/src/js/headerAnimation.js            |  10 +-
 landing-pages/src/js/integrationList.js            |   2 +-
 landing-pages/src/js/scrollToTop.js                |  54 +++
 landing-pages/yarn.lock                            | 332 ++++++++--------
 .../sphinx_airflow_theme/__init__.py               |   2 +-
 .../sphinx_airflow_theme/footer.html               |  50 ++-
 .../sphinx_airflow_theme/globaltoc.html            |  20 +
 .../sphinx_airflow_theme/header.html               |  34 ++
 .../sphinx_airflow_theme/layout.html               | 103 ++++-
 76 files changed, 1585 insertions(+), 417 deletions(-)
 copy landing-pages/site/assets/scss/{_survey.scss => _scroll-to-top.scss} (80%)
 create mode 100644 landing-pages/site/assets/scss/pygments/_dark.scss
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/assets_create_event.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/assets_get.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/config_get.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/connections_create.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/connections_get.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/connections_update.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/dagrun_list.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/dagrun_trigger.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/pools_list.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/pools_list_old.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/variables_export.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/variables_import.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/variables_list_old.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/variables_list_yaml.gif
 create mode 100644 landing-pages/site/content/en/blog/airflowctl-0.1.0/index.md
 copy landing-pages/site/layouts/{partials => _partials}/head-css.html (67%)
 copy landing-pages/site/layouts/{partials => _partials}/head.html (97%)
 copy landing-pages/site/layouts/{partials => _partials}/navbar.html (88%)
 copy landing-pages/site/layouts/partials/{boxes/testimonial.html => 
buttons/button-with-arrow.html} (59%)
 copy landing-pages/site/layouts/{docs/list.html => 
partials/hooks/body-end.html} (82%)
 delete mode 100644 landing-pages/site/layouts/partials/scripts.html
 copy landing-pages/site/layouts/partials/{boxes/testimonial.html => 
scroll-to-top.html} (59%)
 create mode 100644 landing-pages/src/js/scrollToTop.js

Reply via email to