diff --git a/content/api/hub/contributing.md b/content/api/hub/contributing.md index ee05b5b5b..780ba8613 100644 --- a/content/api/hub/contributing.md +++ b/content/api/hub/contributing.md @@ -1,4 +1,4 @@ -title = "Contributing to Spin Up Hub" +title = "Contributing to the Spin Hub" template = "render_hub_content_body" date = "2023-07-20T12:00:00Z" enable_shortcodes = true @@ -22,7 +22,7 @@ url = "https://github.com/fermyon/developer/blob/main/content/api/hub/contributi - [Push Changes](#push-changes) - [Create a Pull Request](#create-a-pull-request) -We are delighted that you are interested in making Spin Up Hub better! Thank you! This +We are delighted that you are interested in making Spin Hub better! Thank you! This document will guide you through making your first contribution to the project. First, any contribution and interaction on any Fermyon project MUST follow our @@ -134,7 +134,7 @@ Will be shown in the modal. | ### Valid Content Types -The following is a list of the types of content that a user can submit to the Spin Up Hub. +The following is a list of the types of content that a user can submit to the Spin Hub. - **Examples** - Spin Application examples @@ -199,7 +199,7 @@ Type the following commit command to ensure that you sign off (--signoff), sign ```bash -$ git commit -S --signoff -m "Updating Spin Up Hub" +$ git commit -S --signoff -m "Updating Spin Hub" ``` > Note: the `--signoff` option will only add a Signed-off-by trailer by the committer at the end of the commit log message. In addition to this, it is recommended that you use the `-S` option which will GPG-sign your commits. For more information about using GPG in GitHub see [this GitHub documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account). diff --git a/content/spin/v1/ai-sentiment-analysis-api-tutorial.md b/content/spin/v1/ai-sentiment-analysis-api-tutorial.md index b585db0c4..2c311126e 100644 --- a/content/spin/v1/ai-sentiment-analysis-api-tutorial.md +++ b/content/spin/v1/ai-sentiment-analysis-api-tutorial.md @@ -951,5 +951,5 @@ We want to get feedback on the Serverless AI API. We are curious about what mode ## Next Steps - Try the numerous Serverless AI examples in our GitHub repository called [ai-examples](https://github.com/fermyon/ai-examples). -- [Contribute](/hub/contributing) your Serverless AI app to our [Spin Up Hub](/hub). +- [Contribute](/hub/contributing) your Serverless AI app to our [Spin Hub](/hub). - Ask questions and share your thoughts in [our Discord community](https://discord.gg/AAFNfS7NGf). diff --git a/content/spin/v1/serverless-ai-hello-world.md b/content/spin/v1/serverless-ai-hello-world.md index d27cb69c5..d54cad9df 100644 --- a/content/spin/v1/serverless-ai-hello-world.md +++ b/content/spin/v1/serverless-ai-hello-world.md @@ -381,6 +381,6 @@ This was just a small example of what Serverless AI Inferencing can do. To check - Read [our in-depth tutorial](../../spin/ai-sentiment-analysis-api-tutorial) on building a Sentiment Analysis API with Serverless AI - Look at the [Serverless AI API Guide](../../spin/serverless-ai-api-guide) - Try the numerous Serverless AI examples in our GitHub repository called [ai-examples](https://github.com/fermyon/ai-examples). -- [Contribute](../../hub/contributing) your Serverless AI app to our [Spin Up Hub](../../hub/index). +- [Contribute](../../hub/contributing) your Serverless AI app to our [Spin Hub](../../hub/index). - Ask questions and share your thoughts in [our Discord community](https://discord.gg/AAFNfS7NGf). --- diff --git a/content/spin/v2/ai-sentiment-analysis-api-tutorial.md b/content/spin/v2/ai-sentiment-analysis-api-tutorial.md index 898210de3..e9ea52d71 100644 --- a/content/spin/v2/ai-sentiment-analysis-api-tutorial.md +++ b/content/spin/v2/ai-sentiment-analysis-api-tutorial.md @@ -1112,5 +1112,5 @@ We want to get feedback on the Serverless AI API. We are curious about what mode ## Next Steps - Try the numerous Serverless AI examples in our GitHub repository called [ai-examples](https://github.com/fermyon/ai-examples). -- [Contribute](/hub/contributing) your Serverless AI app to our [Spin Up Hub](/hub). +- [Contribute](/hub/contributing) your Serverless AI app to our [Spin Hub](/hub). - Ask questions and share your thoughts in [our Discord community](https://discord.gg/AAFNfS7NGf). diff --git a/content/spin/v2/serverless-ai-hello-world.md b/content/spin/v2/serverless-ai-hello-world.md index 5cc08ab13..5468f6522 100644 --- a/content/spin/v2/serverless-ai-hello-world.md +++ b/content/spin/v2/serverless-ai-hello-world.md @@ -446,6 +446,6 @@ This was just a small example of what Serverless AI Inferencing can do. To check - Read [our in-depth tutorial](ai-sentiment-analysis-api-tutorial) on building a Sentiment Analysis API with Serverless AI - Look at the [Serverless AI API Guide](serverless-ai-api-guide) - Try the numerous Serverless AI examples in our GitHub repository called [ai-examples](https://github.com/fermyon/ai-examples). -- [Contribute](../../hub/contributing) your Serverless AI app to our [Spin Up Hub](../../hub/index). +- [Contribute](../../hub/contributing) your Serverless AI app to our [Spin Hub](../../hub/index). - Ask questions and share your thoughts in [our Discord community](https://discord.gg/AAFNfS7NGf). --- diff --git a/content/wasm-languages/python.md b/content/wasm-languages/python.md index 807851fe5..fd139521f 100644 --- a/content/wasm-languages/python.md +++ b/content/wasm-languages/python.md @@ -178,7 +178,7 @@ Here are some great resources: - A tutorial doing [AI inferencing with Python and Spin](https://www.wasm.builders/technosophos/serverless-ai-inferencing-with-python-and-wasm-3lkd) - The [Spin Python SDK](https://github.com/fermyon/spin-python-sdk) - The [Spin Developer Docs](../spin) fully document the Python SDKs -- [Python Wasm examples](../../hub/index) at Spin Up Hub +- [Python Wasm examples](../../hub/index) at Spin Hub - The [Componentize-Py](https://pypi.org/project/componentize-py/) tooling - VMware has a [distribution of CPython as Wasm](https://github.com/vmware-labs/webassembly-language-runtimes/tree/main/python) based on the official CPython - A detailed document about [the (once) current state and features of Wasm](https://pythondev.readthedocs.io/wasm.html) in the latest CPython version (Now outdated) diff --git a/spin-up-hub/index.html b/spin-up-hub/index.html index 6a9c74811..81a7d9ad9 100644 --- a/spin-up-hub/index.html +++ b/spin-up-hub/index.html @@ -15,7 +15,7 @@ @@ -39,7 +39,7 @@ rel="stylesheet" /> - Spin Up Hub + Spin Hub