Skip to content

Commit 367a587

Browse files
authored
Cli doc updates (#681)
* Update usage docs with all subcommands help output. * Update code block to be standard text.
1 parent 4f18fe1 commit 367a587

File tree

4 files changed

+398
-71
lines changed

4 files changed

+398
-71
lines changed

crates/weaver_semconv_gen/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This content will be replaced by generated snippet.
2020

2121
Snippets can be defined with the following pseudo-grammar:
2222

23-
```
23+
```text
2424
SNIPPET_TAG = "semconv" GROUP_ID SNIPPET_ARGS?
2525
GROUP_ID = ('A'-'Z', 'a'-'z', '.', '_', '-')+
2626
SNIPPET_ARGS = "(" SNIPPET_ARG ("," SNIPPET_ARG)* ")"
@@ -31,7 +31,6 @@ SNIPPET_ARG =
3131
("tag" "=" ('A'-'Z','a'-'z','0'-'9')+)
3232
```
3333

34-
3534
## Snippet Templates
3635

3736
You can use `weaver_forge` and `minijinja` templates for snippet generation. When doing so, a template named

docs/specs/multi-registry/multi_registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The directory structure of a registry remains mostly unchanged, with the additio
133133
`registry_manifest.yaml`. This file contains the registry metadata, such as the name, version, and description.
134134
It is required for published registries or registries with dependencies on other registries.
135135

136-
```plaintext
136+
```text
137137
registry_root/
138138
domain_1/
139139
domain_2/

0 commit comments

Comments
 (0)