Updating base link

This commit is contained in:
Elitsa Marinovska
2019-05-01 15:22:10 +02:00
committed by GitHub
parent 880e86820e
commit 6b17248f64

View File

@@ -16,7 +16,7 @@ cd .\src\Umbraco.Web.UI.Client
& gulp docs | Out-Null
# change baseUrl
$BaseUrl = "https://our.umbraco.org/apidocs/ui/"
$BaseUrl = "https://our.umbraco.com/apidocs/v8/ui/"
$IndexPath = "./docs/api/index.html"
(Get-Content $IndexPath).replace('location.href.replace(rUrl, indexFile)', "`'" + $BaseUrl + "`'") | Set-Content $IndexPath