wasmerio / docs.wasmer.io

The Wasmer Docs Website (website deployed using Wasmer Edge)
https://docs.wasmer.io/
MIT License
17 stars 9 forks source link

Deploy Documentation #2

Closed theduke closed 1 year ago

theduke commented 1 year ago
syrusakbary commented 1 year ago

Inspiration: https://docs.lagon.app/, https://fly.io/docs/, https://developers.cloudflare.com/workers/ (not that good), https://vercel.com/docs/concepts/deployments/overview

dynamite-bud commented 1 year ago

Additional Required pages such as:

theduke commented 1 year ago

Static site config:

Configuration file reference: https://static-web-server.net/configuration/config-file/

Sample config: https://github.com/wasmerio/wasmer.io/blob/master/cfg/config.toml

Example package:

[package]
name = "wasmer/wasmer-io"
version = "0.6.1"
description = "The wasmer.io website"
readme = "README.md"

[dependencies]
"wasmer/static-web-server" = "1"

[fs]
"public" = "public"
"cfg" = "cfg"
theduke commented 1 year ago

Runners required in wasmer.toml:

https://docs.rs/webc/latest/webc/metadata/annotations/constant.WASI_RUNNER_URI.html

theduke commented 1 year ago

App schema: https://github.com/wasmerio/deploy/tree/main/docs/schema

theduke commented 1 year ago

Closing this, as we have the basic essentials that we need for now.

Let's track more specific items in separate issues.