跳转到内容
搜索文档

配置

最后更新 查看 MarkdownAgent 设置

目的

配置的目的是展示特定设置、值和选项的示例。

语气

朴实、描述性、直截了当

内容类型 (content_type)

pcx_content_type: configuration
products:
  - product-a
  - product-b
  - product-c

欲了解更多详情,请参考 pcx_content_type

何时使用

配置对于产品中非常依赖配置的部分很有用;例如规则(rules)。

结构

必要组件

标题:标题应基于名词,因为配置的目的不是引导用户去实现某个目标,而是根据用户的需求,描述设置特定功能的常用方法。

上下文:上下文应在标题紧随其后的段落中给出。它应该介绍功能,说明用户将遇到什么类型的配置,并链接到其他相关文档。

设置和值:这应该是一个参考表,用户可以更改的设置与他们为了实现上下文段落中概述的目标而应输入/选择的值之间具有 1:1 的对应关系。

可选组件

导航:当我们有很多配置需要涵盖时,包含一个导航列表以帮助用户找到他们需要的内容是很有用的。

模板


---
weight: xx
pcx_content_type: configuration
description: Configure <Cloudflare product or feature> settings for <use case or goal>. Covers <key settings or values>.
products:
  - product-a
  - product-b
  - product-c
---

# Title

Write an overview of the high-level feature here, not more than 2-3 sentences. Outline what users can achieve with it, and if necessary, link to other parts of the docs.

* [Feature 1](/feature-1)
* [Feature 2](/feature-2)
* [Feature 3](/feature-3)

## Feature 1

(Feature 1) allows you to (placeholder). For example, the following configuration (placeholder).

| Setting 1 | Setting 2 | Setting 3 |

| - | - | - |

| Value 1 | Value 2 | Value 3 |

## Feature 2

(Feature 2) allows you to (placeholder). For example, the following configuration (placeholder).

| Setting 1 | Setting 2 | Setting 3 |

| - | - | - |

| Value 1 | Value 2 | Value 3 |

## Feature 3

(Feature 3) allows you to (placeholder). For example, the following configuration (placeholder).

| Setting 1 | Setting 2 | Setting 3 |

| - | - | - |

| Value 1 | Value 2 | Value 3 |

其他信息

“配置”也被称为“使用场景”,是包含如何根据您的要求设置产品示例的参考页面。如果您在创建配置并发现自己想要包含步骤说明,请考虑使用教程操作指南示例代替。

这篇文档对您有帮助吗?