Skip to content

Navigation

Purpose

The purpose of a navigation page is to direct users deeper into the doc set and act as a sub-landing page for a specific area of the docs.

content_type

YAML
pcx_content_type: navigation
products:
- product-a
- product-b
- product-c

For more details, refer to pcx_content_type.

Components

DirectoryListing:

Use <DirectoryListing /> to display the directory of a specific folder, which appears as a list of links.

Template

---
weight: xx
pcx_content_type: navigation
products:
- product-a
- product-b
- product-c
---
import { DirectoryListing } from "~/components";
# Name of section
<DirectoryListing />

Examples

Logs: Enable destinations

Cloudflare Tunnel: Get Started