Add more links to Ruby bindings (#5486)

PR #5485 added doc pages for the Ruby bindings, but didn't link to it
from the sidebar nor lang page. This commit fixes that.
This commit is contained in:
Jimmy Bourassa
2022-12-22 14:06:55 -05:00
committed by GitHub
parent 03463458e4
commit ff995d910b
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
- [.NET](./lang-dotnet.md) - [.NET](./lang-dotnet.md)
- [Go](./lang-go.md) - [Go](./lang-go.md)
- [Bash](./lang-bash.md) - [Bash](./lang-bash.md)
- [Ruby](./lang-ruby.md)
- [Using the `wasmtime` CLI](./cli.md) - [Using the `wasmtime` CLI](./cli.md)
- [Installation](./cli-install.md) - [Installation](./cli-install.md)
- [CLI Options](./cli-options.md) - [CLI Options](./cli-options.md)

View File

@@ -10,3 +10,4 @@ through a C API for a number of other languages too:
* [.NET](lang-dotnet.md) * [.NET](lang-dotnet.md)
* [Go](lang-go.md) * [Go](lang-go.md)
* [Bash](lang-bash.md) * [Bash](lang-bash.md)
* [Ruby](lang-ruby.md)