This is an automated email from the ASF dual-hosted git repository. chenli pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-texera-site.git
commit e96ded26d6efdb0c558b641e0b7ea18929ac22b5 Merge: 9e0ca5e 0626262 Author: Chen Li <[email protected]> AuthorDate: Sun Nov 16 22:56:55 2025 -0800 Merge pull request #7 from apache/staging Merge the staging branch to main. Have the first public web site. .asf.yaml | 7 - .gitignore | 4 + LICENSE | 201 + content/404.html | 301 + content/_print/community/index.html | 334 + content/categories/index.html | 287 + content/categories/index.xml | 11 + content/community/index.html | 334 + content/community/index.xml | 11 + content/css/prism.css | 4 + content/en/index.html | 9 + content/en/sitemap.xml | 93 + content/es/404.html | 301 + content/es/_print/community/index.html | 334 + content/es/categories/index.html | 287 + content/es/categories/index.xml | 11 + content/es/community/index.html | 334 + content/es/community/index.xml | 11 + content/es/index.html | 396 + content/es/index.xml | 18 + content/es/search/index.html | 289 + content/es/sitemap.xml | 93 + content/es/tags/index.html | 287 + content/es/tags/index.xml | 11 + content/favicons/android-144x144.png | Bin 0 -> 4299 bytes content/favicons/android-192x192.png | Bin 0 -> 5264 bytes content/favicons/android-36x36.png | Bin 0 -> 980 bytes content/favicons/android-48x48.png | Bin 0 -> 1071 bytes content/favicons/android-72x72.png | Bin 0 -> 1926 bytes content/favicons/android-96x96.png | Bin 0 -> 2309 bytes content/favicons/apple-touch-icon-180x180.png | Bin 0 -> 4748 bytes content/favicons/favicon-1024.png | Bin 0 -> 27759 bytes content/favicons/favicon-16x16.png | Bin 0 -> 498 bytes content/favicons/favicon-256.png | Bin 0 -> 8037 bytes content/favicons/favicon-32x32.png | Bin 0 -> 807 bytes content/favicons/favicon.ico | Bin 0 -> 78733 bytes content/favicons/pwa-192x192.png | Bin 0 -> 5264 bytes content/favicons/pwa-512x512.png | Bin 0 -> 20743 bytes content/favicons/tile150x150.png | Bin 0 -> 8985 bytes content/favicons/tile310x150.png | Bin 0 -> 11661 bytes content/favicons/tile310x310.png | Bin 0 -> 23621 bytes content/favicons/tile70x70.png | Bin 0 -> 3592 bytes content/icons/logo.png | Bin 0 -> 377709 bytes content/images/apache-incubator.png | Bin 0 -> 17961 bytes content/images/texera-overview.png | Bin 0 -> 247603 bytes content/index.html | 404 +- content/index.xml | 18 + content/js/click-to-copy.js | 46 + ...355eb23f9890ca18fea3158604c8471746d046702bad.js | 2 + content/js/deflate.js | 1652 ++ content/js/main.js | 6435 ++++++ ...ea1edb51d6366121ab8e7af5888a6ceee44e001d142e.js | 8 + content/js/prism.js | 21 + content/js/tabpane-persist.js | 116 + content/robots.txt | 1 + content/scss/main.css | 19841 +++++++++++++++++++ content/scss/main.css.map | 295 + ...61116f48ab52119abbd4ac5fae26048da29ce2522d8.css | 9 + content/search/index.html | 289 + content/sitemap.xml | 23 + content/tags/index.html | 287 + content/tags/index.xml | 11 + content/webfonts/fa-brands-400.ttf | Bin 0 -> 210792 bytes content/webfonts/fa-brands-400.woff2 | Bin 0 -> 118680 bytes content/webfonts/fa-regular-400.ttf | Bin 0 -> 68064 bytes content/webfonts/fa-regular-400.woff2 | Bin 0 -> 25472 bytes content/webfonts/fa-solid-900.ttf | Bin 0 -> 426112 bytes content/webfonts/fa-solid-900.woff2 | Bin 0 -> 158220 bytes content/webfonts/fa-v4compatibility.ttf | Bin 0 -> 10836 bytes content/webfonts/fa-v4compatibility.woff2 | Bin 0 -> 4796 bytes content/zh-ch/404.html | 300 + content/zh-ch/_print/community/index.html | 332 + content/zh-ch/categories/index.html | 286 + content/zh-ch/categories/index.xml | 11 + content/zh-ch/community/index.html | 332 + content/zh-ch/community/index.xml | 11 + content/zh-ch/index.html | 413 + content/zh-ch/index.xml | 18 + content/zh-ch/search/index.html | 286 + content/zh-ch/sitemap.xml | 90 + content/zh-ch/tags/index.html | 286 + content/zh-ch/tags/index.xml | 11 + content/zh/404.html | 301 + content/zh/_print/community/index.html | 330 + content/zh/categories/index.html | 284 + content/zh/categories/index.xml | 11 + content/zh/community/index.html | 330 + content/zh/community/index.xml | 11 + content/zh/index.html | 407 + content/zh/index.xml | 18 + content/zh/search/index.html | 296 + content/zh/sitemap.xml | 90 + content/zh/tags/index.html | 284 + content/zh/tags/index.xml | 11 + src/.cspell.yml | 8 + src/.gitignore | 11 + src/.nvmrc | 1 + src/archetypes/default.md | 5 + src/assets/icons/logo.png | Bin 0 -> 377709 bytes src/assets/js/search.js | 39 + src/assets/scss/_nav.scss | 230 + src/assets/scss/_styles_project.scss | 129 + src/assets/scss/_variables_project.scss | 1765 ++ src/assets/scss/support/_utilities.scss | 54 + src/assets/vendor/jquery/jquery-3.7.1.min.js | 2 + src/content/en/_index.md | 26 + src/content/en/community/_index.md | 5 + src/content/en/search.md | 4 + src/content/es/_index.md | 27 + src/content/es/community/_index.md | 6 + src/content/es/search.md | 4 + src/content/zh-ch/_index.md | 28 + src/content/zh-ch/community/_index.md | 5 + src/content/zh-ch/search.md | 4 + src/data/en/apache_links.toml | 34 + src/data/en/features.toml | 41 + src/data/en/github_info.toml | 29 + src/data/es/apache_links.toml | 34 + src/data/es/features.toml | 41 + src/data/es/github_info.toml | 29 + src/data/zh-ch/apache_links.toml | 34 + src/data/zh-ch/features.toml | 41 + src/data/zh-ch/github_info.toml | 29 + src/go.mod | 5 + src/go.sum | 6 + src/hugo.toml | 211 + src/i18n/en.toml | 126 + src/i18n/es.toml | 127 + src/i18n/zh-ch.toml | 126 + src/layouts/404.html | 22 + src/layouts/_markup/render-heading.html | 1 + src/layouts/community/list.html | 22 + src/layouts/partials/community_links.html | 34 + src/layouts/partials/favicons.html | 4 + src/layouts/partials/footer.html | 17 + src/layouts/partials/footer/apache_footer.html | 38 + src/layouts/partials/navbar.html | 70 + src/layouts/partials/navbar_apache_links | 30 + src/layouts/partials/scripts.html | 92 + src/layouts/shortcodes/features_grid.html | 20 + src/layouts/shortcodes/github_info.html | 42 + src/netlify.toml | 12 + src/package.json | 53 + src/postcss.config.js | 5 + 144 files changed, 41884 insertions(+), 19 deletions(-)
