| # 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/development/tools/ffx/workflows/README.md |
| - title: Devices |
| section: |
| - title: Start the Fuchsia emulator |
| path: /docs/development/tools/ffx/workflows/start-the-fuchsia-emulator.md |
| - title: Flash a Fuchsia image on a device |
| path: /docs/development/tools/ffx/workflows/flash-a-device.md |
| - title: Create SSH keys for Fuchsia devices |
| path: /docs/development/tools/ffx/workflows/create-ssh-keys-for-devices.md |
| - title: View device information |
| path: /docs/development/tools/ffx/workflows/view-device-information.md |
| - title: View device logs |
| path: /docs/development/tools/ffx/workflows/view-device-logs.md |
| - title: Components |
| section: |
| - title: Explore components |
| path: /docs/development/tools/ffx/workflows/explore-components.md |
| - title: View component information |
| path: /docs/development/tools/ffx/workflows/view-component-information.md |
| - title: Start a component during development |
| path: /docs/development/tools/ffx/workflows/start-a-component-during-development.md |
| - title: Copy files to and from a component |
| path: /docs/development/tools/ffx/workflows/copy-files-to-and-from-a-component.md |
| - title: Drivers |
| section: |
| - title: View driver information |
| path: /docs/development/tools/ffx/workflows/view-driver-information.md |
| - title: Packages |
| section: |
| - title: Create a Fuchsia package repository |
| path: /docs/development/tools/ffx/workflows/create-a-package-repository.md |
| - title: Update Fuchsia packages on a device |
| path: /docs/development/tools/ffx/workflows/update-packages-on-a-device.md |
| - title: Start package servers |
| path: /docs/development/tools/ffx/workflows/start-package-servers.md |
| - title: List running package servers |
| path: /docs/development/tools/ffx/workflows/list-package-servers.md |
| - title: Stop running package servers |
| path: /docs/development/tools/ffx/workflows/stop-package-servers.md |
| - title: Debugging |
| section: |
| - title: Register debug symbols |
| path: /docs/development/tools/ffx/workflows/register-debug-symbols.md |
| - title: Symbolize logs |
| path: /docs/development/tools/ffx/workflows/symbolize-logs.md |
| - title: Start the Fuchsia debugger |
| path: /docs/development/tools/ffx/workflows/start-the-fuchsia-debugger.md |
| - title: Monitor FIDL messages on a device |
| path: /docs/development/tools/ffx/workflows/monitor-fidl-messages-on-a-device.md |
| - title: Troubleshoot network connectivity |
| section: |
| - title: Overview |
| path: /docs/development/tools/ffx/workflows/network-connectivity/README.md |
| step_group: network-connectivity |
| - title: Interface configuration |
| path: /docs/development/tools/ffx/workflows/network-connectivity/interface-configuration.md |
| step_group: network-connectivity |
| - title: Device discovery |
| path: /docs/development/tools/ffx/workflows/network-connectivity/device-discovery.md |
| step_group: network-connectivity |
| - title: SSH daemon |
| path: /docs/development/tools/ffx/workflows/network-connectivity/ssh-daemon.md |
| step_group: network-connectivity |
| - title: Performance |
| section: |
| - title: Record traces for performance analysis |
| path: /docs/development/tools/ffx/workflows/record-traces.md |
| - title: Measure the memory usage on a device |
| path: /docs/development/tools/ffx/workflows/explore-memory-usage.md |
| - title: Testing |
| section: |
| - title: Run tests on a device |
| path: /docs/development/tools/ffx/workflows/run-device-tests.md |