This is an automated email from the ASF dual-hosted git repository. linxinyuan pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/incubator-texera-site.git
commit c6ae813cde1e2f7b5147e85ba2c69e4760013b43 Merge: 508012a 062fac1 Author: Xinyuan Lin <[email protected]> AuthorDate: Thu Oct 30 22:35:42 2025 -0700 Merge pull request #1 from Ma77Ball/staging Testing Texera Website Upload Pipeline .cspell.yml | 8 + .gitignore | 11 + .nvmrc | 1 + LICENSE | 201 + archetypes/default.md | 5 + assets/icons/logo.png | Bin 0 -> 377709 bytes assets/scss/_nav.scss | 230 + assets/scss/_variables_project.scss | 1765 ++ assets/scss/support/_utilities.scss | 54 + content/en/_index.md | 70 + content/en/blog/Education/_index.md | 4 + content/en/blog/Publications/_index.md | 4 + content/en/blog/_index.md | 15 + content/en/blog/news/_index.md | 4 + content/en/blog/releases/_index.md | 4 + content/en/community/_index.md | 5 + content/en/docs/_index.md | 35 + content/en/docs/concepts/_index.md | 38 + content/en/docs/contribution-guidelines/_index.md | 157 + content/en/docs/examples/_index.md | 58 + content/en/docs/getting-started/AccessLogin.md | 39 + content/en/docs/getting-started/_index.md | 20 + .../getting-started/single-node-instructions.md | 179 + content/en/docs/getting-started/ui-overview.md | 32 + content/en/docs/overview.md | 23 + content/en/docs/reference/_index.md | 62 + content/en/docs/reference/configuration.md | 5 + content/en/docs/reference/engine.md | 5 + content/en/docs/reference/frontend.md | 5 + content/en/docs/reference/operators.md | 5 + content/en/docs/reference/project-structure.md | 5 + content/en/docs/reference/storage.md | 5 + content/en/docs/tutorials/_index.md | 68 + content/en/search.md | 4 + content/es/_index.md | 71 + content/es/blog/Education/_index.md | 5 + content/es/blog/Publications/_index.md | 5 + content/es/blog/_index.md | 16 + content/es/blog/news/_index.md | 5 + content/es/blog/releases/_index.md | 5 + content/es/community/_index.md | 6 + content/es/docs/_index.md | 36 + content/es/docs/concepts/_index.md | 39 + content/es/docs/contribution-guidelines/_index.md | 154 + content/es/docs/examples/_index.md | 59 + content/es/docs/getting-started/AccessLogin.md | 40 + content/es/docs/getting-started/_index.md | 21 + .../getting-started/single-node-instruction.md | 182 + content/es/docs/getting-started/ui-overview.md | 33 + content/es/docs/overview.md | 22 + content/es/docs/reference/_index.md | 63 + content/es/docs/reference/configuration.md | 6 + content/es/docs/reference/engine.md | 6 + content/es/docs/reference/frontend.md | 6 + content/es/docs/reference/operators.md | 6 + content/es/docs/reference/project-structure.md | 6 + content/es/docs/reference/storage.md | 6 + content/es/docs/tutorials/_index.md | 69 + content/es/search.md | 4 + content/index.html | 13 - go.mod | 5 + go.sum | 6 + hugo.toml | 192 + i18n/en.toml | 90 + i18n/es.toml | 90 + layouts/404.html | 7 + layouts/_markup/render-heading.html | 1 + layouts/community/list.html | 24 + layouts/partials/community_links.html | 34 + layouts/partials/navbar.html | 69 + netlify.toml | 12 + package.json | 53 + postcss.config.js | 1 + public/404.html | 151 + public/_print/blog/education/index.html | 210 + public/_print/blog/index.html | 459 + public/_print/blog/news/index.html | 210 + public/_print/blog/publications/index.html | 210 + public/_print/blog/releases/index.html | 210 + public/_print/community/index.html | 209 + public/_print/docs/concepts/index.html | 233 + .../_print/docs/contribution-guidelines/index.html | 370 + public/_print/docs/examples/index.html | 260 + public/_print/docs/getting-started/index.html | 538 + public/_print/docs/index.html | 1426 ++ public/_print/docs/reference/index.html | 431 + public/_print/docs/tutorials/index.html | 259 + .../2018/01/04/another-great-release/index.html | 602 + .../featured-sunset-get.png | Bin 0 -> 387442 bytes .../featured-sunset-get_hu_8f8fcf11935f8b7f.png | Bin 0 -> 27856 bytes .../featured-sunset-get_hu_ec172e7b7ea555c1.png | Bin 0 -> 104183 bytes .../10/06/easy-documentation-with-docsy/index.html | 323 + public/blog/2018/10/06/second-blog-post/index.html | 607 + public/blog/education/index.html | 246 + public/blog/education/index.xml | 11 + public/blog/index.html | 264 + public/blog/index.xml | 11 + public/blog/news/index.html | 246 + public/blog/news/index.xml | 11 + public/blog/news/page/1/index.html | 9 + public/blog/page/1/index.html | 9 + public/blog/publications/index.html | 246 + public/blog/publications/index.xml | 11 + public/blog/releases/index.html | 246 + public/blog/releases/index.xml | 11 + public/blog/releases/page/1/index.html | 9 + public/categories/contributing/index.html | 193 + public/categories/contributing/index.xml | 18 + public/categories/index.html | 160 + public/categories/index.xml | 26 + public/categories/texera/index.html | 291 + public/categories/texera/index.xml | 40 + public/community/index.html | 209 + public/community/index.xml | 11 + public/css/prism.css | 4 + public/docs/concepts/index.html | 384 + public/docs/concepts/index.xml | 11 + public/docs/contribution-guidelines/index.html | 555 + public/docs/contribution-guidelines/index.xml | 11 + public/docs/examples/index.html | 408 + public/docs/examples/index.xml | 11 + public/docs/getting-started/accesslogin/index.html | 418 + public/docs/getting-started/index.html | 384 + public/docs/getting-started/index.xml | 32 + .../single-node-instructions/index.html | 564 + public/docs/getting-started/ui-overview/index.html | 404 + public/docs/index.html | 435 + public/docs/index.xml | 18 + public/docs/overview/index.html | 387 + public/docs/reference/configuration/index.html | 345 + public/docs/reference/engine/index.html | 345 + public/docs/reference/frontend/index.html | 345 + public/docs/reference/index.html | 471 + public/docs/reference/index.xml | 53 + public/docs/reference/operators/index.html | 345 + public/docs/reference/project-structure/index.html | 345 + public/docs/reference/storage/index.html | 345 + public/docs/tutorials/index.html | 409 + public/docs/tutorials/index.xml | 11 + public/en/index.html | 9 + public/en/sitemap.xml | 421 + public/es/404.html | 151 + public/es/_print/blog/education/index.html | 210 + public/es/_print/blog/index.html | 459 + public/es/_print/blog/news/index.html | 210 + public/es/_print/blog/publications/index.html | 210 + public/es/_print/blog/releases/index.html | 210 + public/es/_print/community/index.html | 209 + public/es/_print/docs/concepts/index.html | 233 + .../_print/docs/contribution-guidelines/index.html | 367 + public/es/_print/docs/examples/index.html | 260 + public/es/_print/docs/getting-started/index.html | 541 + public/es/_print/docs/index.html | 1422 ++ public/es/_print/docs/reference/index.html | 431 + public/es/_print/docs/tutorials/index.html | 259 + .../2018/01/04/another-great-release/index.html | 603 + .../featured-sunset-get.png | Bin 0 -> 387442 bytes .../featured-sunset-get_hu_8f8fcf11935f8b7f.png | Bin 0 -> 27856 bytes .../featured-sunset-get_hu_ec172e7b7ea555c1.png | Bin 0 -> 104183 bytes .../10/06/easy-documentation-with-docsy/index.html | 317 + .../es/blog/2018/10/06/second-blog-post/index.html | 603 + public/es/blog/education/index.html | 240 + public/es/blog/education/index.xml | 11 + public/es/blog/index.html | 258 + public/es/blog/index.xml | 11 + public/es/blog/news/index.html | 240 + public/es/blog/news/index.xml | 11 + public/es/blog/news/page/1/index.html | 9 + public/es/blog/page/1/index.html | 9 + public/es/blog/publications/index.html | 240 + public/es/blog/publications/index.xml | 11 + public/es/blog/releases/index.html | 240 + public/es/blog/releases/index.xml | 11 + public/es/blog/releases/page/1/index.html | 9 + public/es/categories/index.html | 159 + public/es/categories/index.xml | 19 + public/es/categories/texera/index.html | 258 + public/es/categories/texera/index.xml | 33 + public/es/community/index.html | 209 + public/es/community/index.xml | 11 + public/es/docs/concepts/index.html | 378 + public/es/docs/concepts/index.xml | 11 + public/es/docs/contribution-guidelines/index.html | 529 + public/es/docs/contribution-guidelines/index.xml | 11 + public/es/docs/examples/index.html | 402 + public/es/docs/examples/index.xml | 11 + .../es/docs/getting-started/accesslogin/index.html | 412 + public/es/docs/getting-started/index.html | 378 + public/es/docs/getting-started/index.xml | 32 + .../single-node-instruction/index.html | 561 + .../es/docs/getting-started/ui-overview/index.html | 398 + public/es/docs/index.html | 425 + public/es/docs/index.xml | 18 + public/es/docs/overview/index.html | 380 + public/es/docs/reference/configuration/index.html | 339 + public/es/docs/reference/engine/index.html | 339 + public/es/docs/reference/frontend/index.html | 339 + public/es/docs/reference/index.html | 465 + public/es/docs/reference/index.xml | 53 + public/es/docs/reference/operators/index.html | 339 + .../es/docs/reference/project-structure/index.html | 339 + public/es/docs/reference/storage/index.html | 339 + public/es/docs/tutorials/index.html | 403 + public/es/docs/tutorials/index.xml | 11 + public/es/index.html | 294 + public/es/index.xml | 88 + public/es/search/index.html | 166 + public/es/sitemap.xml | 403 + "public/es/tags/configuraci\303\263n/index.html" | 226 + "public/es/tags/configuraci\303\263n/index.xml" | 26 + public/es/tags/desarrollador/index.html | 193 + public/es/tags/desarrollador/index.xml | 19 + .../es/tags/descripci\303\263n-general/index.html" | 193 + .../es/tags/descripci\303\263n-general/index.xml" | 19 + public/es/tags/docker/index.html | 194 + public/es/tags/docker/index.xml | 19 + public/es/tags/index.html | 166 + public/es/tags/index.xml | 68 + "public/es/tags/instalaci\303\263n/index.html" | 226 + "public/es/tags/instalaci\303\263n/index.xml" | 26 + "public/es/tags/nodo-\303\272nico/index.html" | 194 + "public/es/tags/nodo-\303\272nico/index.xml" | 19 + public/es/tags/panel/index.html | 193 + public/es/tags/panel/index.xml | 19 + public/es/tags/ui/index.html | 193 + public/es/tags/ui/index.xml | 19 + public/favicons/android-144x144.png | Bin 0 -> 4299 bytes public/favicons/android-192x192.png | Bin 0 -> 5264 bytes public/favicons/android-36x36.png | Bin 0 -> 980 bytes public/favicons/android-48x48.png | Bin 0 -> 1071 bytes public/favicons/android-72x72.png | Bin 0 -> 1926 bytes public/favicons/android-96x96.png | Bin 0 -> 2309 bytes public/favicons/apple-touch-icon-180x180.png | Bin 0 -> 4748 bytes public/favicons/favicon-1024.png | Bin 0 -> 27759 bytes public/favicons/favicon-16x16.png | Bin 0 -> 498 bytes public/favicons/favicon-256.png | Bin 0 -> 8037 bytes public/favicons/favicon-32x32.png | Bin 0 -> 807 bytes public/favicons/favicon.ico | Bin 0 -> 1150 bytes public/favicons/pwa-192x192.png | Bin 0 -> 5264 bytes public/favicons/pwa-512x512.png | Bin 0 -> 20743 bytes public/favicons/tile150x150.png | Bin 0 -> 8985 bytes public/favicons/tile310x150.png | Bin 0 -> 11661 bytes public/favicons/tile310x310.png | Bin 0 -> 23621 bytes public/favicons/tile70x70.png | Bin 0 -> 3592 bytes public/icons/logo.png | Bin 0 -> 377709 bytes public/index.html | 294 + public/index.xml | 88 + public/js/click-to-copy.js | 46 + public/js/deflate.js | 1652 ++ public/js/main.js | 6432 ++++++ public/js/prism.js | 21 + public/js/tabpane-persist.js | 116 + public/robots.txt | 1 + public/scss/main.css | 19740 +++++++++++++++++++ public/scss/main.css.map | 295 + public/search/index.html | 166 + public/sitemap.xml | 18 + public/tags/contributing/index.html | 193 + public/tags/contributing/index.xml | 18 + public/tags/dashboard/index.html | 193 + public/tags/dashboard/index.xml | 19 + public/tags/developer/index.html | 193 + public/tags/developer/index.xml | 19 + public/tags/development/index.html | 193 + public/tags/development/index.xml | 18 + public/tags/docker/index.html | 194 + public/tags/docker/index.xml | 19 + public/tags/documentation/index.html | 193 + public/tags/documentation/index.xml | 18 + public/tags/github/index.html | 193 + public/tags/github/index.xml | 18 + public/tags/index.html | 171 + public/tags/index.xml | 103 + public/tags/installation/index.html | 226 + public/tags/installation/index.xml | 26 + public/tags/overview/index.html | 193 + public/tags/overview/index.xml | 19 + public/tags/setup/index.html | 226 + public/tags/setup/index.xml | 26 + public/tags/single-node/index.html | 194 + public/tags/single-node/index.xml | 19 + public/tags/ui/index.html | 193 + public/tags/ui/index.xml | 19 + public/tags/workflow/index.html | 193 + public/tags/workflow/index.xml | 18 + public/webfonts/fa-brands-400.ttf | Bin 0 -> 210792 bytes public/webfonts/fa-brands-400.woff2 | Bin 0 -> 118680 bytes public/webfonts/fa-regular-400.ttf | Bin 0 -> 68064 bytes public/webfonts/fa-regular-400.woff2 | Bin 0 -> 25472 bytes public/webfonts/fa-solid-900.ttf | Bin 0 -> 426112 bytes public/webfonts/fa-solid-900.woff2 | Bin 0 -> 158220 bytes public/webfonts/fa-v4compatibility.ttf | Bin 0 -> 10836 bytes public/webfonts/fa-v4compatibility.woff2 | Bin 0 -> 4796 bytes 293 files changed, 71572 insertions(+), 13 deletions(-)
