-
Notifications
You must be signed in to change notification settings - Fork 683
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
docs(mkdocs): add config to use emoji #3613
Conversation
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
aa435f6
to
f60419c
Compare
Documentation URL: https://autowarefoundation.github.io/autoware.universe/pr-3613/ |
@@ -80,3 +80,6 @@ markdown_extensions: | |||
format: !!python/name:pymdownx.superfences.fence_code_format | |||
- toc: | |||
permalink: "#" | |||
|
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.
[style]
- No unnecessary new line.
- Sort alphabetically.
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.
FYI: Maybe adding sync settings like this is useful.
https://github.com/autowarefoundation/open-ad-kit-docs/blob/0c1c70625fb89d144a5e2d5df52d0cdccd6e18c4/.github/sync-files.yaml#L37-L41
https://github.com/autowarefoundation/autoware-documentation/blob/fa986159d4fd83d81f232f5ec1e657e5685f495f/mkdocs.yaml#L67-L69
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.
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.
Yes, exactly. Thank you!
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.
Thanks for your comments!
Description
Before (can't use emoji)
After
Tests performed
https://autowarefoundation.github.io/autoware.universe/pr-3613/
Effects on system behavior
Nothing.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.