Skip to content

Conversation

@ztsorojev
Copy link
Contributor

Fixes CT-3571

Arguments are now part of sections instead of args. This update should work both for new packages that use sections and old packages that use args.

image

image

</div>
))}
{sections.map((section) => {
if (section.name?.toLowerCase()?.includes('argument')) {
Copy link

@filipsch filipsch Jun 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this if-test be moved to the Html level to avoid duplication?

@ztsorojev ztsorojev merged commit 04bcbe2 into main Jun 15, 2022
@ztsorojev ztsorojev deleted the fix/arguments-rendering branch June 15, 2022 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants