Skip to content

Commit

Permalink
fix(docs/spin.toml): minimal adjustments per Spin v2 manifest restric…
Browse files Browse the repository at this point in the history
…tions

Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice committed Nov 29, 2023
1 parent 5e4cfe4 commit 15e01b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,47 +142,47 @@ route = "/sips/index"
executor = { type = "wagi" }

[[component]]
id = "redirect-sip-001"
id = "redirect-sip001"
source = "modules/redirect.wasm"
environment = { DESTINATION = "https://github.com/fermyon/spin/blob/main/docs/content/sips/001-spin-deploy.md" }
[component.trigger]
route = "/sips/001-spin-deploy.md"
executor = { type = "wagi" }

[[component]]
id = "redirect-sip-002"
id = "redirect-sip002"
source = "modules/redirect.wasm"
environment = { DESTINATION = "https://github.com/fermyon/spin/blob/main/docs/content/sips/002-app-config.md" }
[component.trigger]
route = "/sips/002-app-config.md"
executor = { type = "wagi" }

[[component]]
id = "redirect-sip-003"
id = "redirect-sip003"
source = "modules/redirect.wasm"
environment = { DESTINATION = "https://github.com/fermyon/spin/blob/main/docs/content/sips/003-trigger-executors.md" }
[component.trigger]
route = "/sips/003-trigger-executors.md"
executor = { type = "wagi" }

[[component]]
id = "redirect-sip-004"
id = "redirect-sip004"
source = "modules/redirect.wasm"
environment = { DESTINATION = "https://github.com/fermyon/spin/blob/main/docs/content/sips/004-spin-build.md" }
[component.trigger]
route = "/sips/004-spin-build.md"
executor = { type = "wagi" }

[[component]]
id = "redirect-sip-005"
id = "redirect-sip005"
source = "modules/redirect.wasm"
environment = { DESTINATION = "https://github.com/fermyon/spin/blob/main/docs/content/sips/005-manifest-redesign.md" }
[component.trigger]
route = "/sips/005-manifest-redesign.md"
executor = { type = "wagi" }

[[component]]
id = "redirect-sip-006"
id = "redirect-sip006"
source = "modules/redirect.wasm"
environment = { DESTINATION = "https://github.com/fermyon/spin/blob/main/docs/content/sips/006-spin-plugins.md" }
[component.trigger]
Expand Down

0 comments on commit 15e01b4

Please sign in to comment.