You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2019/10/22 13:40:55 UTC

[airflow-site] branch aip-11 updated (d17ee44 -> dbb402c)

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

kamilbregula pushed a change to branch aip-11
in repository https://gitbox.apache.org/repos/asf/airflow-site.git.


 discard d17ee44  [depends on #84] Add video component (#85)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/aip-11 (dbb402c)
            \
             O -- O -- O   (d17ee44)

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:
 .../site/assets/icons/ask-question-icon.svg        | 16 ----
 landing-pages/site/assets/icons/bug-icon.svg       | 31 --------
 .../site/assets/icons/join-devlist-icon.svg        | 16 ----
 landing-pages/site/assets/icons/play-icon.svg      |  5 --
 landing-pages/site/assets/scss/_accordion.scss     | 20 ++---
 landing-pages/site/assets/scss/_video.scss         | 90 ----------------------
 landing-pages/site/assets/scss/main-custom.scss    |  1 -
 landing-pages/site/content/en/examples/_index.html | 21 ++---
 landing-pages/site/data/videos.json                | 56 --------------
 landing-pages/site/layouts/examples/list.html      |  2 -
 .../site/layouts/partials/video-section.html       | 42 ----------
 landing-pages/site/layouts/partials/youtube.html   | 23 ------
 .../site/layouts/shortcodes/accordion.html         | 19 +----
 landing-pages/src/index.js                         |  2 -
 landing-pages/src/js/handleActiveVideo.js          | 38 ---------
 15 files changed, 16 insertions(+), 366 deletions(-)
 delete mode 100644 landing-pages/site/assets/icons/ask-question-icon.svg
 delete mode 100644 landing-pages/site/assets/icons/bug-icon.svg
 delete mode 100644 landing-pages/site/assets/icons/join-devlist-icon.svg
 delete mode 100644 landing-pages/site/assets/icons/play-icon.svg
 delete mode 100644 landing-pages/site/assets/scss/_video.scss
 delete mode 100644 landing-pages/site/data/videos.json
 delete mode 100644 landing-pages/site/layouts/partials/video-section.html
 delete mode 100644 landing-pages/site/layouts/partials/youtube.html
 delete mode 100644 landing-pages/src/js/handleActiveVideo.js