docs: Add WSL rebuild steps.

Previously, the rebuild steps for WSL in the recommended setup guide
incorrectly just included the Vagrant instructions.

This commit fixes the issue by adding the appropriate steps to delete
the WSL instance using `wsl --unregister` in the docs.

Additionally, it includes steps to rebuild the development database,
which is a much faster alternative for folks who just want that.

Fixes #32402.
This commit is contained in:
Apoorva Pendse
2024-11-21 07:47:24 +05:30
committed by Tim Abbott
parent 5fd872ba3f
commit 67a60829e6
2 changed files with 43 additions and 1 deletions

View File

@@ -552,7 +552,7 @@ help.
:::{tab-item} Windows (WSL)
:sync: os-windows
```{include} setup/vagrant-rebuild.md
```{include} setup/wsl-rebuild.md
```