Skip to content

Commit

Permalink
docs: add node.js as prerequisite
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Oct 19, 2024
1 parent 6b52636 commit f447489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ In this section we will build a simple documentation site on your local machine.
> Prerequisites
> - Familiarity with the command line
> - Install [.NET SDK](https://dotnet.microsoft.com/en-us/download) 6.0 or higher
> - Install [Node.js](https://nodejs.org/) v20 or higher
Make sure you have [.NET SDK](https://dotnet.microsoft.com/en-us/download) installed, then open a terminal and enter the following command to install the latest docfx:

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/docfx-environment-variables-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Maximum time in milliseconds to override the default [Playwright timeout](https:

## `PLAYWRIGHT_NODEJS_PATH`

Custom Node.js executable path that will be used by the `docfx pdf' command.
Custom Node.js executable path that will be used by the `docfx pdf` command.
By default, docfx automatically detect installed Node.js from `PATH`.

0 comments on commit f447489

Please sign in to comment.