Skip to content

Commit

Permalink
added redirect from main page
Browse files Browse the repository at this point in the history
  • Loading branch information
8VAid8 committed Oct 25, 2018
1 parent 9003bec commit d2165db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions ClassReference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<article class="content wrap" id="_content" data-uid="">
<h2 id="fastreport-open-source-documentation"><a href="api/FastReport.html"><strong>FastReport Open Source Documentation</strong></a></h2>

<script>window.location.replace("https://fastreports.github.io/FastReport.Documentation/api/FastReport.html");</script>
</article>
</div>

Expand Down
6 changes: 3 additions & 3 deletions ClassReference/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4199,7 +4199,7 @@
"output": {
".html": {
"relative_path": "index.html",
"hash": "6j/KG1CUK/g7i4dT5VFtwQ=="
"hash": "SafUvRuQHAgUPa6o2Tah7g=="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -4244,11 +4244,11 @@
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build"
},
"ConceptualDocumentProcessor": {
"ManagedReferenceDocumentProcessor": {
"can_incremental": true,
"incrementalPhase": "build"
},
"ManagedReferenceDocumentProcessor": {
"ConceptualDocumentProcessor": {
"can_incremental": true,
"incrementalPhase": "build"
},
Expand Down

0 comments on commit d2165db

Please sign in to comment.