5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-05 01:50:56 +08:00
wails/mkdocs-website
2023-09-04 22:51:21 +10:00
..
docs More docs. 2023-09-04 22:51:21 +10:00
overrides More docs. 2023-09-04 22:51:21 +10:00
mkdocs.insiders.yml Docs update 2023-09-04 20:50:32 +10:00
mkdocs.yml Docs update 2023-09-04 20:50:32 +10:00
README.md Update README.md 2023-09-03 06:53:10 +10:00
requirements.txt Improve docs tooling 2023-09-02 09:10:35 +10:00
Taskfile.yml Improve docs tooling 2023-09-02 09:10:35 +10:00

v3 Docs

This is the documentation for Wails v3. It is currently a work in progress.

Install the wails3 CLI if you haven't already:

go install github.com/wailsapp/wails/v3/cmd/wails3@latest

The documentation uses mkdocs, so you will need to install Python. Once installed, you can setup the documentation by running the following command:

wails3 task docs:setup

This will install the required dependencies for you.

If you have installed the wails3 CLI, you can run the following command to build the documentation and serve it locally:

wails3 task docs:serve

Manual Setup

To install manually, you will need to do the following:

  • Install Python
  • Run pip install -r requirements.txt to install the required dependencies
  • Run mkdocs serve to serve the documentation locally
  • Run mkdocs build to build the documentation

Contributing

If you would like to contribute to the documentation, please feel free to open a PR!