-
Notifications
You must be signed in to change notification settings - Fork 3k
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(docs) Adds guide on how to use personal access tokens #5873
feat(docs) Adds guide on how to use personal access tokens #5873
Conversation
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.
@pedro93 static assets should go to https://github.com/datahub-project/static-assets
AFAIK
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.
LGTM! @jjoyce0510 can you confirm whether static assets should stay in the imgs directory or be moved to the other repo?
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.
@pedro93 This is an AWESOME improvement to the existing guide - much easier to follow and approable. Left a couple of comments, but otherwise this is 🔥
|
||
1. Click `Generate new token` where a form should appear. | ||
|
||
![](../imgs/pats/token-creation-form.png) |
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.
Couple of nit-picks for consistency with other guides & improved readability:
- images should be stored in https://github.com/datahub-project/static-assets
- please use HTML to embed images so we can size down (70%) & center-align:
<p align="center">
<img width="70%" src="https://raw.githubusercontent.com/datahub-project/static-assets/master/imgs/token-creation-form.png"/>
</p>
Comments addressed, this PR depends on https://github.com/datahub-project/static-assets/pull/8/files being merged. |
59ff596
to
2a84006
Compare
Checklist