5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 15:32:12 +08:00
wails/mkdocs-website
Josh Drake f38532bcf5
Correctly compute 'startURL' when using a frontend development server. (#3299)
* Fix computing 'startURL' when 'FRONTEND_DEVSERVER_URL' is present.

* Respect provided URL when computing 'startURL' and 'FRONTEND_DEVSERVER_URL' is present.

* Update changelog.

* Correctly produce absolute URI in 'GetStartURL' when input is provided.
2024-03-08 18:06:14 +11:00
..
docs Correctly compute 'startURL' when using a frontend development server. (#3299) 2024-03-08 18:06:14 +11:00
generate Add raw API docs 2023-09-25 20:50:53 +10:00
overrides [darwin] Update docs 2023-11-12 20:16:19 +11:00
shared v3.0.0-alpha.4 2024-02-01 21:09:03 +11:00
CNAME Add another CNAME file (thanks ghpages :/) 2023-10-29 09:57:38 +11:00
mkdocs.insiders.yml Docs update 2023-09-04 20:50:32 +10:00
mkdocs.yml Fix docs 2024-02-02 17:01:41 +11:00
README.md Use prettier on docs source 2023-09-25 20:56:29 +10:00
requirements.insiders.txt Build status table from CSV 2023-11-05 14:42:32 +11:00
requirements.txt Build status table from CSV 2023-11-05 14:42:32 +11:00
Taskfile.yml Add raw API docs 2023-09-25 20:50:53 +10:00

v3 Docs

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

If you do not wish to build it locally, it is available online at https://wailsapp.github.io/wails/.

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!