Reorganize example documentation (#11757)* Reorganize example documentationThis commit reorganizes example documentation in our onlinedocumentation. The main changes here are:* Chapter-per-lan
Reorganize example documentation (#11757)* Reorganize example documentationThis commit reorganizes example documentation in our onlinedocumentation. The main changes here are:* Chapter-per-language is now removed in favor of tabs-in-a-page for avoiding having the book be so large. Tabs are made with [mdbook-langtabs].* Language-specific pages are all consolidated into a single page.* Language-specific documentation now only mentions where to find docs instead of trying to document an intro for each language here.* "Further examples" was folded into the main API section, meaning we just have one chapter of a lot of examples.The main goal is to make the book less overwhelming from an exampleperspective and ideally make it a bit easier to discover things. Thelangtabs plugin is nice but not perfect, e.g. it doesn't support`#`-anchors nor remembers which language you were looking at. Overallthough I feel this is still better than before.[mdbook-langtabs]: https://github.com/nx10/mdbook-langtabs* Fix typos* Remove testing of mdbook from CI
show more ...
Add documentation for Wasmtime's LTS releases (#10481)* Add documentation for Wasmtime's LTS releasesWith Wasmtime's [LTSreleases](https://github.com/bytecodealliance/rfcs/pull/42) this commitd
Add documentation for Wasmtime's LTS releases (#10481)* Add documentation for Wasmtime's LTS releasesWith Wasmtime's [LTSreleases](https://github.com/bytecodealliance/rfcs/pull/42) this commitdocuments the various process changes and updates to our releaseprocess. Additionally some improvements are made to the releasedocumentation with respect to showing current versions.* Refactor some backport criteria docs* Review comments