We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610f4db commit 9506e50Copy full SHA for 9506e50
app/utils/versions.ts
@@ -1,2 +1,2 @@
1
// Auto-generated file. Do not edit manually.
2
-export const versions = ["current"] as const
+export const versions = ["latest"] as const
scripts/generate-docs.ts
@@ -41,7 +41,6 @@ try {
41
// biome-ignore lint/style/useTemplate: <explanation>
42
workspaceRelativePath = repoRoot === workspaceRoot ? "" : workspaceRoot.replace(repoRoot + "/", "")
43
} catch {
44
- repoRoot = workspaceRoot
45
workspaceRelativePath = ""
46
}
47
0 commit comments