forked from vsrinivas/fuchsia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yaml
25 lines (24 loc) · 1.14 KB
/
_toc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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