diff --git a/mkdocs-website/docs/development/introduction.md b/mkdocs-website/docs/development/introduction.md
index 10b6d8d1e..72cd12943 100644
--- a/mkdocs-website/docs/development/introduction.md
+++ b/mkdocs-website/docs/development/introduction.md
@@ -134,14 +134,17 @@ The `InjectJS()` method returns JavaScript that should be injected into all
windows as they are created. This is useful for adding custom JavaScript
functions that complement the plugin.
-## Misc Tasks
+The built-in plugins can be found in the `v3/plugins` directory.
+Check them out for inspiration.
-### Upgrading Taskfile
+## Tasks
The Wails CLI uses the [Task](https://taskfile.dev) build system. It is imported
as a library and used to run the tasks defined in `Taskfile.yaml`. The main
interfacing with Task happens in `v3/internal/commands/task.go`.
+### Upgrading Taskfile
+
To check if there's an upgrade for Taskfile, run `wails3 task -version` and
check against the Task website.
@@ -171,7 +174,7 @@ wails3 task -version
Make sure that all PRs have a ticket associated with them providing context to
the change. If there is no ticket, please create one first. Ensure that all PRs
have updated the CHANGELOG.md file with the changes made. The CHANGELOG.md file
-is located in the `v3` directory.
+is located in the `mkdocs-website/docs` directory.
## Misc Tasks
diff --git a/mkdocs-website/docs/getting-started/installation.md b/mkdocs-website/docs/getting-started/installation.md
index d9a3b56e8..168392666 100644
--- a/mkdocs-website/docs/getting-started/installation.md
+++ b/mkdocs-website/docs/getting-started/installation.md
@@ -4,7 +4,9 @@ To install the Wails CLI, ensure you have [Go 1.21+](https://go.dev/dl/)
installed and run:
```shell
-go install github.com/wailsapp/wails/v3/cmd/wails3@latest
+git clone https://github.com/wailsapp/wails.git
+cd wails/cmd/wails3
+go install
```
## Supported Platforms
diff --git a/mkdocs-website/docs/getting-started/next-steps.md b/mkdocs-website/docs/getting-started/next-steps.md
index beffb8715..ad347cf06 100644
--- a/mkdocs-website/docs/getting-started/next-steps.md
+++ b/mkdocs-website/docs/getting-started/next-steps.md
@@ -15,6 +15,8 @@ go run .
in the example directory.
+The status of the examples is on the [roadmap](/roadmap).
+
## Creating a new project
To create a new project, you can use the `wails3 init` command. This will create
diff --git a/mkdocs-website/docs/roadmap.md b/mkdocs-website/docs/roadmap.md
index 69385590e..ac2fdf7f9 100644
--- a/mkdocs-website/docs/roadmap.md
+++ b/mkdocs-website/docs/roadmap.md
@@ -34,7 +34,7 @@ The main goal is to get most of the examples working on all platforms.
| systray | W | W | |
| video | | W | |
| window | P | W | |
-| wml | | W | |
+| wml | W | W | |
- Mac Dialogs work, however the file dialogs issue a warning that needs to be fixed.
diff --git a/mkdocs-website/docs/whats-new.md b/mkdocs-website/docs/whats-new.md
index fda676af6..cd4783f26 100644
--- a/mkdocs-website/docs/whats-new.md
+++ b/mkdocs-website/docs/whats-new.md
@@ -1,7 +1,7 @@
# What's new in v3?
-!!! note The features that will be included in the v3 release may change from
-this list.
+!!! note
+ The features that will be included in the v3 release may change from this list.
## Multiple Windows
@@ -311,24 +311,24 @@ An experimental feature to call runtime methods using plain html, similar to