Skip to content

Commit

Permalink
rename spin up hub to spin hub (#1369)
Browse files Browse the repository at this point in the history
Signed-off-by: Ronan Flynn-Curran <[email protected]>
  • Loading branch information
flynnduism authored Aug 27, 2024
1 parent 1bb9638 commit 64b78cc
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions content/api/hub/contributing.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -199,7 +199,7 @@ Type the following commit command to ensure that you sign off (--signoff), sign
<!-- @nocpy -->

```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).
Expand Down
2 changes: 1 addition & 1 deletion content/spin/v1/ai-sentiment-analysis-api-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion content/spin/v1/serverless-ai-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
---
2 changes: 1 addition & 1 deletion content/spin/v2/ai-sentiment-analysis-api-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion content/spin/v2/serverless-ai-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
---
2 changes: 1 addition & 1 deletion content/wasm-languages/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions spin-up-hub/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link
rel="alternate"
type="application/rss+xml"
title="Spin Up Hub"
title="Spin Hub"
href="/atom.xml"
/>

Expand All @@ -39,7 +39,7 @@
rel="stylesheet"
/>

<title>Spin Up Hub</title>
<title>Spin Hub</title>

<!-- Google Tag Manager -->
<script>
Expand Down Expand Up @@ -213,7 +213,7 @@
</div>
<div class="overlay"></div>

<a class="navbar-item is-active" href="./">Spin Up Hub</a>
<a class="navbar-item is-active" href="./">Spin Hub</a>
</div>

<div class="navbar-end">
Expand Down
4 changes: 2 additions & 2 deletions spin-up-hub/src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const store = createStore({
state.modalData.description = ""
state.modalData.isloaded = false
document.body.classList.add("modal-open")
document.title = `Spin Up Hub | ${state.modalData.title} `
document.title = `Spin Hub | ${state.modalData.title} `
}
},
openPreview(state, payload) {
Expand All @@ -53,7 +53,7 @@ const store = createStore({
if (shouldUpdateHistory) {
router.push("/hub")
}
document.title = "Spin Up Hub"
document.title = "Spin Hub"
},
updateModalDescription(state, payload) {
state.modalData.description = payload.description
Expand Down
2 changes: 1 addition & 1 deletion spin-up-hub/src/view/Contributing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
},
async mounted() {
let res = await fetch(import.meta.env.VITE_API_HOST + "/api/hub/contributing")
this.contributionGuide = "<h1>Spin Up Hub Contribution Guide</h1>" + unescapeHTML(await res.text())
this.contributionGuide = "<h1>Spin Hub Contribution Guide</h1>" + unescapeHTML(await res.text())
nextTick(() => {
document.querySelectorAll("pre > code").forEach((codeblock) => {
console.log(codeblock)
Expand Down
4 changes: 2 additions & 2 deletions templates/content_navbar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
<div class="overlay"></div>

{{!-- quicklinks can be added to the topbar here --}}
<a class="navbar-item plausible-event-name=docs-nav-hub" href="/hub" title="Sample apps, plugins and templates in Spin Up Hub">
Spin Up Hub
<a class="navbar-item plausible-event-name=docs-nav-hub" href="/hub" title="Sample apps, plugins and templates in Spin Hub">
Spin Hub
</a>

{{#if (active_project request.spin-path-info "/cloud/" )}}
Expand Down
2 changes: 1 addition & 1 deletion templates/home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ read_pages_glob = ["events/*.md"]
<li><a href="/bartholomew/index" {{#if (active_project request.spin-path-info "/cloud/" )}}
class="is-active" {{/if}}>Bartholomew</a></li>
<li><a href="/hub" {{#if (active_project request.spin-path-info "/cloud/" )}} class="is-active"
{{/if}}>Spin Up Hub</a></li>
{{/if}}>Spin Hub</a></li>
</ul>

<a class="navbar-item button is-primary is-rounded is-small" href="https://cloud.fermyon.com/"
Expand Down

0 comments on commit 64b78cc

Please sign in to comment.