mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
62c61b754d
This commit introduces additional stage in the process of generating html docs from markdown files. Plugin transforms links to *.md files in the respository to links to *.html files in the online documentation. Fixes: https://github.com/nodejs/node/issues/28689 PR-URL: https://github.com/nodejs/node/pull/29946 Reviewed-By: Anna Henningsen <anna@addaleax.net>
21 lines
378 B
Markdown
21 lines
378 B
Markdown
# Usage and Example
|
|
|
|
## Usage
|
|
|
|
`node \[options\] index.js`
|
|
|
|
Please see the [Command Line Options][] document for more information.
|
|
|
|
## Example
|
|
|
|
An example of a [web server][] written with Node.js which responds with
|
|
`'Hello, World!'`:
|
|
|
|
## See also
|
|
|
|
Check out also [this guide][]
|
|
|
|
[Command Line Options]: cli.md#options
|
|
[this guide]: https://nodejs.org/
|
|
[web server]: example.md
|