docs: Use Title Case for the Table of Contents

This commit is contained in:
Nick Fitzgerald
2020-08-07 16:49:32 -07:00
parent 5af47dc4cd
commit bf16b33739

View File

@@ -5,26 +5,26 @@
- [Creating `hello-world.wasm`](./tutorial-create-hello-world.md) - [Creating `hello-world.wasm`](./tutorial-create-hello-world.md)
- [Running `hello-world.wasm`](./tutorial-run-hello-world.md) - [Running `hello-world.wasm`](./tutorial-run-hello-world.md)
- [Examples](./examples.md) - [Examples](./examples.md)
- [Markdown parser](./examples-markdown.md) - [Markdown Parser](./examples-markdown.md)
- [Profiling WebAssembly](./examples-profiling.md) - [Profiling WebAssembly](./examples-profiling.md)
- [Profiling with Perf](./examples-profiling-perf.md) - [Profiling with Perf](./examples-profiling-perf.md)
- [Profiling with VTune](./examples-profiling-vtune.md) - [Profiling with VTune](./examples-profiling-vtune.md)
- [Embedding in Rust](./examples-rust-embed.md) - [Embedding in Rust](./examples-rust-embed.md)
- [Hello, world!](./examples-rust-hello-world.md) - [Hello, world!](./examples-rust-hello-world.md)
- [Calculating the GCD](./examples-rust-gcd.md) - [Calculating the GCD](./examples-rust-gcd.md)
- [Using linear memory](./examples-rust-memory.md) - [Using Linear Memory](./examples-rust-memory.md)
- [WASI](./examples-rust-wasi.md) - [WASI](./examples-rust-wasi.md)
- [Linking modules](./examples-rust-linking.md) - [Linking Modules](./examples-rust-linking.md)
- [Debugging](./examples-rust-debugging.md) - [Debugging](./examples-rust-debugging.md)
- [Using multi-value](./examples-rust-multi-value.md) - [Using Multi-Value](./examples-rust-multi-value.md)
- [Embedding in C](./examples-c-embed.md) - [Embedding in C](./examples-c-embed.md)
- [Hello, world!](./examples-c-hello-world.md) - [Hello, World!](./examples-c-hello-world.md)
- [Calculating the GCD](./examples-c-gcd.md) - [Calculating the GCD](./examples-c-gcd.md)
- [Using linear memory](./examples-c-memory.md) - [Using Linear Memory](./examples-c-memory.md)
- [WASI](./examples-c-wasi.md) - [WASI](./examples-c-wasi.md)
- [Linking modules](./examples-c-linking.md) - [Linking Modules](./examples-c-linking.md)
- [Debugging](./examples-c-debugging.md) - [Debugging](./examples-c-debugging.md)
- [Using multi-value](./examples-c-multi-value.md) - [Using Multi-Value](./examples-c-multi-value.md)
- [Using WebAssembly from your language](./lang.md) - [Using WebAssembly from your language](./lang.md)
- [Rust](./lang-rust.md) - [Rust](./lang-rust.md)
- [C](./lang-c.md) - [C](./lang-c.md)
@@ -53,8 +53,8 @@
- [Testing](./contributing-testing.md) - [Testing](./contributing-testing.md)
- [Fuzzing](./contributing-fuzzing.md) - [Fuzzing](./contributing-fuzzing.md)
- [CI](./contributing-ci.md) - [CI](./contributing-ci.md)
- [Coding guidelines](./contributing-coding-guidelines.md) - [Coding Guidelines](./contributing-coding-guidelines.md)
- [Development process](./contributing-development-process.md) - [Development Process](./contributing-development-process.md)
- [Release Process](./contributing-release-process.md) - [Release Process](./contributing-release-process.md)
- [Governance](./contributing-governance.md) - [Governance](./contributing-governance.md)
- [Code of Conduct](./contributing-coc.md) - [Code of Conduct](./contributing-coc.md)