-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8652 from braze-inc/bdocs-update-links
bdocs: improvements + script for updating old links
- Loading branch information
Showing
10 changed files
with
498 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,6 @@ jekyll-algolia-* | |
# Jetbrains IDEs | ||
.idea/ | ||
braze-docs.iml | ||
|
||
# Braze scripts | ||
scripts/temp/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
This is a test page for testing `ulinks`. When adding "bad links", the syntax needs to match the syntax on this page: | ||
|
||
https://www.braze.com/docs/contributing/content_management/cross_referencing | ||
|
||
i.e. no `/docs` should be found in the `site.baseurl`. | ||
|
||
Here's some bad links: | ||
1. [Bad link 1]({{site.baseurl}}/best_practices/). | ||
2. [Bad link 2]({{site.baseurl}}/best_practices/#android-push-category). | ||
3. [Bad link 3]({{site.baseurl}}/user_guide/message_building_by_channel/email/link_templates/). | ||
|
||
Here's two good links: | ||
1. [Good link 1](https://www.braze.com/docs/developer_guide/platform_wide/getting_started/analytics_overview) | ||
2. [Good link 2]({{site.baseurl}}/developer_guide/getting_started/analytics_overview) |
Oops, something went wrong.