-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Generate TOC automatically #2551
Conversation
Upd Co-authored-by: Justin Kenyon <[email protected]> Co-authored-by: Dependabot <[email protected]> Co-authored-by: Liu <[email protected]> Co-authored-by: Sidak Singh Aulakh <[email protected]> Co-authored-by: Mike McQuaid <[email protected]> Co-authored-by: null <[email protected]> Co-authored-by: Tal Safran <[email protected]> Co-authored-by: leolleo <[email protected]> Co-authored-by: Gabriel Rafael Gomes <[email protected]> Co-authored-by: Samuel Jiang <[email protected]> Co-authored-by: William Aboucaya <[email protected]> Co-authored-by: Samuel Jiang <[email protected]> Co-authored-by: Wang Qin <[email protected]> Co-authored-by: null <dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Ryan <[email protected]>
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.
Great idea! Please fix the merge conflicts and can look at merging this.
@MikeMcQuaid done ✔️ |
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.
Amazing work here @lex111, love the cleanup! You rock! 🎉 ❤️
Thanks to the great snippet jekyll-toc, we can automatically generate TOC for all languages (not just English). This is very convenient and saves us from having to set a TOC manually. The final result is the same as before, there are no breaking changes.