Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:
runs-on: windows-latest

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

# Runs a single command using the runners shell
- name: install docfx
run: |
choco install docfx --version=2.59.3
docfx init -q
dotnet tool install -g docfx

- name: build _site
run: docfx.exe
run: docfx.exe build docfx.json

# Runs a set of commands using the runners shell
#- name: commit to gh-pages
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
/**/bin/
/**/obj/
_site
.vscode/
.DS_Store
*.suo
*.testlog
.vscode
.vs
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

## What is it?

This the main repository for the Language Cloud Public API documentation.
This the main repository for the Trados Cloud Public API documentation.

## Can I contribute?

Anyone is welcome to contribute to the public Language Cloud API documentation by making a pull request into the master repository.
Anyone is welcome to contribute to the public Trados Cloud API documentation by making a pull request into the master repository.


The documentation is split into the following sections:
- Articles
- This section hosts a series of usefull article on:
- how to get started with writing plug-ins for Language Cloud
- how to get started with writing plug-ins for Trados Cloud
- how to best use the public APIs
- how to troubleshoot common issues
- API Concepts
Expand All @@ -33,5 +33,5 @@ In order for you to make a contribution directly please follow the next steps:
- if you wish to test your changes locally you can follow the [DOCFX Installation guideline](https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html) and [build the entire solution locally](https://dotnet.github.io/docfx/tutorial/walkthrough/walkthrough_create_a_docfx_project.html)
- Our documentation automatically fills in the product name and other details so you don't have to make the changes manually if we decide to update the product name. Use the '<var:VariableName>' construct to tell our documentation engine to fill in the info for you. Here are the constructs available at this point:

<var:ProductName> - The product name, for example Language Cloud
<var:ProductName> - The product name, for example Trados Cloud

40 changes: 0 additions & 40 deletions RWSDocsTemplate/ManagedReference.html.primary.js

This file was deleted.

13 changes: 0 additions & 13 deletions RWSDocsTemplate/ManagedReference.html.primary.tmpl

This file was deleted.

Binary file removed RWSDocsTemplate/Plugins/HtmlAgilityPack.dll
Binary file not shown.
Binary file removed RWSDocsTemplate/Plugins/HtmlAgilityPack.pdb
Binary file not shown.
Binary file not shown.
Binary file removed RWSDocsTemplate/Plugins/Microsoft.DocAsCode.Dfm.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed RWSDocsTemplate/Plugins/Newtonsoft.Json.dll
Binary file not shown.
Binary file removed RWSDocsTemplate/Plugins/System.Buffers.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed RWSDocsTemplate/Plugins/System.Memory.dll
Binary file not shown.
Binary file removed RWSDocsTemplate/Plugins/System.Numerics.Vectors.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed RWSDocsTemplate/Plugins/TradosStudioDocsPlugin.pdb
Binary file not shown.
Binary file removed RWSDocsTemplate/Plugins/YamlDotNet.dll
Binary file not shown.
3 changes: 0 additions & 3 deletions RWSDocsTemplate/RestApi.html.primary.tmpl

This file was deleted.

4 changes: 0 additions & 4 deletions RWSDocsTemplate/conceptual.html.primary.tmpl

This file was deleted.

Binary file removed RWSDocsTemplate/favicon.ico
Binary file not shown.
24 changes: 0 additions & 24 deletions RWSDocsTemplate/logo.svg

This file was deleted.

25 changes: 0 additions & 25 deletions RWSDocsTemplate/partials/_affix.liquid

This file was deleted.

10 changes: 0 additions & 10 deletions RWSDocsTemplate/partials/_breadcrumb.liquid

This file was deleted.

16 changes: 0 additions & 16 deletions RWSDocsTemplate/partials/_footer.liquid

This file was deleted.

38 changes: 0 additions & 38 deletions RWSDocsTemplate/partials/_head.liquid

This file was deleted.

8 changes: 0 additions & 8 deletions RWSDocsTemplate/partials/_logo.liquid

This file was deleted.

21 changes: 0 additions & 21 deletions RWSDocsTemplate/partials/_navbar.liquid

This file was deleted.

4 changes: 0 additions & 4 deletions RWSDocsTemplate/partials/_scripts.liquid

This file was deleted.

7 changes: 0 additions & 7 deletions RWSDocsTemplate/partials/_toc.liquid

This file was deleted.

11 changes: 0 additions & 11 deletions RWSDocsTemplate/partials/breadcrumb.tmpl.partial

This file was deleted.

2 changes: 0 additions & 2 deletions RWSDocsTemplate/partials/customMREFContent.tmpl.partial

This file was deleted.

20 changes: 0 additions & 20 deletions RWSDocsTemplate/partials/head.tmpl.partial

This file was deleted.

5 changes: 0 additions & 5 deletions RWSDocsTemplate/partials/logo.tmpl.partial

This file was deleted.

49 changes: 0 additions & 49 deletions RWSDocsTemplate/partials/title.tmpl.partial

This file was deleted.

Loading
Loading