Skip to content

Commit 63c76ee

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.\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. The 0.X.0 documentation is good for any 0.X.* version.\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`;

0 commit comments

Comments
 (0)