Skip to content

Remove </img> from Typewriter page #347

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

Merged
merged 1 commit into from
Nov 26, 2019
Merged
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 changes: 1 addition & 1 deletion src/protocols/typewriter.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Typewriter requires a Segment API token to fetch Tracking Plans from the [Segmen
Only workspace owners can create Segment API tokens. To create an API token, open the `Tokens` tab on the [Access Management](https://app.segment.com/goto-my-workspace/settings/access-management) page and click `Create Token`. Typewriter only needs the `Protocols Read-only` role.

<!-- This is a pretty tall image with an off-gray background. Just formatting it slightly to reduce its size and add a border. -->
<img src="images/typewriter-token.png" alt="Example Typewriter Token" style="height: 800px; margin: auto; border: 1px solid lightgray"></img>
<img src="images/typewriter-token.png" alt="Example Typewriter Token" style="height: 800px; margin: auto; border: 1px solid lightgray">

Typewriter looks for an API token in three ways, in the following order:
1. Looks for an environment variable called `TYPEWRITER_TOKEN`.
Expand Down