-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Add headers to all markdown files #4627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
minimalsm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although this fixes the console errors it creates duplicate headers on these pages.
If we do need to add headers we should also probably use H2s as we already have a H1 on all tutorial pages that we pull from the title in the frontmatter.
src/content/developers/tutorials/logging-events-smart-contracts/index.md
Outdated
Show resolved
Hide resolved
| address: "0x19dE91Af973F404EDF5B4c093983a7c6E3EC8ccE" | ||
| --- | ||
|
|
||
| # Rejestrowanie danych z inteligentnych kontraktów ze zdarzeniami {#logging-data-from-smart-contracts-with-events} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is polish :p
src/content/translations/pl/developers/tutorials/logging-events-smart-contracts/index.md
Outdated
Show resolved
Hide resolved
src/content/translations/ro/developers/tutorials/logging-events-smart-contracts/index.md
Outdated
Show resolved
Hide resolved
src/content/translations/zh/developers/tutorials/logging-events-smart-contracts/index.md
Outdated
Show resolved
Hide resolved
|
Makes sense to me. The translation support is throwing errors for these markdown files when the regex is ran to look at headers, so needed to add a few. This will work, thanks! |
…s/index.md Co-authored-by: Joshua <[email protected]>
…s-smart-contracts/index.md Co-authored-by: Joshua <[email protected]>
…s-smart-contracts/index.md Co-authored-by: Joshua <[email protected]>
…s-smart-contracts/index.md Co-authored-by: Joshua <[email protected]>
|
@minimalsm merged your changes in, think this is ready for a review again |


Description
Related Issue
Fixes: #4622