ページ
Braze Docs でページを作成、変更、削除する方法をご覧ください。代わりにセクションを作成または並べ替えるには、「セクション」を参照してください。ページに関する一般的な情報については、「コンテンツ管理」を参照してください。
前提条件
まだの場合は、Braze Docs への貢献のステップを完了します。
ページの作成
ステップ 1:新しいファイルを作成
該当するディレクトリを開き、ページ用の新しい Markdown ファイルを作成します。
1
PAGE_TITLE.md
Braze Docs PAGE_TITLE スタイルガイドに従ったページのタイトルに置き換えてください。すべて小文字を使用し、特殊文字を削除し、スペースをアンダースコア () に置き換えます。_ファイル名は次のようになっているはずです。
- ページ:C++ title: 用の開発環境のセットアップ
- [ファイル] name:
setting_up_your_development_environment_for_cpp.md
Braze Docs のURL は常にdocs リポジトリ内のディレクトリ構造と一致します。回避方法を見つけるには、Braze Docs の URL を参照してください。
ステップ 2:テンプレートを追加
以下のテンプレートのいずれかをコピーして Markdown ファイルに貼り付けます。詳細については、「テンプレート」を参照してください。
基本テンプレート
このテンプレートを使って、Braze Docsのあらゆるページやセクションを作成できる。例については、プレビューを生成するを参照してください。記事内で使用されるドキュメントタイプのガイドラインについては、ページタイプを参照してください。
Show template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
nav_title: NAV_TITLE
article_title: ARTICLE_TITLE
description: "SHORT_DESCRIPTION."
alias: /OPTIONAL_SHORT_ARTICLE_TITLE/
page_type: reference
layout: OPTIONAL_LAYOUT_FILE
---
<!-- The title of your page, used to render the in-page title. -->
# ARTICLE_TITLE
<!-- The overview starts with a '>' character and discusses what will be covered. In an optional following paragraph, contextualize the topic at a high-level in an introduction. -->
> DESCRIPTION.
INTRODUCTION.
<!-- The prerequisites for this task. If no prerequisites are required, you can remove this section. -->
## Prerequisites
Before you start, you'll need to complete the following:
- ACTION_TO_COMPLETE
- ACTION_TO_COMPLETE
- ACTION_TO_COMPLETE
<!-- An optional, brief explanation of how the feature workflow looks. -->
## How it works
CONTENT.
<!-- Walk a user through integrating and turning on the feature. -->
## Integration
CONTENT.
<!-- A how-to guide with nested steps. -->
## TASK_TO_COMPLETE
<!-- Optional overview of the task. -->
CONTENT.
<!-- Action-oriented header that describes the step’s goal. -->
### Step 1: ACTION_TO_COMPLETE
<!-- Use number bullets or paragraphs to describe how to complete this action -->
CONTENT.
### Step 2: ACTION_TO_COMPLETE
CONTENT.
<!-- Optional references, such as supported data types, fields, definitions, and similar. -->
### REFERENCE_TO_ASSIST_WITH_ACTION
CONTENT.
<!-- For optional steps, add “(optional)” to the end of the header. -->
### Step 3: OPTIONAL_ACTION_TO_COMPLETE (optional)
CONTENT.
<!-- An optional section for what is supported. Add nested headers to be more specific. -->
## Supported data types / Supported attributes / Supported events / Supported ETC.
CONTENT.
<!-- An optional section with important considerations for users to review before using the feature. -->
## Considerations
CONTENT.
<!-- An optional section guiding users through troubleshooting common issues. -->
## Troubleshooting
### ISSUE_TO_TROUBLESHOOT
CONTENT.
テクノロジーパートナーテンプレート
このテンプレートを使ってテクノロジーパートナードキュメントを作成できます。例としては、Scuba Analytics を参照してください。
Show template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
---
nav_title: PARTNER_NAME
article_title: PARTNER_NAME
description: "This reference article outlines the partnership between Braze and PARTNER_NAME."
alias: /partners/PARTNER_NAME/
page_type: partner
search_tag: Partner
---
# ARTICLE_TITLE
<!-- In most cases, the ARTICLE_TITLE will be your company name. If your tool requires several separate pages on Braze Docs, you can add a relevant page descriptor to those pages’ titles, such as "MyCompany Analytics." -->
> DESCRIPTION.
<!-- The description starts with a '>' character and contains an introduction to your company, a link to your main site, and a concise overview of your integration.-->
<-- Only include the following line if the partner manages the integration. If Braze manages the integration, don’t include it. -->
*This integration is maintained by PARTNER_NAME*
## About this integration
<-- Highlight the relationship between your company and Braze and how this partnership helps your customers. -->
ADDITIONAL_INFORMATION.
## Use cases
<!--Though the ‘Use cases’ section is optional, this is a good place to outline typical or even novel use cases for the integration. Use this section as a way to sell or upsell your integration to customers and Braze account teams; it provides context, ideas, and most importantly, a way to visualize the capabilities of your integration.-->
CONTENT.
<!-- When including screenshots, use the following format to specify where each screenshot should be placed. PARTNER_NAME and IMAGE_NAME should be all lowercase. -->

