From 577277f5379967afc2818a8b118ef53b060b1cbe Mon Sep 17 00:00:00 2001 From: Nifty255 Date: Mon, 2 Mar 2026 04:55:01 +0900 Subject: [PATCH] Versioned docs, apparently. Clarify their limitations --- .../versioned_docs/version-v2.10/reference/project-config.mdx | 2 +- .../versioned_docs/version-v2.11.0/reference/project-config.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/versioned_docs/version-v2.10/reference/project-config.mdx b/website/versioned_docs/version-v2.10/reference/project-config.mdx index b9a196e01..7b89f15d2 100644 --- a/website/versioned_docs/version-v2.10/reference/project-config.mdx +++ b/website/versioned_docs/version-v2.10/reference/project-config.mdx @@ -18,7 +18,7 @@ The project config resides in the `wails.json` file in the project directory. Th "reloaddirs": "", // The directory where the build files reside. Defaults to 'build' "build:dir": "", - // Relative path to the frontend directory. Defaults to 'frontend'. If this value does not match an embed directive in your code, 'wails build' will attempt to copy built files to 'frontend/dist'. Either ensure your embed directive matches this or use 'frontend/dist' for your embed directive + // Relative path to the frontend directory. Defaults to 'frontend'. Ensure your embed directive matches this. Frontends outside the project directory are unsupported "frontend:dir": "", // The command to install node dependencies, run in the frontend directory - often `npm install` "frontend:install": "", diff --git a/website/versioned_docs/version-v2.11.0/reference/project-config.mdx b/website/versioned_docs/version-v2.11.0/reference/project-config.mdx index 5134bd8fb..2fbfb2de6 100644 --- a/website/versioned_docs/version-v2.11.0/reference/project-config.mdx +++ b/website/versioned_docs/version-v2.11.0/reference/project-config.mdx @@ -20,7 +20,7 @@ The project config resides in the `wails.json` file in the project directory. Th "build:dir": "", // Additional tags to include at build time regardless of environment "build:tags": "", - // Relative path to the frontend directory. Defaults to 'frontend'. If this value does not match an embed directive in your code, 'wails build' will attempt to copy built files to 'frontend/dist'. Either ensure your embed directive matches this or use 'frontend/dist' for your embed directive + // Relative path to the frontend directory. Defaults to 'frontend'. Ensure your embed directive matches this. Frontends outside the project directory are unsupported "frontend:dir": "", // The command to install node dependencies, run in the frontend directory - often `npm install` "frontend:install": "",