Skip to content

Commit 8e96f57

Browse files
authored
Merge pull request #18 from RWS/main_rebranding_changes
Main rebranding changes
2 parents 7e9f275 + 9aaf354 commit 8e96f57

File tree

282 files changed

+146601
-37310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+146601
-37310
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ jobs:
2121
runs-on: windows-latest
2222

2323
env:
24-
ProductName: Language Cloud
24+
ProductName: 'Trados Cloud'
2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:
2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2828
- uses: actions/checkout@v2
2929

30+
# Runs a single command using the runners shell
3031
- name: install docfx
3132
run: |
32-
choco install docfx --version=2.59.3
33-
docfx init -q
33+
dotnet tool install -g docfx
3434
3535
- name: build _site
36-
run: docfx.exe
36+
run: docfx.exe build docfx.json
3737

3838
# Runs a set of commands using the runners shell
3939
#- name: commit to gh-pages

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@
77
/**/bin/
88
/**/obj/
99
_site
10-
.vscode/
10+
.DS_Store
11+
*.suo
12+
*.testlog
13+
.vscode
14+
.vs

README.md

Lines changed: 4 additions & 4 deletions

RWSDocsTemplate/ManagedReference.html.primary.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

RWSDocsTemplate/ManagedReference.html.primary.tmpl

Lines changed: 0 additions & 13 deletions
This file was deleted.
-132 KB
Binary file not shown.
-292 KB
Binary file not shown.
-181 KB
Binary file not shown.
-145 KB
Binary file not shown.
-191 KB
Binary file not shown.

0 commit comments

Comments
 (0)