Documentation
Page
Use the page subcommand when you already know the page slug:
text
/docs page <slug>For example:
text
/docs page reference/calloutsThe bot asks CAD to resolve the slug and returns the page title, description, optional excerpt, and a direct link.
Page excerpts #
Pages can provide a short Discord-friendly excerpt in their YAML frontmatter:
yaml
---
title: Callouts
description: Highlight important information with configurable callout blocks.
excerpt: Learn how to use note, tip, warning, and danger callout blocks.
---The excerpt is optional. If a page has no excerpt field, the bot leaves that part of the response out rather than sending the full page content.
