fermyon / developer

This is the home for developer.fermyon.com
https://developer.fermyon.com
Apache License 2.0
53 stars 71 forks source link

V3 content #1392

Closed itowlson closed 2 weeks ago

itowlson commented 1 month ago

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:

github-actions[bot] commented 1 month ago

🚀 preview deployed successfully to Fermyon Cloud and available at https://fermyon-developer-pr-1392-xcy9wthx.fermyon.app

itowlson commented 1 month ago

@karthik2804 I had to update some logic in page_lang.hbs and spin_main.hbs to tell it to use the v3 sidebar, but I couldn't figure out how to do the if ... else if ... else ... required to handle v3, v2 and v1. Can you advise please? (See https://github.com/fermyon/developer/pull/1392/commits/8dd50f8c532f707a7274d715c32fddbfd1108a1c for the crimes.)

karthik2804 commented 1 month ago

@itowlson I opened a PR for that.

itowlson commented 2 weeks ago

Is there a way to know why preview deployment is failing? All the logs say is Internal Server Error.

vdice commented 2 weeks ago

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

itowlson commented 2 weeks ago

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.