This is an automated email from the ASF dual-hosted git repository. shangxinli pushed a commit to branch production in repository https://gitbox.apache.org/repos/asf/parquet-site.git
commit b3d793b578b3c3dc42867b657daff8153725d88c Merge: 032cbf7 c8ee0d4 Author: Xinli Shang <[email protected]> AuthorDate: Mon Mar 11 07:31:42 2024 -0700 Merge pull request #50 from vinooganesh/vinooganesh/update-to-new-website Update to new website .asf.yaml | 22 ++++- .github/workflows/deploy.yml | 10 +- .gitmodules | 4 - README.md | 1 - content/en/_index.md | 31 +++++++ content/en/docs/Concepts/_index.md | 1 + .../en/docs/File Format/Data Pages/compression.md | 1 - .../en/docs/File Format/Data Pages/encryption.md | 1 - content/en/docs/File Format/Types/_index.md | 1 + content/en/docs/File Format/Types/logicaltypes.md | 2 +- content/en/docs/File Format/configurations.md | 3 +- content/en/docs/File Format/metadata.md | 1 + content/search.md | 5 + go.mod | 5 + go.sum | 4 + config.toml => hugo.toml | 27 ++++-- layouts/404.html | 15 ++- layouts/partials/navbar.html | 101 ++++++++++++++------- package.json | 4 +- themes/docsy | 1 - 20 files changed, 169 insertions(+), 71 deletions(-)
