ysehertz opened a new pull request, #1037: URL: https://github.com/apache/incubator-seata-website/pull/1037
Issue Reference Fixes apache/incubator-seata-website#1036 The purpose of this change is to correct the heading hierarchy on the “What is Seata?” page to ensure the right-hand navigation bar accurately reflects the intended document structure. Currently, multiple level-one (`#`) headings are used throughout the page, which causes the sidebar to skip those sections since level-one headings are treated as the article title in the website layout. By restructuring these headings to appropriate levels (`##` and below), the navigation bar will properly display the full content hierarchy and improve documentation readability. **before optimize:** <img width="376" height="493" alt="be381072a189b3fd6507c7ca8d46d086" src="https://github.com/user-attachments/assets/32c89add-e0cf-4421-a89d-30aeea1a1bfb" /> **after optimize:** <img width="339" height="542" alt="50dfb8080d1cbcfc03d4f34f2defb73f" src="https://github.com/user-attachments/assets/24db0467-a1e9-4503-90a8-265d09ec9d68" /> Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [GITHUB_issue](https://github.com/apache/incubator-seata-website/issues) filed for the change(usually before you start working on it). Trivial changes such as typos do not necessitate a GITHUB issue. Your pull request should solely focus on addressing this specific issue without incorporating any other modifications. Each PR should resolve a single issue. - [ ] Format the pull request title like `doc: add an operations guide document`. Each commit within the pull request should contain a meaningful subject line and body. - [x] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [x] Test your code locally by running `npm run build`, and make sure it works as expected. - [x] Ensure that no files under the `build` folder are included in the commit, as well as the `package-lock.json` and `yarn.lock` files. -- 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]
