This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/semver-5.7.2
in repository https://gitbox.apache.org/repos/asf/druid-website-src.git
discard b461cc24 Bump semver from 5.5.1 to 5.7.2
add b5e8d9ab Fix home page
add ed61ac56 Fix alert
add d8aae2d0 More css updates
add 8b45ecfa Fix code font and line height
add 9768a427 update script for source dir
add 8091d764 new files are in static/js
add 0b7c1279 update line height
add 4875ce54 update with https://github.com/apache/druid/pull/14665
add 25a996c8 link for druid-powered; more spacing
add eb746591 remove Hidden section from sidebars.json
add 510b39a3 Merge pull request #406 from vtlim/script-update
add dda01a42 Merge branch 'master' into website-css-fix
add e7c338b9 Merge branch 'website-css-fix' of
https://github.com/317brian/druid-website-src into website-css-fix
add a892d282 remove scss files, update package.json
add 6453f49e code font styling
add 95801a90 Merge branch 'website-css-fix' of
https://github.com/317brian/druid-website-src into website-css-fix
add c1c1ef60 Update src/pages/druid-powered.md
add de6fec94 Merge pull request #408 from 317brian/website-css-fix
add 99a90084 add lunr search
add 19c99690 delete algolia key etc
add 874ee896 Merge pull request #407 from 317brian/lunr-search
add 1988fd0e Bump semver from 5.5.1 to 5.7.2
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 (b461cc24)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/semver-5.7.2
(1988fd0e)
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:
_data/events.yml | 34 -
docusaurus.config.js | 26 +-
package-lock.json | 460 ++++----
package.json | 7 +-
scripts/copy_druid_docs.py | 98 +-
scripts/do_all_things.py | 11 +-
scss/base.scss | 380 -------
scss/blogs.scss | 82 --
scss/bootstrap-pure.scss | 2470 ------------------------------------------
scss/docs.scss | 176 ---
scss/footer.scss | 50 -
scss/header.scss | 170 ---
scss/index.scss | 407 -------
scss/news-list.scss | 89 --
scss/reset.scss | 71 --
scss/syntax.scss | 69 --
scss/variables.scss | 16 -
sidebars.json | 75 --
{static => src}/css/base.css | 1 -
src/css/index.css | 122 ++-
src/pages/druid-powered.md | 4 +-
src/pages/index.js | 45 +-
yarn.lock | 303 +++---
23 files changed, 618 insertions(+), 4548 deletions(-)
delete mode 100644 _data/events.yml
delete mode 100644 scss/base.scss
delete mode 100644 scss/blogs.scss
delete mode 100644 scss/bootstrap-pure.scss
delete mode 100644 scss/docs.scss
delete mode 100644 scss/footer.scss
delete mode 100644 scss/header.scss
delete mode 100644 scss/index.scss
delete mode 100644 scss/news-list.scss
delete mode 100644 scss/reset.scss
delete mode 100644 scss/syntax.scss
delete mode 100644 scss/variables.scss
rename {static => src}/css/base.css (99%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]