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

docs: Remove references to legacy "Whitelabel" Verbiage #836

Merged
merged 4 commits into from
Jul 15, 2020
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,551 changes: 1,276 additions & 1,275 deletions packages/client/USAGE.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions packages/client/USE_CASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ This document provides examples for specific SendGrid v3 API non-mail/send use c

# Table of Contents

* [How to Setup a Domain Whitelabel](#domain-white-label)
* [How to Setup a Domain Authentication](#domain-authentication)
* [How to View Email Statistics](#email-stats)
* [How to use the Email Activity Feed](#email-activity-feed)


<a name="domain-white-label"></a>
# How to Setup a Domain Whitelabel
<a name="domain-authentication"></a>
# How to Setup a Domain Authentication

You can find documentation for how to setup a domain whitelabel via the UI [here](https://sendgrid.com/docs/Classroom/Basics/Whitelabel/setup_domain_whitelabel.html) and via API [here](https://github.com/sendgrid/sendgrid-nodejs/blob/master/packages/client/USAGE.md#whitelabel).
You can find documentation for how to setup a domain authentication via the UI [here](https://sendgrid.com/docs/ui/account-and-settings/how-to-set-up-domain-authentication/) and via API [here](https://github.com/sendgrid/sendgrid-nodejs/blob/master/packages/client/USAGE.md#sender-authentication).

Find more information about all of SendGrid's whitelabeling related documentation [here](https://sendgrid.com/docs/Classroom/Basics/Whitelabel/index.html).
Find more information about all of SendGrid's authentication related documentation [here](https://sendgrid.com/docs/ui/account-and-settings/).

<a name="email-stats"></a>
# How to View Email Statistics
Expand Down
10 changes: 5 additions & 5 deletions packages/mail/USE_CASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This documentation provides examples for specific email use cases. Please [open
* [Deploy a Simple App on Google App Engine with Node.js](#gae)
* [Deploy a Simple App on Heroku with Node.js](#heroku)
* [How to Setup Email Sending on Azure](#send_via_azure)
* [How to Setup a Domain Whitelabel](#domain-white-label)
* [How to Setup a Domain Authentication](#domain-authentication)
* [How to View Email Statistics](#email-stats)
* [Slack event integration](#slackeventintegration)

Expand Down Expand Up @@ -825,12 +825,12 @@ This will enable you to send a simple message to be sent to your email.
9. Now as soon as you deploy your application, it will run on the aforementioned port. You will again receive a message in your inbox.
10. And Voila you have your app deployed and sending Emails via Azure. Now you can chain your custom logic if you need to send emails as per some parameters and to specific people as per your requirement.

<a name="domain-white-label"></a>
# How to Setup a Domain Whitelabel
<a name="domain-authentication"></a>
# How to Setup a Domain authentication

You can find documentation for how to setup a domain whitelabel via the UI [here](https://sendgrid.com/docs/Classroom/Basics/Whitelabel/setup_domain_whitelabel.html) and via API [here](https://github.com/sendgrid/sendgrid-nodejs/blob/master/packages/client/USAGE.md#whitelabel).
You can find documentation for how to setup a domain authentication via the UI [here](https://sendgrid.com/docs/ui/account-and-settings/how-to-set-up-domain-authentication/) and via API [here](https://github.com/sendgrid/sendgrid-nodejs/blob/master/packages/client/USAGE.md#sender-authentication).

Find more information about all of SendGrid's whitelabeling related documentation [here](https://sendgrid.com/docs/Classroom/Basics/Whitelabel/index.html).
Find more information about all of SendGrid's authentication related documentation [here](https://sendgrid.com/docs/ui/account-and-settings/).

<a name="email-stats"></a>
# How to View Email Statistics
Expand Down
2 changes: 1 addition & 1 deletion use-cases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ This documentation provides examples for specific SendGrid v3 API use cases. Ple
* [Kitchen Sink - an example with all settings used](https://github.com/sendgrid/sendgrid-nodejs/blob/master/use-cases/kitchen-sink.md)

# Non-mail Use Cases
* [How to Setup a Domain Whitelabel](https://github.com/sendgrid/sendgrid-nodejs/blob/master/use-cases/domain-white-label.md)
* [How to Setup a Domain Authentication](https://github.com/sendgrid/sendgrid-nodejs/blob/master/use-cases/domain-authentication.md)
* [How to View Email Statistics](https://github.com/sendgrid/sendgrid-nodejs/blob/master/use-cases/email-stats.md)
5 changes: 5 additions & 0 deletions use-cases/domain-authentication.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# How to Setup a Domain Authentication

You can find documentation for how to setup a domain authentication via the UI [here](https://sendgrid.com/docs/ui/account-and-settings/how-to-set-up-domain-authentication/) and via API [here](https://github.com/sendgrid/sendgrid-nodejs/blob/master/packages/client/USAGE.md#sender-authorization).

Find more information about all of SendGrid's authentication related documentation [here](https://sendgrid.com/docs/ui/account-and-settings/).
5 changes: 0 additions & 5 deletions use-cases/domain-white-label.md

This file was deleted.