Skip to content

Commit b08f06c

Browse files
committed
fix http-api samples to use relative version
Don't use v5 http-api files for every code import.
1 parent 7888518 commit b08f06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/lib/samples.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function resolveSamplesPath(src: string, srcCat: string | undefined) {
4444
},
4545
"@httpapi": {
4646
"default": {
47-
path: "server/v5/http-api",
47+
path: "server/{version}/http-api",
4848
}
4949
},
5050
"@grpc": {

0 commit comments

Comments
 (0)