Skip to content

chore(*): remove spin-up-hub content; add redirects; update URLs, etc #1539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Install npm packages
run: |
npm ci
npm ci --prefix ./spin-up-hub

- name: Build app
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Install npm packages
run: |
npm ci
npm ci --prefix ./spin-up-hub

- name: Build app
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
- name: Install npm packages
run: |
npm ci
npm ci --prefix ./spin-up-hub

- name: Build app
run: |
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ final_broken
.spin
# The search index is generated at time of deploy
static/data.json
static/hub-index-data.json
# The build version of spin up hub
spin-up-hub/dist/
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ Build and run the website locally:
1. Run the following commands:

```bash
cd spin-up-hub
npm ci
cd ../
npm ci
spin build
spin watch # Uses spin watch to run the website and reload when content changes.
Expand Down
2 changes: 1 addition & 1 deletion config/site.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title = "Fermyon Developer"
base_url = ""
about = "Fermyon Developer — the home for you as a developer using Fermyon projects and products."
index_site_pages = ["sitemap", "home", "changelog", "hub_list_api"]
index_site_pages = ["sitemap", "home", "changelog"]
prepend_route_info = true

[extra]
Expand Down
30 changes: 0 additions & 30 deletions content/api/hub/ab_cookie_sample.md

This file was deleted.

30 changes: 0 additions & 30 deletions content/api/hub/ab_keyvalue_sample.md

This file was deleted.

30 changes: 0 additions & 30 deletions content/api/hub/ab_user_agent_sample.md

This file was deleted.

30 changes: 0 additions & 30 deletions content/api/hub/aggregate_json_sample.md

This file was deleted.

31 changes: 0 additions & 31 deletions content/api/hub/alter_response_headers_sample.md

This file was deleted.

27 changes: 0 additions & 27 deletions content/api/hub/architecture_cqrs_go.md

This file was deleted.

27 changes: 0 additions & 27 deletions content/api/hub/architecture_cqrs_rust.md

This file was deleted.

38 changes: 0 additions & 38 deletions content/api/hub/architecture_crud_go_sqlite.md

This file was deleted.

38 changes: 0 additions & 38 deletions content/api/hub/architecture_crud_js_pg.md

This file was deleted.

38 changes: 0 additions & 38 deletions content/api/hub/architecture_crud_js_sqlite.md

This file was deleted.

Loading
Loading