Skip to content

Commit 5c5da8f

Browse files
committed
doc: revert camelize
1 parent 438f921 commit 5c5da8f

32 files changed

+32
-32
lines changed

doc/api/async_context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- source_link=lib/async_hooks.js -->
88

99
<!-- YAML
10-
llmDescription: >
10+
llm_description: >
1111
Tracks asynchronous execution context. Enables storing and propagating state
1212
across async operations like callbacks and promises. Useful for request
1313
tracking, logging, or context management. Provides AsyncLocalStorage for

doc/api/async_hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--introduced_in=v8.1.0-->
44

55
<!-- YAML
6-
llmDescription: >
6+
llm_description: >
77
Low-level API to monitor asynchronous operations (timeouts, promises,
88
callbacks). Primarily for advanced diagnostics or custom profiling tools.
99
Avoid on production, use AsyncLocalStorage for most context-tracking needs.

doc/api/cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--introduced_in=v0.10.0-->
44

55
<!-- YAML
6-
llmDescription: >
6+
llm_description: >
77
Enables multi-process scaling by forking identical Node.js instances
88
(workers) to handle loads across CPU cores. Ideal for HTTP servers needing
99
parallelism. For lightweight concurrency, prefer worker_threads.

doc/api/debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--introduced_in=v0.9.12-->
44

55
<!-- YAML
6-
llmDescription: >
6+
llm_description: >
77
Provides a CLI interface for debugging Node.js applications, including
88
basic stepping and inspection.
99
-->

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--introduced_in=v7.7.0-->
44

55
<!-- YAML
6-
llmDescription: >
6+
llm_description: >
77
Lists APIs that are deprecated and subject to removal in future releases.
88
-->
99

doc/api/diagnostics_channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ changes:
1515
<!--introduced_in=v15.1.0-->
1616

1717
<!-- YAML
18-
llmDescription: >
18+
llm_description: >
1919
Publish/subscribe API for custom diagnostic events (e.g., database query
2020
metrics, HTTP request lifecycle). Integrates with APM tools or logging
2121
systems to monitor internal operations.

doc/api/domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ changes:
1818
<!--introduced_in=v0.10.0-->
1919

2020
<!-- YAML
21-
llmDescription: >
21+
llm_description: >
2222
Deprecated (avoid). Legacy API for error handling across async operations.
2323
-->
2424

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--introduced_in=v4.0.0-->
44

55
<!-- YAML
6-
llmDescription: >
6+
llm_description: >
77
Describes the error types in Node.js and how they are handled during execution.
88
-->
99

doc/api/esm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--introduced_in=v8.5.0-->
44

55
<!-- YAML
6-
llmDescription: >
6+
llm_description: >
77
Provides support for ECMAScript modules in Node.js, enabling standards-based
88
module syntax (import/export) and interoperability with CommonJS.
99
-->

doc/api/globals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--introduced_in=v0.10.0-->
44

55
<!-- YAML
6-
llmDescription: >
6+
llm_description: >
77
Lists built-in global objects and functions available in the Node.js runtime.
88
-->
99

0 commit comments

Comments
 (0)