Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BD-3275] Dev Guide Detangle - TEST ENVIRONMENT #8078

Draft
wants to merge 17 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions _docs/_developer_guide/analytics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
nav_title: Analytics
config_only: true
page_order: 60

---
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
nav_title: SDK Authentication
article_title: SDK Authentication
page_order: 2
nav_title: Authentication
article_title: Authentication for the Braze SDK
page_order: 3
description: "This reference article covers SDK authentication and how to enable this feature in the Braze SDK."
platform:
- iOS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
nav_title: Content Cards
article_title: Content Card Customization
layout: dev_guide
page_order: 2
page_order: 30
channel:
- content cards
platform:
Expand Down
6 changes: 0 additions & 6 deletions _docs/_developer_guide/customization_guides.md

This file was deleted.

170 changes: 0 additions & 170 deletions _docs/_developer_guide/customization_guides/customization_overview.md

This file was deleted.

2 changes: 1 addition & 1 deletion _docs/_developer_guide/disclosures.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
nav_title: Disclosures
article_title: Disclosures and Qualifications
layout: dev_guide
page_order: 4
page_order: 1000
guide_top_header: "Disclosures"
guide_top_text: "Braze has you covered! Check out the following articles!"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
nav_title: Feature Flags
article_title: Feature Flags
page_order: 8
page_order: 40
layout: dev_guide
guide_top_header: "Feature Flags"
guide_top_text: "Feature flags allow you to remotely enable or disable functionality for a selection of users. Importantly, they let you turn a feature on and off in production without additional code deployment or app store updates. This allows you to safely roll out new features with confidence."
Expand Down
5 changes: 5 additions & 0 deletions _docs/_developer_guide/messaging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
nav_title: Messaging
config_only: true
page_order: 20
---
22 changes: 22 additions & 0 deletions _docs/_developer_guide/messaging/in_app_messages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
nav_title: In-App Messages
page_order: 2
---

# Setting up in-app messages

> DESCRIPTION.

{% sdktabs %}
{% sdktab android %}
Android test.
{% endsdktab %}

{% sdktab swift %}
Swift test.
{% endsdktab %}

{% sdktab web %}
Web test.
{% endsdktab %}
{% endsdktabs %}
14 changes: 14 additions & 0 deletions _docs/_developer_guide/messaging/in_app_messages/advanced.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
nav_title: Advanced options
article_title: Advanced in-app message options for the Braze SDK
description: "REPLACE"
page_order: 3
---

# Advanced in-app message options

> DESCRIPTION.

{% sdktab android %}
Android test.
{% endsdktab %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
nav_title: Customizing messages
article_title: Customizing in-app messages for the Braze SDK
description: "REPLACE"
page_order: 1
toc_headers: h2
---

# Customizing in-app messages

> DESCRIPTION.

{% sdktabs %}
{% sdktab swift %}
{% multi_lang_include developer_guide/swift/messaging/in_app_messages/customizing_messages.md %}
{% endsdktab %}

{% sdktab android %}
{% multi_lang_include developer_guide/android/messaging/in_app_messages/customizing_messages.md %}
{% endsdktab %}

{% sdktab web %}
{% multi_lang_include developer_guide/web/messaging/in_app_messages/customizing_messages.md %}
{% endsdktab %}
{% endsdktabs %}
24 changes: 24 additions & 0 deletions _docs/_developer_guide/messaging/in_app_messages/delivery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
nav_title: Delivery
article_title: In-app message delivery for the Braze SDK
description: "REPLACE"
page_order: 2
---

# In-app message delivery

> DESCRIPTION.

{% sdktabs %}
{% sdktab android %}
Android test.
{% endsdktab %}

{% sdktab swift %}
Swift test.
{% endsdktab %}

{% sdktab web %}
Web test.
{% endsdktab %}
{% endsdktabs %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
nav_title: Troubleshooting
article_title: Troubleshooting in-app messages for the Braze SDK
description: "REPLACE"
page_order: 100
---

# Troubleshooting in-app messages

> DESCRIPTION.

{% sdktabs %}
{% sdktab android %}
{% multi_lang_include developer_guide/android/messaging/in_app_messages/troubleshooting.md %}
{% endsdktab %}

{% sdktab swift %}
{% multi_lang_include developer_guide/swift/messaging/in_app_messages/troubleshooting.md %}
{% endsdktab %}

{% sdktab web %}
{% multi_lang_include developer_guide/web/messaging/in_app_messages/troubleshooting.md %}
{% endsdktab %}
{% endsdktabs %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
nav_title: Troubleshooting - ALT
article_title: Troubleshooting in-app messages for the Braze SDK
description: "REPLACE"
page_order: 100
---

# Troubleshooting in-app messages [Alternative Implementation]

> DESCRIPTION.

{% sdktabs %}
{% sdktab android %}
{% multi_lang_include inapp_message_troubleshooting.md sdk="Android" %}
{% endsdktab %}

{% sdktab swift %}
{% multi_lang_include inapp_message_troubleshooting.md sdk="iOS" %}
{% endsdktab %}

{% sdktab web %}
{% multi_lang_include inapp_message_troubleshooting.md sdk="Web" %}
{% endsdktab %}
{% endsdktabs %}
14 changes: 14 additions & 0 deletions _docs/_developer_guide/messaging/live_activities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
nav_title: Live activities
article_title: Live activities for the Braze SDK
description: "REPLACE"
page_order: 10
---

# Live activities

> DESCRIPTION.

{% sdktab swift %}
{% multi_lang_include developer_guide/swift/messaging/live_activities.md %}
{% endsdktab %}
Loading