[DOP-36248] Update contributing guide for mkdocs#481
Open
[DOP-36248] Update contributing guide for mkdocs#481
Conversation
4a18fe6 to
70b47d3
Compare
wm-wm-wm
reviewed
May 1, 2026
| @@ -1,5 +1,6 @@ | |||
| # Changelog { #DBR-onetl-changelog } | |||
|
|
|||
| - [Next release](./NEXT_RELEASE) | |||
Contributor
There was a problem hiding this comment.
Нужно, чтобы этот раздел был виден при публикации? В текущей версии он не отображается. Мы хотим поменять практику?
|
|
||
| ### Features | ||
|
|
||
| - sdfafserf ([#1223](https://github.com/MTSWebServices/onetl/issues/1223)) |
| ```rst | ||
| Added support of `timeout` in `S3` connector | ||
| -- by :github:user:`someuser`, :github:user:`anotheruser` and :github:user:`otheruser` | ||
| ```marodkwn title="mddocs/docs/changelog/RELEASE_TEMPLATE/3456.feature.md" |
Contributor
There was a problem hiding this comment.
опечатка
Suggested change
| ```marodkwn title="mddocs/docs/changelog/RELEASE_TEMPLATE/3456.feature.md" | |
| ```markdown title="mddocs/docs/changelog/RELEASE_TEMPLATE/3456.feature.md" |
| * [Troubleshooting](troubleshooting/index.md) | ||
| * [Spark](troubleshooting/spark.md) | ||
| * [Changelog](changelog/index.md) | ||
| * [Next release](changelog/NEXT_RELEASE.md) |
Contributor
There was a problem hiding this comment.
Мы точно хотим это видеть в опубликованном сайте?
| cp "docs/changelog/NEXT_RELEASE.rst" "docs/changelog/temp_NEXT_RELEASE.rst" | ||
|
|
||
| 2. Build the Release notes with Towncrier | ||
| 2. et current release version |
Contributor
There was a problem hiding this comment.
опечатка?
Suggested change
| 2. et current release version | |
| 2. Build the current release version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Summary
After replacing sphinx with mkdocs some things were not updated properly:
.rstfiles instead of.md.rstfiles instead of.mdFixed.
Related issue number
Checklist
docs/changelog/next_release/<pull request or issue id>.<change type>.rstfile added describing change(see CONTRIBUTING.rst for details.)