mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-24 06:28:21 +01:00
docs: add multiversioned documentation (#344)
Documentation is now published on the `gh-pages` branch. The branch will have a folder `docs` containing the following structure: - `./docs` the copy from the `main` docs, but only used for the `index.html` page to do the multi-version routing. - `./docs/main` the copy from the `main` branch docs folder - `./docs/beta` the copy from the `beta` branch docs folder Closes #332
This commit is contained in:
@@ -6,9 +6,9 @@ The Nginx Plugin is a WASM Plugin written with the Proxy Wasm SDK.
|
||||
|
||||
| Provider | Dynamic | Blocking |
|
||||
|-----------------------------------------|:-------:|:--------:|
|
||||
| [Docker](/providers/docker) | ✅ | ✅ |
|
||||
| [Docker Swarm](/providers/docker_swarm) | ❓ | ❓ |
|
||||
| [Kubernetes](/providers/kubernetes) | ❓ | ❓ |
|
||||
| [Docker](../providers/docker) | ✅ | ✅ |
|
||||
| [Docker Swarm](../providers/docker_swarm) | ❓ | ❓ |
|
||||
| [Kubernetes](../providers/kubernetes) | ❓ | ❓ |
|
||||
|
||||
# Install ngx_wasm_module
|
||||
|
||||
|
||||
Reference in New Issue
Block a user