Skip to content

Commit 4798e66

Browse files
committed
Merge remote-tracking branch 'origin/release' into deploy-web
2 parents 63c76ee + b8ac367 commit 4798e66

File tree

1,029 files changed

+28
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,029 files changed

+28
-10
lines changed

web/README.md

Lines changed: 4 additions & 0 deletions

web/scripts/generate-llm-files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async function generateFiles() {
135135

136136
function buildDocsMapsByVersionSection(versions: string[]): string {
137137
const latestVersion = versions[0];
138-
let section = `## Documentation Maps by Version\n*IMPORTANT:* You should run \`wasp version\` to get the installed Wasp CLI version before choosing the correct link. The 0.X.0 documentation is good for any 0.X.* version.\n`;
138+
let section = `## Documentation Maps by Version\n*IMPORTANT:* You should run \`wasp version\` to get the installed Wasp CLI version before choosing the correct link.\n`;
139139
for (const version of versions) {
140140
const label = version === latestVersion ? `${version} (latest)` : version;
141141
section += `- [${label}](${WASP_BASE_URL}llms-${version}.txt)\n`;

web/static/_redirects

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,17 @@
2020
/docs/migrate-from-0-13-to-0-14 /docs/migration-guides/migrate-from-0-13-to-0-14 301
2121

2222
/docs/deployment/deployment-methods/cli /docs/deployment/deployment-methods/wasp-deploy/overview 301
23+
24+
# Legacy version path redirects (0.X.0 -> 0.X)
25+
# These exist because docs versions used to be named 0.X.0 but were renamed to 0.X,
26+
# so we want to redirect links going to the old URLs.
27+
# You don't need to add new redirects for new versions.
28+
/docs/0.12.0/* /docs/0.12/:splat 301
29+
/docs/0.13.0/* /docs/0.13/:splat 301
30+
/docs/0.14.0/* /docs/0.14/:splat 301
31+
/docs/0.15.0/* /docs/0.15/:splat 301
32+
/docs/0.16.0/* /docs/0.16/:splat 301
33+
/docs/0.17.0/* /docs/0.17/:splat 301
34+
/docs/0.18.0/* /docs/0.18/:splat 301
35+
/docs/0.19.0/* /docs/0.19/:splat 301
36+
/docs/0.20.0/* /docs/0.20/:splat 301

web/versioned_docs/version-0.12.0/advanced/deployment/DeploymentOptionsGrid.css renamed to web/versioned_docs/version-0.12/advanced/deployment/DeploymentOptionsGrid.css

File renamed without changes.

web/versioned_docs/version-0.12.0/advanced/deployment/DeploymentOptionsGrid.tsx renamed to web/versioned_docs/version-0.12/advanced/deployment/DeploymentOptionsGrid.tsx

File renamed without changes.

web/versioned_docs/version-0.12.0/advanced/deployment/_addExternalAuthEnvVarsReminder.md renamed to web/versioned_docs/version-0.12/advanced/deployment/_addExternalAuthEnvVarsReminder.md

web/versioned_docs/version-0.12.0/advanced/deployment/_building-the-web-client.md renamed to web/versioned_docs/version-0.12/advanced/deployment/_building-the-web-client.md

web/versioned_docs/version-0.12.0/advanced/deployment/cli.md renamed to web/versioned_docs/version-0.12/advanced/deployment/cli.md

web/versioned_docs/version-0.12.0/advanced/deployment/manually.md renamed to web/versioned_docs/version-0.12/advanced/deployment/manually.md

0 commit comments

Comments
 (0)