| # 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: /docs/concepts/drivers/README.md |
| - title: "Driver framework (DFv2)" |
| path: /docs/concepts/drivers/driver_framework.md |
| - title: "Comparison between DFv1 and DFv2" |
| path: /docs/concepts/drivers/comparison_between_dfv1_and_dfv2.md |
| - title: "Drivers and nodes" |
| path: /docs/concepts/drivers/drivers_and_nodes.md |
| - title: "Driver binding" |
| path: /docs/concepts/drivers/driver_binding.md |
| - title: "Driver communication" |
| path: /docs/concepts/drivers/driver_communication.md |