-
Notifications
You must be signed in to change notification settings - Fork 177
/
Copy path_toc.yaml
81 lines (80 loc) · 3.43 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# 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.
# Please, read https://fuchsia.dev/fuchsia-src/contribute/docs/documentation-navigation-toc
# before making changes to this file, and add a member of the fuchsia.dev
# team as reviewer.
toc:
- title: "Overview"
path: /development/languages/fidl
- title: "Developer guide"
section:
- include: /development/languages/fidl/guides/_toc.yaml
- title: "Compatibility guide"
section:
- include: /development/languages/fidl/guides/compatibility/_toc.yaml
- title: "Tutorials"
section:
- title: "Overview"
path: /development/languages/fidl/tutorials/overview.md
- title: "Compiling FIDL"
path: /development/languages/fidl/tutorials/fidl.md
- title: "HLCPP"
section:
- title: "Overview"
path: /development/languages/fidl/tutorials/hlcpp/README.md
- title: "Getting started"
section:
- include: /development/languages/fidl/tutorials/hlcpp/basics/_toc.yaml
- title: "Debug output"
path: /development/languages/fidl/tutorials/hlcpp/topics/fostr.md
- title: "Serving multiple clients"
path: /development/languages/fidl/tutorials/hlcpp/topics/multiple-clients.md
- title: "Request pipelining"
path: /development/languages/fidl/tutorials/hlcpp/topics/request-pipelining.md
- title: "Services"
path: /development/languages/fidl/tutorials/hlcpp/topics/services.md
- title: "Testing protocols"
path: /development/languages/fidl/tutorials/hlcpp/topics/testing.md
- title: "LLCPP"
section:
- title: "Overview"
path: /development/languages/fidl/tutorials/llcpp/README.md
- title: "Getting started"
section:
- include: /development/languages/fidl/tutorials/llcpp/basics/_toc.yaml
- title: "Responding asynchronously"
path: /development/languages/fidl/tutorials/llcpp/topics/async-completer.md
- title: "Memory ownership of domain objects"
path: /development/languages/fidl/tutorials/llcpp/topics/memory-ownership.md
- title: "Thread safety and memory safety"
path: /development/languages/fidl/tutorials/llcpp/topics/threading.md
- title: "Communicating over the driver transport"
path: /development/languages/fidl/tutorials/llcpp/topics/driver-transport.md
- title: "Request pipelining"
path: /development/languages/fidl/tutorials/llcpp/topics/request-pipelining.md
- title: "Services"
path: /development/languages/fidl/tutorials/llcpp/topics/services.md
- title: "Rust"
section:
- title: "Overview"
path: /development/languages/fidl/tutorials/rust/README.md
- title: "Getting started"
section:
- include: /development/languages/fidl/tutorials/rust/basics/_toc.yaml
- title: "Request pipelining"
path: /development/languages/fidl/tutorials/rust/topics/request-pipelining.md
- title: "Services"
path: /development/languages/fidl/tutorials/rust/topics/services.md
- title: "Dart"
section:
- title: "Overview"
path: /development/languages/fidl/tutorials/dart/README.md
- title: "Getting started"
section:
- include: /development/languages/fidl/tutorials/dart/basics/_toc.yaml
- title: "Request pipelining"
path: /development/languages/fidl/tutorials/dart/topics/request-pipelining.md
- title: "C"
path: /development/languages/fidl/tutorials/tutorial-c.md
status: deprecated