Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Oct 23, 2017
1 parent ef2c95b commit 4096be9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,21 +419,21 @@
"incrementalPhase": "build"
},
"processors": {
"TocDocumentProcessor": {
"can_incremental": false,
"details": "Processor TocDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build"
},
"RestApiDocumentProcessor": {
"can_incremental": false,
"details": "Processor RestApiDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build"
},
"ManagedReferenceDocumentProcessor": {
"ConceptualDocumentProcessor": {
"can_incremental": true,
"incrementalPhase": "build"
},
"TocDocumentProcessor": {
"can_incremental": false,
"details": "Processor TocDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build"
},
"ConceptualDocumentProcessor": {
"ManagedReferenceDocumentProcessor": {
"can_incremental": true,
"incrementalPhase": "build"
},
Expand Down
9 changes: 9 additions & 0 deletions docs/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@ h1 {
color: white;
}

h3:before {
content: '';
display: block;
position: relative;
width: 0;
height: 300px;
margin-top: -300px;
}

/* content styling */

.container{
Expand Down

0 comments on commit 4096be9

Please sign in to comment.