Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/wasm-functions/app-linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enable_shortcodes = true

Your local workspace can be linked to an application running in _Fermyon Wasm Functions_. This is a convenience so that you don't always have to specify the `--app-name` when running commands.

{{ details "What is a workspace?" "A workspace is a directory on your local machine that contains the Spin application code and manifest file. It is where you develop and test your application before deploying it to _Fermyon Wasm Functions_. Any child directory of where the Spin manifest is located is also considered part of the workspace." }}
A workspace is a directory on your local machine that contains the Spin application code and manifest file. It is where you develop and test your application before deploying it to _Fermyon Wasm Functions_. Any child directory of where the Spin manifest is located is also considered part of the workspace.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should add a mention about the manifest having to be named exactly spin.toml, e.g.

> Fermyon Wasm Functions is more opinionated than the Spin command line. The Spin application manifest for a workspace _must_ be called `spin.toml`.

Happy to tinker with this as a separate PR if you just want to move on though!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good feedback. Yeah, how about we merge this as a small improvement for now.

I'd love if you follow up and prettify/clarify the docs I wrote. Happy to review.


## Inspecting Your Workspace

Expand Down
Loading