| # 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/components/v2/capabilities |
| - title: "Directory capabilities" |
| path: /docs/concepts/components/v2/capabilities/directory.md |
| - title: "Event capabilities" |
| path: /docs/concepts/components/v2/capabilities/event.md |
| - title: "Protocol capabilities" |
| path: /docs/concepts/components/v2/capabilities/protocol.md |
| - title: "Resolver capabilities" |
| path: /docs/concepts/components/v2/capabilities/resolvers.md |
| - title: "Runner capabilities" |
| path: /docs/concepts/components/v2/capabilities/runners.md |
| - title: "Service capabilities" |
| path: /docs/concepts/components/v2/capabilities/service.md |
| status: experimental |
| - title: "Storage capabilities" |
| path: /docs/concepts/components/v2/capabilities/storage.md |
| - title: "Life of a protocol open" |
| path: /docs/concepts/components/v2/capabilities/life_of_a_protocol_open.md |