Stream: git-wasmtime

Topic: wasmtime / issue #5559 Docs site for `main` branch


view this post on Zulip Wasmtime GitHub notifications bot (Jan 11 2023 at 16:49):

Kylebrown9 opened issue #5559:

Feature

A docs site that is up-to-date with the main branch.

Benefit

Things move quickly, and people may benefit from being able to see the current API before its released.

Implementation

Use GitHub Actions and GitHub Pages to build and host an alternate docs site triggered by updates to main.

Alternatives

We could use other tools for build/host, but GitHub ecosystem is the most convenient and is already being used.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 11 2023 at 18:10):

jameysharp commented on issue #5559:

A note about implementation details: we already have a GitHub action running cargo doc, so this issue is mostly about extending that job to publish the result somewhere.


Last updated: Oct 23 2024 at 20:03 UTC