## Prerequisites
<!-- Most partner integrations require the following prerequisites. However, you may add additional prerequisites as needed. -->
Before you start, you need the following:
| Prerequisite | Description |
|-----------------------|-----------------|
| A PARTNER_NAME account | A PARTNER_NAME account is required to take advantage of this partnership. |
| A Braze REST API key | A Braze REST API key with `users.track` permissions. <br><br> Create this key in the Braze dashboard from **Settings** > **API Keys**. |
| A Braze REST endpoint | [Your REST endpoint URL]({{site.baseurl}}/developer_guide/rest_api/basics/#endpoints). Your endpoint depends on the Braze URL for your instance. |
{: .reset-td-br-1 .reset-td-br-2 role=“presentation”}
## Integrating TOOL_NAME
<!-- Create step-by-step instructions for integrating your tool with Braze. It's important to be concise and outline the minimum necessary steps. -->
### Step 1: ACTION_TO_COMPLETE
CONTENT.
### Step 2: Make a POST request
<!-- Use the "Make a POST request", "Default behavior," and "Rate limit" sections to outline how users can make a POST request. If this information isn't required for your integration, you can remove these sections. -->
{% alert important %}
The following request uses cURL. For better API request management, we recommend using an API client, such as Postman.
{% endalert %}
To upload your PARTNER_NAME data to Braze, make a POST request to `PARTNER_POST_URL` using the `application/json` content-type:
```bash
curl -X POST "PARTNER_POST_URL" \
-H "content-type: application/json" \
-d '{"braze_host":"BRAZE_API_ENDPOINT", \
"braze_api_key":"BRAZE_API_KEY", \
"PARTNER_host":"HOSTNAME", \
"PARTNER_token":"PARTNER_NAME_API_TOKEN"}'
```
Replace the following:
| Placeholder | Description |
|---------------------|---------------------|
| `BRAZE_API_ENDPOINT` | The Braze REST endpoint URL of your current Braze instance. For more information, see [Rest API keys]({{site.baseurl}}/user_guide/administrative/app_settings/api_settings_tab/#rest-api-keys). |
| `BRAZE_API_KEY` | Your Braze REST API key with the `users.track` permission. | | `HOSTNAME` | The hostname of your current PARTNER_NAME instance. |
| `PARTNER_NAME_API_TOKEN` | Your PARTNER_NAME API token. | {: .reset-td-br-1 .reset-td-br-2 role=“presentation”}
#### Default behavior
CONTENT.
#### Rate limit
CONTENT.
## Customizing TOOL_NAME
<!-- An optional section you can use to outline additional customization steps. It's important to be concise and outline the minimum necessary steps. -->
### Step 1: ACTION_TO_COMPLETE
CONTENT.
### Step 2: ACTION_TO_COMPLETE
CONTENT.
## Using TOOL_NAME with Braze / USE_CASE
<!-- A section outlining how to use your integration with Braze. For example, how to access the data sent to Braze, how to leverage your integration with Braze messaging, or how to complete a certain use case from the “Use cases” section. -->
### Step 1: ACTION_TO_COMPLETE
CONTENT.
### Step 2: ACTION_TO_COMPLETE
CONTENT.
## Considerations
<!-- An optional section listing additional information that may impact how users interact with your integration. -->
### CONSIDERATION_ITEM
CONTENT.
## Troubleshooting
<!-- An optional section guiding users through issues they may encounter while setting up your integration. You can also direct users to your documentation site with hyperlinks. -->
### TROUBLESHOOTING_ITEM
CONTENT.
コンテンツを書く
このセクションで説明するBraze固有の構文を除き、すべてのコンテンツは標準のMarkdown構文を使用して記述してください。
クロスリファレンス
Braze Docs 以外でホストされているページを参照するには、標準の Markdown 構文を使用してください。
1
[LINK_TEXT](FULL_URL)
Braze Docs でホストされているページを相互参照するには、以下の Braze 固有の構文を使用してください。
1
[LINK_TEXT]({{site.baseurl}}/SHORT_URL)
画像を追加する
画像を追加するには、画像の PNG ファイルを内の該当する場所に配置しassets/img、次の構文を使用します。
1

詳細な手順については、「新しい画像の追加」を参照してください。
GitHub でこのページを編集