Cross-referencing
Learn how to cross-reference other pages on Braze Docs. To cross-reference pages outside Braze Docs, use standard Markdown syntax. For general information about cross-references, see About content management.
Prerequisites
If you haven’t already, complete the steps for Contributing to Braze Docs.
Create a cross-reference
important:
Because Liquid’s {% tab %}
tag does not support reference-style links, only in-line links are documented below. Existing reference links will continue to work, but are no longer recommended.
Open the relevant Markdown file, then create your in-line link.
1
[LINK_TEXT]({{site.baseurl}}/SHORT_URL)
Replace the following:
Placeholder | Description |
---|---|
LINK_TEXT |
The page title or related action. |
SHORT_URL |
The page URL with https://www.braze.com removed. |
Your in-line link should be similar to the following:
1
Before continuing, [create your SSH token]({{site.baseurl}}/docs/developer_guide/platform_wide/sdk_authentication).
Open the relevant Markdown file, then create your in-line link.
1
<a href='[SHORT_URL]'>[LINK_TEXT]</a>
Replace the following:
Placeholder | Description |
---|---|
LINK_TEXT |
The page title or related action. |
SHORT_URL |
The page URL with https://www.braze.com removed. |
Your in-line link should be similar to the following:
1
To learn about the different custom attribute data types you can use to segment users, view <a href="/docs/user_guide/data_and_analytics/custom_data/custom_attributes/#custom-attribute-data-types">Custom attribute data types</a>.
New Stuff!