Skip to content

Commit 6c9fb66

Browse files
authored
Remove "Arguments" header from WranglerCommand.astro (#24625)
1 parent 6cc43c7 commit 6c9fb66

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)