Skip to content
Merged
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
1 change: 0 additions & 1 deletion config/site.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ index_site_pages = [
"home",
"changelog",
"changelog_fwf",
"hub_list_api",
]
prepend_route_info = true

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