From 233ebfc002696be01eddb1a84910c219b15acc0d Mon Sep 17 00:00:00 2001 From: Renegade334 Date: Sun, 3 May 2026 01:32:58 +0100 Subject: [PATCH] doc: re-order stream/iter in TOC Signed-off-by: Renegade334 --- doc/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/index.md b/doc/api/index.md index 1c9cc02c6d80a7..285bba64f7bc78 100644 --- a/doc/api/index.md +++ b/doc/api/index.md @@ -35,13 +35,13 @@ * [HTTPS](https.md) * [Inspector](inspector.md) * [Internationalization](intl.md) +* [Iterable Streams API](stream_iter.md) * [Modules: CommonJS modules](modules.md) * [Modules: ECMAScript modules](esm.md) * [Modules: `node:module` API](module.md) * [Modules: Packages](packages.md) * [Modules: TypeScript](typescript.md) * [Net](net.md) -* [Iterable Streams API](stream_iter.md) * [OS](os.md) * [Path](path.md) * [Performance hooks](perf_hooks.md)