-
Notifications
You must be signed in to change notification settings - Fork 795
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: fix and update getting-started #1553
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1553 +/- ##
=======================================
Coverage 93.05% 93.05%
=======================================
Files 158 158
Lines 4882 4882
Branches 988 988
=======================================
Hits 4543 4543
Misses 339 339 |
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
.then(result => { | ||
res.send(result.data); |
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.
nit: axios docs refers to this as response
rather than result
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.
Changed that.
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.
it is a bit difficult to see real changes, as it looks like you have created a new files, did you delete old files without changing the name or its a git which messes the history?.
You mentioned that you updated screenshots, but I only see 2 that were deleted, what's happened with them ?
@obecny thanks for calling this out. Regarding the images the Files changed view here on github tells me that the images have been modified with a decreased file size, not deleted. the deleted file (tracing.ts) is now in ts-example/traced-example. I didn't move that file but created a new one, I guess that's why it is not marked as "moved". |
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, you right images weren't deleted
@svrnm pls fix the conflicts |
@obecny TBH I have no idea how I should resolve this conflict. Any guidance is appreciated. |
@obecny Never mind I figured out, asking google the right questions helps ;-) |
* docs: document merge reqiurements * docs: remove redundant wording * docs: remove redundant wording * docs: lint
As mentioned in #1509 (comment) there are a few other issues in the getting started guide I fixed: Typos, outdated images for zipkin, version bumps and bringing the TypeScript example on par with the Javascript ones.