| # Copyright 2025 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: An introduction to Power Framework |
| path: /docs/concepts/power/intro/README.md |
| step_group: powerframeworkintro |
| - title: Basic suspend prevention |
| path: /docs/concepts/power/intro/basic_suspend_prevention.md |
| step_group: powerframeworkintro |
| - title: Basic pipeline processing |
| path: /docs/concepts/power/intro/basic_pipeline_processing.md |
| step_group: powerframeworkintro |
| - title: Taking action on suspend or resume |
| path: /docs/concepts/power/intro/basic_suspend_resume.md |
| step_group: powerframeworkintro |
| - title: Advanced usage |
| path: /docs/concepts/power/intro/advanced.md |
| step_group: powerframeworkintro |
| - title: Minimizing wake leases without timeouts |
| path: /docs/concepts/power/intro/advanced_minimize_leases_wo_timeouts.md |
| step_group: powerframeworkintro |
| - title: Minimizing wake leases with timeouts |
| path: /docs/concepts/power/intro/advanced_minimize_leases_timeouts.md |
| step_group: powerframeworkintro |
| - title: Power framework in-depth |
| path: /docs/concepts/power/intro/in_depth_overview.md |
| step_group: powerframeworkintro |
| - title: Power DAG |
| path: /docs/concepts/power/intro/power_dag.md |
| step_group: powerframeworkintro |
| - title: Running the DAG |
| path: /docs/concepts/power/intro/running_the_dag.md |
| step_group: powerframeworkintro |
| - title: Observing without impacting |
| path: /docs/concepts/power/intro/observing.md |
| step_group: powerframeworkintro |