Skip to content

Commit f0ef53b

Browse files
committed
chore(*): remove spin-up-hub content; add redirects; update URLs, etc
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 07e993e commit f0ef53b

File tree

158 files changed

+23
-7938
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+23
-7938
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- name: Install npm packages
3535
run: |
3636
npm ci
37-
npm ci --prefix ./spin-up-hub
3837
3938
- name: Build app
4039
run: |

.github/workflows/deploy-preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- name: Install npm packages
2121
run: |
2222
npm ci
23-
npm ci --prefix ./spin-up-hub
2423
2524
- name: Build app
2625
run: |

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
- name: Install npm packages
6363
run: |
6464
npm ci
65-
npm ci --prefix ./spin-up-hub
6665
6766
- name: Build app
6867
run: |

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ final_broken
99
.spin
1010
# The search index is generated at time of deploy
1111
static/data.json
12-
static/hub-index-data.json
13-
# The build version of spin up hub
14-
spin-up-hub/dist/

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ Build and run the website locally:
1010
1. Run the following commands:
1111

1212
```bash
13-
cd spin-up-hub
14-
npm ci
15-
cd ../
1613
npm ci
1714
spin build
1815
spin watch # Uses spin watch to run the website and reload when content changes.

config/site.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title = "Fermyon Developer"
22
base_url = ""
33
about = "Fermyon Developer — the home for you as a developer using Fermyon projects and products."
4-
index_site_pages = ["sitemap", "home", "changelog", "hub_list_api"]
4+
index_site_pages = ["sitemap", "home", "changelog"]
55
prepend_route_info = true
66

77
[extra]

content/api/hub/ab_cookie_sample.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

content/api/hub/ab_keyvalue_sample.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

content/api/hub/ab_user_agent_sample.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

content/api/hub/aggregate_json_sample.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

content/api/hub/alter_response_headers_sample.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

content/api/hub/architecture_cqrs_go.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

content/api/hub/architecture_cqrs_rust.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

content/api/hub/architecture_crud_go_sqlite.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

content/api/hub/architecture_crud_js_pg.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

content/api/hub/architecture_crud_js_sqlite.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)