-
Notifications
You must be signed in to change notification settings - Fork 76
Update Go Components page - to align with 2.1.0 #1128
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
Conversation
Signed-off-by: tpmccallum [email protected] Signed-off-by: Timothy McCallum <[email protected]>
🚀 preview deployed successfully to Fermyon Cloud and available at https://fermyon-developer-pr-1128-vf9sqdzp.fermyon.app |
content/spin/v2/go-components.md
Outdated
@@ -157,12 +184,9 @@ now receive requests in route `/hello`: | |||
<!-- @selectiveCpy --> | |||
|
|||
```bash | |||
$ curl -i localhost:3000/hello | |||
$ curl -i localhost:3000 |
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.
This no longer matches the manifest (I don't know whether you want to change the route in the manifest or restore it here, but if the former then line 182 will also need a change).
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.
Great catch, thank you.
I have updated the curl
command to make the request to the correct endpoint.
Signed-off-by: tpmccallum [email protected] Signed-off-by: Timothy McCallum <[email protected]>
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.
Little nit that I missed before (sorry) but LGTM!
Signed-off-by: tpmccallum [email protected] Co-authored-by: itowlson <[email protected]> Signed-off-by: Timothy McCallum <[email protected]>
Signed-off-by: tpmccallum [email protected] Co-authored-by: itowlson <[email protected]> Signed-off-by: Timothy McCallum <[email protected]>
Signed-off-by: tpmccallum [email protected]
Content must go through a pre-merge checklist.
Pre-Merge Content Checklist
This documentation has been checked to ensure that:
title,
template, and
date` are all settemplates/*.hbs
files) that points to a document.md
that is set to publish in the future? If so please only publish the.md
and.hbs
changes in real-time (otherwise there will be a menu item pointing to a.md
file that does not exist)cat -ve <filename> | grep '^M' | wc -l
and expect 0 as a result)bart check
PREVIEW_MODE=1
and runnpm run styles
to update styling)npm run test
and resolved all errors