doc: fix index in table of contents in BUILDING.md

Also, a missing colon was added.

PR-URL: https://github.com/nodejs/node/pull/23777
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
This commit is contained in:
ZYSzys 2018-10-20 09:33:00 +08:00 committed by Vse Mozhet Byt
parent 35ed66c776
commit 3e3ce22583

View File

@ -10,42 +10,40 @@ file a new issue.
## Table of Contents ## Table of Contents
- [Building Node.js](#building-nodejs) * [Supported platforms](#supported-platforms)
- [Table of Contents](#table-of-contents) * [Input](#input)
- [Supported platforms](#supported-platforms) * [Strategy](#strategy)
- [Input](#input) * [Supported platforms](#supported-platforms-1)
- [Strategy](#strategy) * [Supported toolchains](#supported-toolchains)
- [Supported platforms](#supported-platforms) * [Unix](#unix)
- [Supported toolchains](#supported-toolchains) * [AIX](#aix)
- [Unix](#unix) * [Windows](#windows)
- [AIX](#aix) * [OpenSSL asm support](#openssl-asm-support)
- [Windows](#windows) * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms)
- [OpenSSL asm support](#openssl-asm-support) * [Unix/macOS](#unixmacos)
- [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms) * [Prerequisites](#prerequisites)
- [Unix/macOS](#unixmacos) * [Building Node.js](#building-nodejs-1)
- [Prerequisites](#prerequisites) * [Running Tests](#running-tests)
- [Building Node.js](#building-nodejs) * [Building the documentation](#building-the-documentation)
- [Running Tests](#running-tests) * [Building a debug build](#building-a-debug-build)
- [Building the documentation](#building-the-documentation) * [Windows](#windows-1)
- [Building a debug build](#building-a-debug-build) * [Android/Android-based devices (e.g. Firefox OS)](#androidandroid-based-devices-eg-firefox-os)
- [Windows](#windows) * [`Intl` (ECMA-402) support](#intl-ecma-402-support)
- [Android/Android-based devices (e.g. Firefox OS)](#androidandroid-based-devices-eg-firefox-os) * [Default: `small-icu` (English only) support](#default-small-icu-english-only-support)
- [`Intl` (ECMA-402) support:](#intl-ecma-402-support) * [Build with full ICU support (all locales supported by ICU)](#build-with-full-icu-support-all-locales-supported-by-icu)
- [Default: `small-icu` (English only) support](#default-small-icu-english-only-support) * [Unix/macOS](#unixmacos-1)
- [Build with full ICU support (all locales supported by ICU):](#build-with-full-icu-support-all-locales-supported-by-icu) * [Windows](#windows-2)
- [Unix/macOS:](#unixmacos) * [Building without Intl support](#building-without-intl-support)
- [Windows:](#windows) * [Unix/macOS](#unixmacos-2)
- [Building without Intl support](#building-without-intl-support) * [Windows](#windows-3)
- [Unix/macOS:](#unixmacos) * [Use existing installed ICU (Unix/macOS only)](#use-existing-installed-icu-unixmacos-only)
- [Windows:](#windows) * [Build with a specific ICU](#build-with-a-specific-icu)
- [Use existing installed ICU (Unix/macOS only):](#use-existing-installed-icu-unixmacos-only) * [Unix/macOS](#unixmacos-3)
- [Build with a specific ICU:](#build-with-a-specific-icu) * [Windows](#windows-4)
- [Unix/macOS](#unixmacos) * [Building Node.js with FIPS-compliant OpenSSL](#building-nodejs-with-fips-compliant-openssl)
- [Windows](#windows) * [Building Node.js with external core modules](#building-nodejs-with-external-core-modules)
- [Building Node.js with FIPS-compliant OpenSSL](#building-nodejs-with-fips-compliant-openssl) * [Unix/macOS](#unixmacos-4)
- [Building Node.js with external core modules](#building-nodejs-with-external-core-modules) * [Windows](#windows-5)
- [Unix/macOS](#unixmacos)
- [Windows](#windows)
## Supported platforms ## Supported platforms
@ -239,7 +237,7 @@ $ python tools/test.py -J --mode=release child-process
``` ```
If you want to check the other options, please refer to the help by using If you want to check the other options, please refer to the help by using
the `--help` option the `--help` option:
```text ```text
$ python tools/test.py --help $ python tools/test.py --help