Gray out appendices that don't have any content yet

This commit is contained in:
Carol (Nichols || Goulding)
2017-04-12 16:52:54 -04:00
parent 85a329f226
commit a214eb5ed8
4 changed files with 4 additions and 11 deletions

View File

@@ -114,8 +114,8 @@
- [Appendix](appendix-00.md)
- [A - Keywords](appendix-01-keywords.md)
- [B - Operators](appendix-02-operators.md)
- [C - Derivable Traits](appendix-03-derivable-traits.md)
- [D - Nightly Rust](appendix-04-nightly-rust.md)
- [E - Macros](appendix-05-macros.md)
- [F - Translations](appendix-06-translation.md)
- [C - Derivable Traits]()
- [D - Nightly Rust]()
- [E - Macros]()
- [F - Translations]()
- [G - Newest Features](appendix-07-newest-features.md)

View File

@@ -1 +0,0 @@
## Appendix C: Derivable Traits

View File

@@ -1 +0,0 @@
## Appendix D: Nightly Rust

View File

@@ -1,5 +0,0 @@
## Appendix E: Macros
## Basics of writing your own macros
## Macros are changing, go see X for more info