-
Notifications
You must be signed in to change notification settings - Fork 937
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
Migrate components including ApiLink for the Documentation content #6120
Conversation
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Meri Kim <dl_armeria@linecorp.com>
@@ -0,0 +1,268 @@ | |||
{ |
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.
The files under /gen-src-temp
are to be removed after migrating build.gradle
.
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.
Locally tested and it worked successfully.
core/src/main/resources/com/linecorp/armeria/public_suffixes.txt
Outdated
Show resolved
Hide resolved
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, @haneepark!
Motivation:
Modifications:
AspectRatio
,ApiLink
components.CodeBlock
component and add language support.Result:
<type://RequestContext>
to[RequestContext](type)
. Seesite-new/docs/api-link-test.mdx
for usages. I made this change because the old syntax is no longer allowed in MDX v3. (See MDX docs)