Skip to content

Commit

Permalink
Web-site update (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Nov 5, 2023
1 parent 4764b91 commit 77cbabc
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ jobs:
- name: Clear documentation folder
run: Remove-Item .\docs\* -Recurse -Force -Exclude _config.yml,CNAME

- run: dotnet tool update -g docfx

- name: Build documentation
run: |
choco install docfx
cd src\documentation
docfx
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:
- name: Clear documentation folder
run: Remove-Item .\docs\* -Recurse -Force -Exclude _config.yml,CNAME

- run: dotnet tool update -g docfx

- name: Build documentation
run: |
choco install docfx
cd src\documentation
docfx
8 changes: 5 additions & 3 deletions src/documentation/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@
"postProcessors": [ "ExtractSearchIndex" ],
"globalMetadata": {
"_appLogoPath": "images/logo.png",
"_appTitle": "CLI Parser website",
"_appFooter": "<span>Copyright © 2023 MASES s.r.l..<br>Generated by <strong>DocFX</strong></span>",
"_appFaviconPath": "images/favicon.ico",
"_appTitle": "MASES Group website - CLI Parser",
"_appFooter": "<span>Copyright © 2023 MASES s.r.l.. | Via San Cesidio 16 - San Valentino in A.C. - PE | P.I. 01932310681</span>",
"_gitContribute": {

}
Expand All @@ -64,7 +65,8 @@
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default"
"default",
"modern"
],
"postProcessors": [],
"markdownEngineName": "markdig",
Expand Down
Binary file added src/documentation/images/favicon.ico
Binary file not shown.
23 changes: 13 additions & 10 deletions src/documentation/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,16 @@
- name: .NET API Documentation
href: api/
homepage: api/index.md
- name: Github sites
- name: Open source projects
dropdown: true
href: https://masesgroup.github.io/
items:
- name: MASES Group main site
href: https://masesgroup.github.io/
- name: Sinapse Platform
href: https://masesgroup.github.io/sinapse/
- name: JCOBridge
href: https://masesgroup.github.io/JCOBridge/
- 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: KNetOPC
href: https://masesgroup.github.io/KNetOPC/
- name: JCOReflector
href: https://masesgroup.github.io/JCOReflector/
- name: NuReflector
Expand All @@ -31,10 +23,21 @@
href: https://masesgroup.github.io/CLIParser/
- name: JCO SWT Bridge
href: https://masesgroup.github.io/JCOSWTBridge/
- 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/
- name: External links
dropdown: true
items:
- name: Sinapse Platform Official site
href: https://www.sinapsesystem.com
- name: JCOBridge Official site
href: https://www.jcobridge.com
href: https://www.jcobridge.com
- name: MASES Group global and contacts
href: https://masesgroup.com

0 comments on commit 77cbabc

Please sign in to comment.