Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: rewrite "About this Documentation" section #27725

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions doc/api/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
<!--introduced_in=v0.10.0-->
<!-- type=misc -->

The goal of this documentation is to explain the Node.js
API, both from a reference as well as a conceptual point of view. Each
section describes a built-in module or high-level concept.
Welcome to the official API reference documentation for Node.js!

Where appropriate, property types, method arguments, and the arguments
provided to event handlers are detailed in a list underneath the topic
heading.
Node.js is a JavaScript runtime built on the [V8 JavaScript engine][].

## Contributing

Expand Down Expand Up @@ -90,3 +86,4 @@ issue 4760](https://github.com/nodejs/node/issues/4760).
[`stderr`]: process.html#process_process_stderr
[submit an issue]: https://github.com/nodejs/node/issues/new
[the contributing guide]: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
[V8 JavaScript engine]: https://v8.dev/