Squidoc

Frontmatter

本页聚焦 文档元数据,说明它在 Squidoc 项目中的工作方式。

你将配置什么

你将学习如何直接在 Markdown 中控制标题、描述和导航行为。

发布前检查

这些字段会影响导航、搜索和 SEO,请保持简短清晰。

相关阅读

配置 · 插件 · 部署

示例

---
title: API Guide
description: Learn how to use the API.
---

# API Guide
---
title: Plugin Authoring
description: Build Squidoc plugins.
nav:
  title: Plugins
  order: 20
  hidden: false
  hideChildren: false
---
---
title: Release Notes
description: Product release notes.
owner: Docs Team
---