Skip to content

Commit 5733ca5

Browse files
committed
update
1 parent d7030d5 commit 5733ca5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/processes/docs-routing/generate-static-params.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ export async function generateDocsStaticParams(): Promise<{ repo: string[] }[]>
3838
}
3939
};
4040

41+
if (process.env.GITPAGEDOCS_REPOSITORY_SEARCH === "true") {
42+
return params;
43+
}
44+
4145
try {
4246
const config = await loadRootConfig<{
4347
VersionControl?: { versions?: { id: string }[] };

tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)