diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-10-21 21:23:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-21 21:23:00 +0200 |
| commit | 762f0dde26978cfc44383888e31dd164fd992b43 (patch) | |
| tree | 21264e8350bbe5e540d756a698e1f16e08754e8f | |
| parent | 0d489f3314513c7ac4086ac5682ca36c0af16f0c (diff) | |
| parent | d7256a6a0d81a6c6cd182aab22e724f43e702a0c (diff) | |
| download | rust-762f0dde26978cfc44383888e31dd164fd992b43.tar.gz rust-762f0dde26978cfc44383888e31dd164fd992b43.zip | |
Rollup merge of #116955 - claesgill:upd_readme_toc, r=Mark-Simulacrum
Updated README with expandable table of content. Make it easier to navigate in the rather large README file.
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md index f0c45f341d8..a88ee4b8bf0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,20 @@ standard library, and documentation. If you wish to _contribute_ to the compiler, you should read [CONTRIBUTING.md](CONTRIBUTING.md) instead. +<details> +<summary>Table of content</summary> + +- [Quick Start](#quick-start) +- [Installing from Source](#installing-from-source) +- [Building Documentation](#building-documentation) +- [Notes](#notes) +- [Getting Help](#getting-help) +- [Contributing](#contributing) +- [License](#license) +- [Trademark](#trademark) + +</details> + ## Quick Start Read ["Installation"] from [The Book]. |
