-
Notifications
You must be signed in to change notification settings - Fork 177
/
Copy path_toc.yaml
50 lines (49 loc) · 1.97 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
# Copyright 2021 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/community/contribute/docs/documentation_navigation_toc
# before making changes to this file, and add a member of the fuchsia.dev
# team as reviewer.
toc:
- title: "Introduction"
path: /contribute/open_projects/README.md
- title: "Project template"
path: /contribute/open_projects/template.md
- title: "Build projects"
section:
- title: "Bringup test modernization"
path: /contribute/open_projects/build/bringup_test_modernization.md
- title: "zx_* wrappers deprecation"
path: /contribute/open_projects/build/zx_wrappers_deprecation.md
- title: "Hermetic actions"
path: /contribute/open_projects/build/hermetic_actions.md
- title: "Components projects"
section:
- title: "Components v2 migration"
path: /contribute/open_projects/components/migration.md
- title: "C++ projects"
section:
- title: "Implicit conversions"
path: /contribute/open_projects/cpp/wconversion.md
- title: "Undefined behavior issues"
path: /contribute/open_projects/cpp/ubsan.md
- title: "Low-level C++ typed channel migration"
path: /contribute/open_projects/cpp/typed_channels.md
- title: "Dart projects"
section:
- title: "Null safety"
path: /contribute/open_projects/dart/null_safety.md
- title: "Testing"
section:
- title: "Migrate driver unit tests to mock-ddk"
path: /contribute/open_projects/testing/mock_ddk_migration.md
- title: "Graduated projects"
section:
- title: "Overview"
path: /contribute/open_projects/graduated/README.md
- title: "Dismantle the global log severity file"
path: /contribute/open_projects/graduated/global_severity.md
- title: "Layer Cake deprecation"
path: /contribute/open_projects/graduated/layer_cake_deprecation.md
- title: "package() migration"
path: /contribute/open_projects/graduated/package_migration.md