Ma77Ball opened a new pull request, #5628: URL: https://github.com/apache/texera/pull/5628
### What changes were proposed in this PR? - Backport doc content that was edited directly on the website (`apache/incubator-texera-site`, `content/docs/latest/`) back into this repo's `docs/` source, so `docs/` is the source of truth for the docs sync. - `getting-started/installing-using-docker.md`: use the released download link instead of the RC5 dev-dist URL, add "Enable the Texera Agent" and "Add more LLMs or providers" sections, and fix the stop command to `docker compose --profile examples stop`. - `tutorials/migrate-jupyter-notebook.md`: correct the `hub.texera.io/dashboard/...` URLs. - Each file keeps its existing local front matter; website-only fields (`aliases`) and the `_index.md` `/docs/latest/` routing differences are intentionally not pulled, since they are site-specific. ### Any related issues, documentation, or discussions? Closes: #5627 ### How was this PR tested? - Docs-only change, no code paths affected, so no automated tests apply. - To verify content: open `docs/getting-started/installing-using-docker.md` and confirm the download link points to `downloads.apache.org/incubator/texera/1.1.0-incubating/...`, the "Enable the Texera Agent" and "Add more LLMs or providers" sections are present, and the stop command reads `docker compose --profile examples stop`. - To verify content: open `docs/tutorials/migrate-jupyter-notebook.md` and confirm the example links use the `hub.texera.io/dashboard/...` paths. - To confirm parity: diff `docs/` against the website's `content/docs/latest/` bodies and confirm the only remaining differences are website-only front matter and `_index.md` routing. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.8 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
