[FWF Docs]: Fix typos, grammar, and snippets & fix broken links in all developer.fermyon.com#1529
[FWF Docs]: Fix typos, grammar, and snippets & fix broken links in all developer.fermyon.com#1529ThorstenHans wants to merge 6 commits intofermyon:mainfrom
Conversation
Signed-off-by: Thorsten Hans <thorsten.hans@fermyon.com>
Signed-off-by: Thorsten Hans <thorsten.hans@fermyon.com>
Signed-off-by: Thorsten Hans <thorsten.hans@fermyon.com>
Signed-off-by: Thorsten Hans <thorsten.hans@fermyon.com>
Signed-off-by: Thorsten Hans <thorsten.hans@fermyon.com>
Signed-off-by: Thorsten Hans <thorsten.hans@fermyon.com>
There was a problem hiding this comment.
I think the https://x.com/lrz/status/1250453967957561344?s=20 url needs to be added to the ignore-list (per the 403) in the broken-links script, otherwise LGTM!
| ## PostgreSQL | ||
|
|
||
| [PostgreSQL](https://www.postgresql.org/), is a powerful, open-source object-relational database system that has earned a strong reputation for reliability, robustness and performance. This tutorial will implement a persistent storage solution for Fermyon Cloud, using PostgreSQL. In this tutorial, we will be using [ElephantSQL](https://www.elephantsql.com/plans.html)'s free PostgreSQL service. | ||
| [PostgreSQL](https://www.postgresql.org/), is a powerful, open-source object-relational database system that has earned a strong reputation for reliability, robustness and performance. This tutorial will implement a persistent storage solution for Fermyon Cloud, using PostgreSQL. In this tutorial, we will be using ElephantSQL's free PostgreSQL service. |
There was a problem hiding this comment.
ElephantSQL is discontinued, and we shouldn't refer to it. (I thought I had addressed this somewhere but I can't find a PR so... I guess I didn't.) I realise this turns the edit into a rather bigger research and conversion exercise, though, so feel free to raise a separate issue and punt on it.
|
|
||
| ```console | ||
| Name: hello-fermyon-wasm-functions | ||
| Name: hello-fermyon-wasm-functions (25a5fd1e-d476-40fd-bc54-6cee0e846540) |
There was a problem hiding this comment.
No action for now, but I've raised an issue for ID to be a separate field like it is in the JSON
| * Are you in the `hello-spin` directory? | ||
| * Did you successfully [install TinyGo](#install-language-specific-tooling)? | ||
| * Are your versions of Go and TinyGo up to date? The Spin SDK needs TinyGo 0.27 or above. | ||
| * Are your versions of Go and TinyGo up to date? The Spin SDK needs TinyGo 0.27 or above. |
There was a problem hiding this comment.
@adamreese Is this version requirement still correct? Spin docs says TinyGo 0.35 and Go 1.22. https://spinframework.dev/v3/quickstart#build-your-application
This PR consists of multiple commits:
wasm-functions/indexwasm-functions/quickstartwasm-functions/deploywasm-functions/list-and-inspectwasm-functions/deleteContent must go through a pre-merge checklist.
Pre-Merge Content Checklist
This documentation has been checked to ensure that:
title,template, anddateare all settemplates/*.hbsfiles) that points to a document.mdthat is set to publish in the future? If so please only publish the.mdand.hbschanges in real-time (otherwise there will be a menu item pointing to a.mdfile that does not exist)cat -ve <filename> | grep $'\r' | wc -land expect 0 as a result)bart checkPREVIEW_MODE=1and runnpm run stylesto update styling)npm run testand resolved all errors