Skip to content

Commit

Permalink
[deploy ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
joymon committed Jan 17, 2021
1 parent 30c9fdc commit e8e0e38
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2 id="installing">Installing</h2>
</code></pre>
<h2 id="version">Version</h2>
<ul>
<li>Development - 0.1.145</li>
<li>Development - 0.1.0</li>
</ul>
<h2 id="documentation-platform">Documentation platform</h2>
<p>The documentation is based on .Net Framework. Since it is a superset of .Net Core the same mostly applies to .Net Core APIs as well.</p>
Expand Down
20 changes: 10 additions & 10 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"output": {
".html": {
"relative_path": "index.html",
"hash": "/trCEzALYDvQAzlhNLF5Vg=="
"hash": "hD8Ei1Y7vF9Jq99E3zHG2A=="
}
},
"is_incremental": true,
Expand Down Expand Up @@ -205,24 +205,24 @@
"skipped_file_count": 0
},
"processors": {
"ManagedReferenceDocumentProcessor": {
"can_incremental": true,
"TocDocumentProcessor": {
"can_incremental": false,
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build",
"total_file_count": 11,
"skipped_file_count": 11
"total_file_count": 0,
"skipped_file_count": 0
},
"ConceptualDocumentProcessor": {
"can_incremental": true,
"incrementalPhase": "build",
"total_file_count": 2,
"skipped_file_count": 2
},
"TocDocumentProcessor": {
"can_incremental": false,
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"ManagedReferenceDocumentProcessor": {
"can_incremental": true,
"incrementalPhase": "build",
"total_file_count": 0,
"skipped_file_count": 0
"total_file_count": 11,
"skipped_file_count": 11
}
}
},
Expand Down

0 comments on commit e8e0e38

Please sign in to comment.