Updating base link
This commit is contained in:
committed by
GitHub
parent
880e86820e
commit
6b17248f64
@@ -16,7 +16,7 @@ cd .\src\Umbraco.Web.UI.Client
|
|||||||
& gulp docs | Out-Null
|
& gulp docs | Out-Null
|
||||||
|
|
||||||
# change baseUrl
|
# change baseUrl
|
||||||
$BaseUrl = "https://our.umbraco.org/apidocs/ui/"
|
$BaseUrl = "https://our.umbraco.com/apidocs/v8/ui/"
|
||||||
$IndexPath = "./docs/api/index.html"
|
$IndexPath = "./docs/api/index.html"
|
||||||
(Get-Content $IndexPath).replace('location.href.replace(rUrl, indexFile)', "`'" + $BaseUrl + "`'") | Set-Content $IndexPath
|
(Get-Content $IndexPath).replace('location.href.replace(rUrl, indexFile)', "`'" + $BaseUrl + "`'") | Set-Content $IndexPath
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user