You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refer to the [syntax](https://github.com/open-telemetry/build-tools/tree/main/semantic-conventions/syntax.md)
18
21
for how to write the YAML files for semantic conventions and what the YAML properties mean.
19
22
20
23
A schema file for VS code is configured in the `/.vscode/settings.json` of this
21
24
repository, enabling auto-completion and additional checks. Refer to
22
25
[the generator README](https://github.com/open-telemetry/build-tools/tree/main/semantic-conventions/README.md) for what extension you need.
23
26
24
-
## Generation
27
+
## Generating markdown
25
28
26
29
These YAML files are used by the make target `table-generation` to generate consistently
27
30
formatted Markdown tables for all semantic conventions in the specification. Run it from the root of this repository using the command
0 commit comments