Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit bcd14bb

Browse files
authored
update docsite $VERSION config (#2949)
See sourcegraph/docsite#16.
1 parent 06cf4a3 commit bcd14bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/dev/documentation/site.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you're working on a docs template change involving multiple content versions
2828
DOCSITE_CONFIG=$(cat <<-'DOCSITE'
2929
{
3030
"templates": "_resources/templates",
31-
"content": "https://codeload.github.com/sourcegraph/sourcegraph/zip/$VERSION#*/doc/",
31+
"content": "https://codeload.github.com/sourcegraph/sourcegraph/zip/refs/heads/$VERSION#*/doc/",
3232
"baseURLPath": "/",
3333
"assets": "_resources/assets",
3434
"assetsBaseURLPath": "/assets/"
@@ -50,7 +50,7 @@ DOCSITE_CONFIG=$(cat <<-'DOCSITE'
5050
{
5151
"templates": "https://codeload.github.com/sourcegraph/sourcegraph/zip/master#*/doc/_resources/templates/",
5252
"assets": "https://codeload.github.com/sourcegraph/sourcegraph/zip/master#*/doc/_resources/assets/",
53-
"content": "https://codeload.github.com/sourcegraph/sourcegraph/zip/$VERSION#*/doc/",
53+
"content": "https://codeload.github.com/sourcegraph/sourcegraph/zip/refs/heads/$VERSION#*/doc/",
5454
"baseURLPath": "/",
5555
"assetsBaseURLPath": "/assets/"
5656
}

0 commit comments

Comments
 (0)