DanielLeens opened a new pull request, #456:
URL: https://github.com/apache/seatunnel-website/pull/456

   ## Summary
   - add the English SeaTunnel data flow blog post under `blog/`
   - add the Chinese counterpart under 
`i18n/zh-CN/docusaurus-plugin-content-blog/`
   - add the two shared blog images under `static/image/20260606/data-flow/`
   
   ## Validation
   - `npm ci`
   - `npm run build`
     - blocked by the current repository baseline because 
`docusaurus.config.js` requires missing `./sidebars.js`
   - `npx docusaurus build . --config /tmp/seatunnel-blog-preview.config.cjs 
--out-dir /tmp/seatunnel-blog-preview-build`
   - `npx docusaurus serve . --config /tmp/seatunnel-blog-preview.config.cjs 
--dir /tmp/seatunnel-blog-preview-build --host 0.0.0.0 --port 3100 --no-open`
   - UI verified:
     - `/blog/apache-seatunnel-core-concept-data-flow`
     - `/zh-CN/blog/apache-seatunnel-core-concept-data-flow`
     - verified title rendering, key body text, and both images in both locales
   
   ## Reuse And Scope Notes
   - reused the current repository blog/i18n/static structure and the 
`node_modules` installed by `npm ci`
   - did not reuse any generated docs sync artifacts such as `sidebars.js` or 
`docs/`
   - full website build with the repository's default `docusaurus.config.js` 
was not revalidated in this run because the baseline is currently blocked by 
missing docs sync artifacts
   


-- 
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]

Reply via email to