Skip to content
Merged
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
7 changes: 7 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,20 @@ jobs:
fetch-depth: '1'
submodules: 'true'

- name: Common site
uses: actions/checkout@v4
with:
repository: masesgroup/CommonTools
path: CommonTools

- name: Clear documentation folder
run: Remove-Item .\docs\* -Recurse -Force -Exclude _config.yml,CNAME,d8b8bd4e12b04559b53419cc8b571873.txt

- run: dotnet tool update -g docfx

- name: Build documentation
run: |
Copy-Item ${{ github.workspace }}\CommonTools\website\en\* -Destination ${{ github.workspace }}\src\documentation\ -Force -Recurse -Verbose
cd src\documentation
docfx

Expand Down
28 changes: 2 additions & 26 deletions src/documentation/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,9 @@
- name: Issues
href: https://github.com/masesgroup/JNet/issues/
- name: Open source projects
dropdown: true
items:
- name: JNet
href: https://masesgroup.github.io/JNet/
- name: KNet
href: https://masesgroup.github.io/KNet/
- name: KEFCore
href: https://masesgroup.github.io/KEFCore/
- name: JCOReflector
href: https://masesgroup.github.io/JCOReflector/
- name: NuReflector
href: https://masesgroup.github.io/NuReflector/
- name: DataDistributionManager
href: https://masesgroup.github.io/DataDistributionManager/
- name: CLIParser
href: https://masesgroup.github.io/CLIParser/
- name: JCO SWT Bridge
href: https://masesgroup.github.io/JCOSWTBridge/
href: open_source/toc.yml
- name: Other products
dropdown: true
items:
- name: Sinapse Platform
href: https://masesgroup.github.io/sinapse/
- name: JCOBridge
href: https://masesgroup.github.io/JCOBridge/
- name: KNetOPC
href: https://masesgroup.github.io/KNetOPC/
href: products/toc.yml
- name: External links
dropdown: true
items:
Expand Down