Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
icmoldovan committed May 23, 2024
1 parent b7f5a94 commit dc3b6ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Find more of our code samples on [GitHub](https://github.com/RWS/trados-studio-a

## <Var:ProductName> API versions

### [<Var:ProductName> 2022 - API 17.1](http://developers.rws.com/studio-api-docs/17.1/index.html)


### [<Var:ProductName> 2022 - API 17.0](http://developers.rws.com/studio-api-docs/17.0/index.html)

### [<Var:ProductName> 2021 SR2 - API 16.2](http://developers.rws.com/studio-api-docs/16.2/index.html)
Expand Down
4 changes: 2 additions & 2 deletions releaseDocs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ if($checkBranch){
}

git checkout -b gh-pages_temp
$items = ls
$items = Get-ChildItem
foreach ($item in $items){
if (($item.Name -ne "15.2") -and ($item.Name -ne "16.1") -and ($item.Name -ne "16.2") -and ($item.Name -ne "17.0")){
if (($item.Name -ne "15.2") -and ($item.Name -ne "16.1") -and ($item.Name -ne "16.2") -and ($item.Name -ne "17.0") -and ($item.Name -ne "17.1")){
git rm $item -r
}
}
Expand Down

0 comments on commit dc3b6ec

Please sign in to comment.