| # 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/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/development/drivers/migration/README.md |
| - title: "1. Migrate from DFv1 to DFv2" |
| section: |
| - title: "Overview" |
| path: /docs/development/drivers/migration/migrate-from-dfv1-to-dfv2/overview.md |
| step_group: driver_migration-dfv1-to-dv2 |
| - title: "Frequently asked questions" |
| path: /docs/development/drivers/migration/migrate-from-dfv1-to-dfv2/faq.md |
| step_group: driver_migration-dfv1-to-dv2 |
| - title: "Update DDK interfaces to DFv2" |
| path: /docs/development/drivers/migration/migrate-from-dfv1-to-dfv2/update-ddk-interfaces-to-dfv2.md |
| step_group: driver_migration-dfv1-to-dv2 |
| - title: "Update other services to DFv2" |
| path: /docs/development/drivers/migration/migrate-from-dfv1-to-dfv2/update-other-services-to-dfv2.md |
| step_group: driver_migration-dfv1-to-dv2 |
| - title: "2. Migrate from Banjo to FIDL" |
| section: |
| - title: "Overview" |
| path: /docs/development/drivers/migration/migrate-from-banjo-to-fidl/overview.md |
| step_group: driver_migration-banjo-to-fidl |
| - title: "Frequently asked questions" |
| path: /docs/development/drivers/migration/migrate-from-banjo-to-fidl/faq.md |
| step_group: driver_migration-banjo-to-fidl |
| - title: "Convert Banjo protocols to FIDL protocols" |
| path: /docs/development/drivers/migration/migrate-from-banjo-to-fidl/convert-banjo-protocols-to-fidl-protocols.md |
| step_group: driver_migration-banjo-to-fidl |
| - title: "Extensions" |
| section: |
| - title: "Set up the compat device server in a DFv2 driver" |
| path: /docs/development/drivers/migration/set-up-compat-device-server.md |
| - title: "Connect and serve Banjo protocols in a DFv2 driver" |
| path: /docs/development/drivers/migration/serve-banjo-protocols.md |
| - title: "Set up devfs in a DFv2 driver" |
| path: /docs/development/drivers/migration/set-up-devfs.md |