Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update site layout and API #143

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
23 changes: 3 additions & 20 deletions src/documentation/api/index.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
<b style="font-size:30px">Select a version:</b>&nbsp;&nbsp;&nbsp;
<a href="https://jcoreflector.masesgroup.com/net462/"
target="myiframe"
rel="noopener noreferrer"
style="font-size:30px">.NET Framework 4.6.2+</a>
&nbsp;&nbsp;&nbsp;
<a href="https://jcoreflector.masesgroup.com/net6.0/"
target="myiframe"
rel="noopener noreferrer"
style="font-size:30px">.NET 6</a>
&nbsp;&nbsp;&nbsp;
<a href="https://jcoreflector.masesgroup.com/net7.0/"
target="myiframe"
rel="noopener noreferrer"
style="font-size:30px">.NET 7</a>
<figure>
<iframe name="myiframe"
width="100%"
height="1000"/>
</figure>
# JCOReflector .NET API documentation

Open left menu to browse API
44 changes: 10 additions & 34 deletions src/documentation/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"files": [ "**.csproj" ],
"exclude": [ "**/bin/**", "**/obj/**" ],
"src": "../"
"src": "../net/"
}
],
"dest": "api",
Expand All @@ -17,40 +17,20 @@
"content": [
{
"files": [
"contacts_it/**.md",
"contacts_it/**/toc.yml",
"toc.yml",
"*.md"
]
},
{
"files": [
"products_it/**.md",
"products_it/**/toc.yml",
"toc.yml",
"*.md"
"api/**.yml",
"api/index.md",
]
},
{
"files": [
"services_it/**.md",
"services_it/**/toc.yml",
"toc.yml",
"*.md"
]
},
{
"files": [
"technologies_it/**.md",
"technologies_it/**/toc.yml",
"toc.yml",
"*.md"
"javadoc/**.yml",
"javadoc/index.md",
]
},
{
"files": [
"working_method_it/**.md",
"working_method_it/**/toc.yml",
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
]
Expand Down Expand Up @@ -79,14 +59,10 @@
],
"postProcessors": [ "ExtractSearchIndex" ],
"globalMetadata": {
"_appLogoPath": "images/sinapse_logo.png",
"_appLogoPath": "images/logo.png",
"_appFaviconPath": "images/favicon.png",
"_appTitle": "Sinapse System website",
"_appTitle": "MASES Group website - JCOReflector",
"_appFooter": "<span>Copyright © 2023 MASES s.r.l.. | Via San Cesidio 16 - San Valentino in A.C. - PE | P.I. 01932310681</span>",
"_disableContribution": true,
"_disableTocFilter": true,
"_disableToc": false,
"_disableAffix": true,
"_gitContribute": {

}
Expand All @@ -102,6 +78,6 @@
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": true
"disableGitFeatures": false
}
}
Binary file added src/documentation/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/documentation/javadoc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
###############
# temp file #
###############
*.yml
.manifest
20 changes: 20 additions & 0 deletions src/documentation/javadoc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<b style="font-size:30px">Select a version:</b>&nbsp;&nbsp;&nbsp;
<a href="https://jcoreflector.masesgroup.com/net462/"
target="myiframe"
rel="noopener noreferrer"
style="font-size:30px">.NET Framework 4.6.2+</a>
&nbsp;&nbsp;&nbsp;
<a href="https://jcoreflector.masesgroup.com/net6.0/"
target="myiframe"
rel="noopener noreferrer"
style="font-size:30px">.NET 6</a>
&nbsp;&nbsp;&nbsp;
<a href="https://jcoreflector.masesgroup.com/net7.0/"
target="myiframe"
rel="noopener noreferrer"
style="font-size:30px">.NET 7</a>
<figure>
<iframe name="myiframe"
width="100%"
height="1000"/>
</figure>
5 changes: 4 additions & 1 deletion src/documentation/toc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
- name: Articles
href: articles/
- name: Java API Documentation
- name: .NET API Documentation
href: api/
homepage: api/index.md
- name: Java API Documentation
href: javadoc/
homepage: javadoc/index.md
- name: Browse repository
href: https://github.com/masesgroup/JCOReflector
- name: Releases
Expand Down
Loading