Docs versioning (#1299)

* Add beta.34 version

* Fix up document links
This commit is contained in:
Lea Anthony
2022-03-30 23:21:33 +11:00
committed by GitHub
parent 085d59612b
commit 4cedfdc091
75 changed files with 3937 additions and 61 deletions
+2 -2
View File
@@ -12,10 +12,10 @@ To get up and running quickly, you can generate a default project by running `wa
create a directory called `myproject` and populate it with the default template.
Other project templates are available and can be listed using `wails init -l`.
There are also [community templates](/docs/community/templates) available that offer different capabilities and frameworks.
There are also [community templates](../community/templates.mdx) available that offer different capabilities and frameworks.
To see the other options available, you can run `wails init -help`.
More details can be found in the [CLI Reference](/docs/reference/cli#init).
More details can be found in the [CLI Reference](../reference/cli.mdx#init).
## Project Layout