boluor opened a new pull request, #3699:
URL: https://github.com/apache/doris-website/pull/3699

   ## Summary
   
   Batch fix for 2 markdown issues found in a documentation audit, both under 
`install/deploy-manually`. Each fix is applied to the current docs, the 
affected versioned docs, and the zh-CN translation (only the versions that 
actually contain the bug — older versions already render correctly).
   
   - **integrated-storage-compute-deploy-manually.md** — the SQL code block 
containing the `INSERT` / `SELECT` example and its result table was opened with 
` ```SQL ` but never closed, so everything after it (including the `## Notes` 
section) rendered inside the code block. The missing closing fence is added.
   - **separating-storage-compute-deploy-manually.md** — a stray `:::` line 
remained after a properly closed `:::tip` admonition, rendering as literal 
text. The orphan `:::` is removed.
   
   Affected versions: current docs, version-4.x, and the corresponding zh-CN 
files.
   
   ## Test plan
   
   - [ ] CI doc build passes
   - [ ] Verify the two pages render correctly (code block closed, no stray 
`:::`)


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to