-
Notifications
You must be signed in to change notification settings - Fork 69
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
V3 content #1392
base: main
Are you sure you want to change the base?
V3 content #1392
Conversation
…pecific references Signed-off-by: itowlson <[email protected]>
Signed-off-by: itowlson <[email protected]>
🚀 preview deployed successfully to Fermyon Cloud and available at https://fermyon-developer-pr-1392-xcy9wthx.fermyon.app |
Signed-off-by: itowlson <[email protected]>
@karthik2804 I had to update some logic in |
Signed-off-by: itowlson <[email protected]>
Signed-off-by: itowlson <[email protected]>
Signed-off-by: itowlson <[email protected]>
Signed-off-by: karthik2804 <[email protected]>
@itowlson I opened a PR for that. |
fix if else clause in spin_main.hbs
Signed-off-by: itowlson <[email protected]>
Signed-off-by: karthik2804 <[email protected]>
Component dependencies docs
Signed-off-by: itowlson <[email protected]>
Signed-off-by: karthik2804 <[email protected]>
Fix some broken links
update folder structure for llm in spin 3.0
Remove references to HTTP application base
Signed-off-by: itowlson <[email protected]>
Signed-off-by: itowlson <[email protected]>
Breaking changes info
Application splitting
Is there a way to know why preview deployment is failing? All the logs say is Internal Server Error. |
Are we continuing the tradition of a cli reference? If so, do we want to add to this PR? Or a follow-up? There is a toolkit that should help with scaffolding it out: https://github.com/fermyon/developer/tree/main/toolkit |
No, I want to try getting rid of the CLI reference in its current format because it's laborious to maintain and doesn't seem to add much value. I'd maybe like to add a page that lists the commands and links to the other docs pages that cover them, which will be more stable and I feel more useful. But I can land that in a later PR. |
Signed-off-by: itowlson <[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.
Mostly double-checking if there any applicable docs needing updates for 3.0. Tracking any/all in follow-ups works with me -- especially if we could use other folks to contribute.
Signed-off-by: itowlson <[email protected]>
Signed-off-by: itowlson <[email protected]>
Remove js2wasm from v3 docs
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 pending actual v3 release :)
This branch tracks work on Spin 3 updates. Initially it's a clone of the Spin 2 docs but this is where we will add / remove / tweak for the v3 stuff.
Content must go through a pre-merge checklist.
Pre-Merge Content Checklist
This documentation has been checked to ensure that:
title
,template
, anddate
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 $'\r' | 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