Skip to content

Commit ab7ad1f

Browse files
kodster28maxvp
authored andcommitted
Remove "Arguments" header from WranglerCommand.astro (#24625)
1 parent 3e1a4f7 commit ab7ad1f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/WranglerCommand.astro

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ const positionals = definition.positionalArgs
5252
args={positionals ? command.concat(` ${positionals}`) : command}
5353
/>
5454

55-
<AnchorHeading
56-
depth={3}
57-
title="Arguments"
58-
slug={`${command.replaceAll(" ", "-")}-arguments`}
59-
/>
60-
6155
<ul>
6256
{
6357
Object.entries(definition.args)

0 commit comments

Comments
 (0)