Skip to content

Commit 9e4caad

Browse files
committed
Enhance the consistency, usability, maintainability, and overall developer experience of the api-docs across all RWS products.
Make reference to: https://rws-dev.atlassian.net/wiki/spaces/LTApp/pages/930645143/Developer+Documentation+Improvement+Proposal
1 parent a44d0a7 commit 9e4caad

File tree

128 files changed

+1738
-12538
lines changed

Some content is hidden

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

128 files changed

+1738
-12538
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
- uses: actions/checkout@v2
3232

3333
# Runs a single command using the runners shell
34-
- name: Download docfx
34+
- name: install docfx
3535
run: |
36-
curl -L https://github.com/dotnet/docfx/releases/latest/download/docfx.zip -o docfx.zip
37-
unzip -d .docfx docfx.zip
38-
36+
choco install docfx
37+
docfx init -q
38+
3939
- name: build _site
40-
run: .docfx/docfx.exe
40+
run: docfx.exe
4141

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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
/**/bin/
88
/**/obj/
99
_site
10+
.vscode
11+
.vs

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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-514 KB
Binary file not shown.
-20.4 KB
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.
-138 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-196 KB
Binary file not shown.

RWSDocsTemplate/RestApi.html.primary.tmpl

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

RWSDocsTemplate/conceptual.html.primary.tmpl

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

RWSDocsTemplate/partials/_affix.liquid

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

RWSDocsTemplate/partials/_breadcrumb.liquid

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

RWSDocsTemplate/partials/_footer.liquid

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

RWSDocsTemplate/partials/_head.liquid

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

RWSDocsTemplate/partials/_logo.liquid

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

RWSDocsTemplate/partials/_navbar.liquid

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

RWSDocsTemplate/partials/_scripts.liquid

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

RWSDocsTemplate/partials/_toc.liquid

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

RWSDocsTemplate/partials/breadcrumb.tmpl.partial

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

RWSDocsTemplate/partials/customMREFContent.tmpl.partial

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

RWSDocsTemplate/partials/head.tmpl.partial

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

RWSDocsTemplate/partials/logo.tmpl.partial

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

RWSDocsTemplate/partials/title.tmpl.partial

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

0 commit comments

Comments
 (0)