Skip to content

Commit

Permalink
Add a TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Apr 9, 2018
1 parent 7de5b60 commit c942bf4
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 3 deletions.
14 changes: 12 additions & 2 deletions src/doc/rustc/src/SUMMARY.md
@@ -1,3 +1,13 @@
# Summary
# The Rustc Book

- [Chapter 1](./chapter_1.md)
- [What is rustc?](what-is-rustc.md)
- [Command-line arguments](command-line-arguments/index.md)
- [Lints](lints/index.md)
- [Lint levels](lints/levels.md)
- [Lint Groups](lints/groups.md)
- [Lint listing](lints/listing/index.md)
- [Allowed-by-default lints](lints/listing/allowed-by-default.md)
- [Warn-by-default lints](lints/listing/warn-by-default.md)
- [Deny-by-default lints](lints/listing/deny-by-default.md)
- [Codegen options](codegen-options/index.md)
- [Contributing to `rustc`](contributing.md)
1 change: 0 additions & 1 deletion src/doc/rustc/src/chapter_1.md

This file was deleted.

1 change: 1 addition & 0 deletions src/doc/rustc/src/codegen-options/index.md
@@ -0,0 +1 @@
# Codegen options
1 change: 1 addition & 0 deletions src/doc/rustc/src/command-line-arguments/index.md
@@ -0,0 +1 @@
# Command-line arguments
1 change: 1 addition & 0 deletions src/doc/rustc/src/contributing.md
@@ -0,0 +1 @@
# Contributing to rustc
1 change: 1 addition & 0 deletions src/doc/rustc/src/lints/groups.md
@@ -0,0 +1 @@
# Lint Groups
1 change: 1 addition & 0 deletions src/doc/rustc/src/lints/index.md
@@ -0,0 +1 @@
# Lints
1 change: 1 addition & 0 deletions src/doc/rustc/src/lints/levels.md
@@ -0,0 +1 @@
# Lint levels
1 change: 1 addition & 0 deletions src/doc/rustc/src/lints/listing/allowed-by-default.md
@@ -0,0 +1 @@
# Allowed-by-default lints
1 change: 1 addition & 0 deletions src/doc/rustc/src/lints/listing/deny-by-default.md
@@ -0,0 +1 @@
# Deny-by-default lints
1 change: 1 addition & 0 deletions src/doc/rustc/src/lints/listing/index.md
@@ -0,0 +1 @@
# Lint listing
1 change: 1 addition & 0 deletions src/doc/rustc/src/lints/listing/warn-by-default.md
@@ -0,0 +1 @@
# Warn-by-default lints
1 change: 1 addition & 0 deletions src/doc/rustc/src/what-is-rustc.md
@@ -0,0 +1 @@
# What is rustc?

0 comments on commit c942bf4

Please sign in to comment.