diff --git a/docs/guides/publishing/community_cloud/index.md b/docs/guides/publishing/community_cloud/index.md index 9c3c7a80950..91848bcaa59 100644 --- a/docs/guides/publishing/community_cloud/index.md +++ b/docs/guides/publishing/community_cloud/index.md @@ -1,6 +1,6 @@ # Community Cloud -Our [Communtiy Cloud](https://marimo.io/dashboard) is a free workspace +Our [Community Cloud](https://marimo.io/dashboard) is a free workspace for creating, saving, and sharing marimo notebooks. Unlike the [Playground](../playground.md), the Community Cloud requires a login. In return, it lets you save noteoboks, share them using email-based authorization, @@ -8,7 +8,7 @@ and upload a limited amount of data. !!! note "WebAssembly notebooks only" - Currently, the Communty Cloud only allows the creation of [WebAssembly + Currently, the Community Cloud only allows the creation of [WebAssembly notebooks](../wasm.md). These are easy to share and embed in other web pages, but have some limitations in packages and performance. diff --git a/docs/guides/publishing/github_pages.md b/docs/guides/publishing/github_pages.md index b41931205df..d81576bbef2 100644 --- a/docs/guides/publishing/github_pages.md +++ b/docs/guides/publishing/github_pages.md @@ -75,5 +75,5 @@ jobs: ## Publish manually -You can also publish an exported notebook manually, through your repostiory +You can also publish an exported notebook manually, through your repository settings. Read [GitHub's documentation](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site) to learn more. diff --git a/docs/guides/wasm.md b/docs/guides/wasm.md index 1e2eeedfe2b..a8e7f70ca33 100644 --- a/docs/guides/wasm.md +++ b/docs/guides/wasm.md @@ -100,7 +100,7 @@ If you want a package to be supported, consider [filing an issue](https://github ## Including data **For notebooks exported to WASM HTML.** -To inlcude data files in notebooks [exported to WASM +To include data files in notebooks [exported to WASM HTML](../guides/exporting/#export-to-wasm-powered-html), place them in a `public/` folder in the same directory as your notebook. When you export to WASM HTML, the public folder will be copied to the export directory.