blob: a9f2d9c20dc08e58b8b4495df89d56f58552d829 [file] [log] [blame]
# 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: /docs/contribute/open_projects/README.md
- title: "Project template"
path: /docs/contribute/open_projects/template.md
- title: "Build projects"
section:
- title: "Bringup test modernization"
path: /docs/contribute/open_projects/build/bringup_test_modernization.md
- title: "zx_* wrappers deprecation"
path: /docs/contribute/open_projects/build/zx_wrappers_deprecation.md
- title: "Hermetic actions"
path: /docs/contribute/open_projects/build/hermetic_actions.md
- title: "C++ projects"
section:
- title: "Implicit conversions"
path: /docs/contribute/open_projects/cpp/wconversion.md
- title: "Dart projects"
section:
- title: "Null safety"
path: /docs/contribute/open_projects/dart/null_safety.md
- title: "Driver projects"
section:
- title: "FIDL multiplexing deprecation"
path: /docs/contribute/open_projects/drivers/fidl_multiplexing.md
- title: "Graduated projects"
section:
- title: "Overview"
path: /docs/contribute/open_projects/graduated/README.md
- title: "Dismantle the global log severity file"
path: /docs/contribute/open_projects/graduated/global_severity.md
- title: "Layer Cake deprecation"
path: /docs/contribute/open_projects/graduated/layer_cake_deprecation.md
- title: "Migrate driver unit tests to mock-ddk"
path: /docs/contribute/open_projects/graduated/mock_ddk_migration.md
- title: "package() migration"
path: /docs/contribute/open_projects/graduated/package_migration.md
- title: "Low-level C++ typed channel migration"
path: /docs/contribute/open_projects/graduated/typed_channels.md
- title: "Undefined behavior issues"
path: /docs/contribute/open_projects/graduated/ubsan.md