From bf16b3373991fe8f7bb393c6ca1d88521f3f7bba Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Fri, 7 Aug 2020 16:49:32 -0700 Subject: [PATCH] docs: Use Title Case for the Table of Contents --- docs/SUMMARY.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index cb6c419615..2ec6a6170f 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -5,26 +5,26 @@ - [Creating `hello-world.wasm`](./tutorial-create-hello-world.md) - [Running `hello-world.wasm`](./tutorial-run-hello-world.md) - [Examples](./examples.md) - - [Markdown parser](./examples-markdown.md) + - [Markdown Parser](./examples-markdown.md) - [Profiling WebAssembly](./examples-profiling.md) - [Profiling with Perf](./examples-profiling-perf.md) - [Profiling with VTune](./examples-profiling-vtune.md) - [Embedding in Rust](./examples-rust-embed.md) - [Hello, world!](./examples-rust-hello-world.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) - - [Linking modules](./examples-rust-linking.md) + - [Linking Modules](./examples-rust-linking.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) - - [Hello, world!](./examples-c-hello-world.md) + - [Hello, World!](./examples-c-hello-world.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) - - [Linking modules](./examples-c-linking.md) + - [Linking Modules](./examples-c-linking.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) - [Rust](./lang-rust.md) - [C](./lang-c.md) @@ -53,8 +53,8 @@ - [Testing](./contributing-testing.md) - [Fuzzing](./contributing-fuzzing.md) - [CI](./contributing-ci.md) - - [Coding guidelines](./contributing-coding-guidelines.md) - - [Development process](./contributing-development-process.md) + - [Coding Guidelines](./contributing-coding-guidelines.md) + - [Development Process](./contributing-development-process.md) - [Release Process](./contributing-release-process.md) - [Governance](./contributing-governance.md) - [Code of Conduct](./contributing-coc.md)