Skip to content

Commit c7ea5e5

Browse files
committed
final tweaks
1 parent fbb13ac commit c7ea5e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/WranglerCommand.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ const positionals = definition.positionalArgs
4646
?.map((p) => `[${p.toUpperCase()}]`)
4747
.join(" ");
4848
49-
console.log(definition)
5049
---
5150

5251
<AnchorHeading depth={headingLevel} title={command} />

src/content/docs/style-guide/components/wrangler-namespace.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ styleGuide:
44
component: WranglerNamespace
55
---
66

7+
import { Type, MetaInfo } from "~/components";
8+
79
The `WranglerNamespace` component documents the available commands for a given namespace.
810

911
This is generated using the Wrangler version in the [`cloudflare-docs` repository](https://github.com/cloudflare/cloudflare-docs/blob/production/package.json).

0 commit comments

Comments
 (0)