-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(quickstart): Add examples for all quickstart platforms #1026
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
feat(quickstart): Add examples for all quickstart platforms #1026
Conversation
e257ba9
to
861643c
Compare
@evanpurkhiser This is the change that tells new projects how to send an easy error? I'd love to do more later, but this is an improvement. I say |
There are a few more, but yeah this does some. Not all platform docs work the same way. I have quite a few PRs right now that do changes, but you can see all the ones that DON'T tell you here #1034 |
src/collections/_documentation/error-reporting/getting-started-verify/aspnetcore.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/error-reporting/getting-started-verify/browser.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/error-reporting/getting-started-verify/cordova.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/error-reporting/getting-started-verify/csharp.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/error-reporting/getting-started-verify/electron.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/error-reporting/getting-started-verify/node.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/error-reporting/getting-started-verify/php.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/error-reporting/getting-started-verify/python.md
Outdated
Show resolved
Hide resolved
src/collections/_documentation/error-reporting/getting-started-verify/rust.md
Outdated
Show resolved
Hide resolved
…-verify/aspnetcore.md Co-Authored-By: Tien "Mimi" Nguyen <tienmiminguyen@gmail.com>
…-verify/browser.md Co-Authored-By: Tien "Mimi" Nguyen <tienmiminguyen@gmail.com>
…-verify/cordova.md Co-Authored-By: Tien "Mimi" Nguyen <tienmiminguyen@gmail.com>
…-verify/csharp.md Co-Authored-By: Tien "Mimi" Nguyen <tienmiminguyen@gmail.com>
…-verify/electron.md Co-Authored-By: Tien "Mimi" Nguyen <tienmiminguyen@gmail.com>
…-verify/node.md Co-Authored-By: Tien "Mimi" Nguyen <tienmiminguyen@gmail.com>
…-verify/php.md Co-Authored-By: Tien "Mimi" Nguyen <tienmiminguyen@gmail.com>
…-verify/python.md Co-Authored-By: Tien "Mimi" Nguyen <tienmiminguyen@gmail.com>
…-verify/rust.md Co-Authored-By: Tien "Mimi" Nguyen <tienmiminguyen@gmail.com>
Co-Authored-By: Tien "Mimi" Nguyen <tienmiminguyen@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Just for the quickstart page, adds a 'sending a verification event' section.