Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _index.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,11 @@ summary: TiDB is an open-source distributed SQL database that supports Hybrid Tr

[System Variables](https://docs.pingcap.com/tidb/dev/system-variables)

<<<<<<< HEAD
[Release Notes](https://docs.pingcap.com/releases/tidb-self-managed)
=======
[Release Notes](https://docs.pingcap.com/releases/tidb-self-managed/)
>>>>>>> f7040383f1 (chore: update developer guide links in _index.md (#23372) (#23373))
Comment on lines +139 to +143

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🔴 Critical | ⚡ Quick win

Resolve the merge conflict before merging.

Lines 139-143 still contain Git conflict markers, so the document is not valid final Markdown and may render both versions or fail the documentation build. Retain the intended trailing-slash URL:

Committable fix
Suggested change
<<<<<<< HEAD
[Release Notes](https://docs.pingcap.com/releases/tidb-self-managed)
=======
[Release Notes](https://docs.pingcap.com/releases/tidb-self-managed/)
>>>>>>> f7040383f1 (chore: update developer guide links in _index.md (#23372) (#23373))
[Release Notes](https://docs.pingcap.com/releases/tidb-self-managed/)

As per path instructions, this contiguous Markdown fix is provided as an exact committable suggestion.

🧰 Tools
🪛 markdownlint-cli2 (0.23.1)

[warning] 139-139: Heading style
Expected: atx; Actual: setext

(MD003, heading-style)


[warning] 139-139: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below

(MD022, blanks-around-headings)

Source: Path instructions


[FAQ Summary](https://docs.pingcap.com/tidb/dev/faq-overview)

Expand Down
Loading