| # Copyright 2020 The Fuchsia Authors. All rights reserved. | 
 | # Use of this source code is governed by a BSD-style license that can be | 
 | # found in the LICENSE file. | 
 |  | 
 | toc: | 
 |   - title: "Overview" | 
 |     path: /docs/development/languages/fidl/guides/README.md | 
 |   - title: "Running FIDL" | 
 |     path: /docs/development/languages/fidl/guides/cli.md | 
 |   - title: "Style guide" | 
 |     path: /docs/development/languages/fidl/guides/style.md | 
 |   - title: "Designing APIs" | 
 |     path: /docs/development/languages/fidl/guides/api-design.md | 
 |   - title: "Maxing out pagination" | 
 |     path: /docs/development/languages/fidl/guides/max-out-pagination.md | 
 |   - title: "Picking between C, LLCPP, and HLCPP bindings" | 
 |     path: /docs/development/languages/fidl/guides/c-family-comparison.md | 
 |   - title: "Viewing generated bindings code" | 
 |     path: /docs/development/languages/fidl/guides/generated-code.md | 
 |   - title: "Editor Support" | 
 |     path: /docs/development/languages/fidl/guides/editors.md | 
 |   - title: "Hanging Gets in Rust" | 
 |     path: /docs/development/languages/fidl/guides/rust-hanging-get.md | 
 |   - title: "Memory ownership in LLCPP" | 
 |     path: /docs/development/languages/fidl/guides/llcpp-memory-ownership.md | 
 |   - title: "LLCPP threading guide" | 
 |     path: /docs/development/languages/fidl/guides/llcpp-threading.md |