This is an automated email from the ASF dual-hosted git repository.
sunchao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git.
from 55711e6 initialise repo with a basic readme
add 360d200 Add all files from hive.git/docs to gh-pages branch of
hive.git
add b0b9961 Add .asf.yaml to publish the website whenever a push goes to
main
add d3cda40 Add Hive 2.3.8 release information
add 2b54cb5 Add Hive 2.3.9 release information
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 2 +
Dockerfile | 51 +++++++
Gemfile | 3 +
README.md | 25 ++-
_config.yml | 17 +++
_includes/footer.html | 14 ++
_includes/header.html | 5 +
_includes/sidenav.html | 50 ++++++
_includes/top.html | 21 +++
_layouts/default.html | 19 +++
css/hive.css | 365 ++++++++++++++++++++++++++++++++++++++++++++
doap_Hive.rdf | 58 +++++++
downloads.md | 221 +++++++++++++++++++++++++++
favicon.ico | Bin 0 -> 1150 bytes
hcatalog_downloads.md | 43 ++++++
images/feather_small.gif | Bin 0 -> 7500 bytes
images/hive-logo.jpg | Bin 0 -> 2498 bytes
images/hive_logo_medium.jpg | Bin 0 -> 4372 bytes
index.md | 62 ++++++++
issue_tracking.md | 31 ++++
javadoc.md | 32 ++++
mailing_lists.md | 78 ++++++++++
people.md | 156 +++++++++++++++++++
privacy_policy.md | 48 ++++++
version_control.md | 27 ++++
25 files changed, 1327 insertions(+), 1 deletion(-)
create mode 100644 .asf.yaml
create mode 100644 Dockerfile
create mode 100644 Gemfile
create mode 100644 _config.yml
create mode 100644 _includes/footer.html
create mode 100644 _includes/header.html
create mode 100644 _includes/sidenav.html
create mode 100644 _includes/top.html
create mode 100644 _layouts/default.html
create mode 100644 css/hive.css
create mode 100644 doap_Hive.rdf
create mode 100644 downloads.md
create mode 100644 favicon.ico
create mode 100644 hcatalog_downloads.md
create mode 100644 images/feather_small.gif
create mode 100644 images/hive-logo.jpg
create mode 100644 images/hive_logo_medium.jpg
create mode 100644 index.md
create mode 100644 issue_tracking.md
create mode 100644 javadoc.md
create mode 100644 mailing_lists.md
create mode 100644 people.md
create mode 100644 privacy_policy.md
create mode 100644 version_control.md