Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a visible title to the API index page so the new web documentation generator can populate navigation labels.
Changes:
- Add a Markdown heading (βIndexβ) at the top of
doc/api/index.md. - Remove an outdated top-of-file comment block.
π‘ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ovflowd
approved these changes
Mar 1, 2026
bjohansebas
reviewed
Mar 1, 2026
cjihrig
approved these changes
Mar 1, 2026
lpinca
approved these changes
Mar 1, 2026
Collaborator
Commit Queue failed- Loading data for nodejs/node/pull/62046 β Done loading data for nodejs/node/pull/62046 ----------------------------------- PR info ------------------------------------ Title doc: add title to index (#62046) Author Aviv Keller <me@aviv.sh> (@avivkeller) Branch avivkeller:title-index -> nodejs:main Labels doc, author ready Commits 2 - doc: add title to index - Update doc/api/index.md Committers 2 - Aviv Keller <me@aviv.sh> - GitHub <noreply@github.com> PR-URL: https://github.com/nodejs/node/pull/62046 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/62046 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> -------------------------------------------------------------------------------- βΉ This PR was created on Sun, 01 Mar 2026 00:04:44 GMT β Approvals: 3 β - Claudio Wunder (@ovflowd): https://github.com/nodejs/node/pull/62046#pullrequestreview-3870926195 β - Colin Ihrig (@cjihrig): https://github.com/nodejs/node/pull/62046#pullrequestreview-3872617697 β - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/62046#pullrequestreview-3873356485 β Last GitHub CI successful βΉ Green GitHub CI is sufficient -------------------------------------------------------------------------------- β No git cherry-pick in progress β No git am in progress β No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD β origin/main is now up-to-date - Downloading patch for 62046 From https://github.com/nodejs/node * branch refs/pull/62046/merge -> FETCH_HEAD β Fetched commits as 88be44db0e45..01a32b25b481 -------------------------------------------------------------------------------- [main 4200e151bd] doc: add title to index Author: Aviv Keller <me@aviv.sh> Date: Sat Feb 28 19:04:03 2026 -0500 1 file changed, 1 insertion(+), 4 deletions(-) [main 90327586a2] Update doc/api/index.md Author: Aviv Keller <me@aviv.sh> Date: Sat Feb 28 19:10:20 2026 -0500 1 file changed, 1 insertion(+), 1 deletion(-) β Patches applied There are 2 commits in the PR. Attempting autorebase. (node:351) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated. (Use `node --trace-deprecation ...` to show where the warning was created) Rebasing (2/4) Executing: git node land --amend --yes --------------------------------- New Message ---------------------------------- doc: add title to indexhttps://github.com/nodejs/node/actions/runs/22602934631 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A title on this page is needed for the new
webgenerator to populate the navigation.