mirror of https://github.com/sbt/sbt.git
Adjust README TOC (#784)
GitHub conventions seem to have changed (see discussion around https://twitter.com/alxarchambault/status/965519451419545600)
This commit is contained in:
parent
7b12da18b6
commit
8388999aa8
22
README.md
22
README.md
|
|
@ -46,20 +46,20 @@ Lastly, it can be used programmatically via its [API](#api) and has a Scala JS [
|
|||
## Table of content
|
||||
|
||||
1. [Quick start](#quick-start)
|
||||
1. [SBT plugin](#sbt-plugin)
|
||||
2. [Command-line](#command-line)
|
||||
3. [API](#api)
|
||||
1. [SBT plugin](#sbt-plugin)
|
||||
2. [Command-line](#command-line)
|
||||
3. [API](#api)
|
||||
2. [Why](#why)
|
||||
3. [Usage](#usage)
|
||||
1. [SBT plugin](#sbt-plugin-1)
|
||||
2. [Command-line](#command-line-1)
|
||||
3. [API](#api-1)
|
||||
4. [Scala JS demo](#scala-js-demo)
|
||||
1. [SBT plugin](#sbt-plugin-1)
|
||||
2. [Command-line](#command-line-1)
|
||||
3. [API](#api-1)
|
||||
4. [Scala JS demo](#scala-js-demo)
|
||||
4. [Extra features](#extra-features)
|
||||
1. [Printing trees](#printing-trees)
|
||||
2. [Generating bootstrap launchers](#generating-bootstrap-launchers)
|
||||
3. [Credentials](#credentials)
|
||||
4. [Extra protocols](#extra-protocols)
|
||||
1. [Printing trees](#printing-trees)
|
||||
2. [Generating bootstrap launchers](#generating-bootstrap-launchers)
|
||||
3. [Credentials](#credentials)
|
||||
4. [Extra protocols](#extra-protocols)
|
||||
5. [Limitations](#limitations)
|
||||
6. [FAQ](#faq)
|
||||
7. [Roadmap](#roadmap)
|
||||
|
|
|
|||
|
|
@ -46,20 +46,20 @@ Lastly, it can be used programmatically via its [API](#api) and has a Scala JS [
|
|||
## Table of content
|
||||
|
||||
1. [Quick start](#quick-start)
|
||||
1. [SBT plugin](#sbt-plugin)
|
||||
2. [Command-line](#command-line)
|
||||
3. [API](#api)
|
||||
1. [SBT plugin](#sbt-plugin)
|
||||
2. [Command-line](#command-line)
|
||||
3. [API](#api)
|
||||
2. [Why](#why)
|
||||
3. [Usage](#usage)
|
||||
1. [SBT plugin](#sbt-plugin-1)
|
||||
2. [Command-line](#command-line-1)
|
||||
3. [API](#api-1)
|
||||
4. [Scala JS demo](#scala-js-demo)
|
||||
1. [SBT plugin](#sbt-plugin-1)
|
||||
2. [Command-line](#command-line-1)
|
||||
3. [API](#api-1)
|
||||
4. [Scala JS demo](#scala-js-demo)
|
||||
4. [Extra features](#extra-features)
|
||||
1. [Printing trees](#printing-trees)
|
||||
2. [Generating bootstrap launchers](#generating-bootstrap-launchers)
|
||||
3. [Credentials](#credentials)
|
||||
4. [Extra protocols](#extra-protocols)
|
||||
1. [Printing trees](#printing-trees)
|
||||
2. [Generating bootstrap launchers](#generating-bootstrap-launchers)
|
||||
3. [Credentials](#credentials)
|
||||
4. [Extra protocols](#extra-protocols)
|
||||
5. [Limitations](#limitations)
|
||||
6. [FAQ](#faq)
|
||||
7. [Roadmap](#roadmap)
|
||||
|
|
|
|||
Loading…
Reference in New Issue