Skip to content

Commit

Permalink
analytics + lf for git ease + new project
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Nov 5, 2017
1 parent 4096be9 commit d5eb9b1
Show file tree
Hide file tree
Showing 9 changed files with 398 additions and 38 deletions.
Binary file added docs/images/interactive-thewebandblog.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 46 additions & 8 deletions docs/index.html

Large diffs are not rendered by default.

34 changes: 23 additions & 11 deletions docs/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"homepages": [],
"source_base_path": "C:/Users/ACER-PC/Documents/GitHub/Expertise",
"source_base_path": "D:/GITHUB/@Web/expertise",
"xrefmap": "xrefmap.yml",
"files": [
{
Expand Down Expand Up @@ -201,6 +201,17 @@
"is_incremental": false,
"version": ""
},
{
"type": "Resource",
"source_relative_path": "images/interactive-thewebandblog.jpg",
"output": {
"resource": {
"relative_path": "images/interactive-thewebandblog.jpg"
}
},
"is_incremental": false,
"version": ""
},
{
"type": "Resource",
"source_relative_path": "images/interactive-tothehighestplace.jpg",
Expand Down Expand Up @@ -405,7 +416,7 @@
"output": {
".html": {
"relative_path": "index.html",
"hash": "JCIk35MdJMqDr6Z23qXGEw=="
"hash": "I0U+pew0okmqPAiaarmekw=="
}
},
"is_incremental": false,
Expand All @@ -415,26 +426,27 @@
"incremental_info": [
{
"status": {
"can_incremental": true,
"can_incremental": false,
"details": "Disable incremental build by force rebuild option.",
"incrementalPhase": "build"
},
"processors": {
"TocDocumentProcessor": {
"RestApiDocumentProcessor": {
"can_incremental": false,
"details": "Processor TocDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"details": "Processor RestApiDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build"
},
"RestApiDocumentProcessor": {
"TocDocumentProcessor": {
"can_incremental": false,
"details": "Processor RestApiDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"details": "Processor TocDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build"
},
"ConceptualDocumentProcessor": {
"can_incremental": true,
"can_incremental": false,
"incrementalPhase": "build"
},
"ManagedReferenceDocumentProcessor": {
"can_incremental": true,
"can_incremental": false,
"incrementalPhase": "build"
},
"ResourceDocumentProcessor": {
Expand All @@ -446,8 +458,8 @@
},
{
"status": {
"can_incremental": true,
"details": "Can support incremental post processing.",
"can_incremental": false,
"details": "Cannot support incremental post processing, the reason is: it's disabled.",
"incrementalPhase": "postProcessing"
},
"processors": {}
Expand Down
56 changes: 55 additions & 1 deletion docs/styles/docfx.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ table p {
table a {
display: inline-block;
}

/* Make hidden attribute compatible with old browser.*/
[hidden] {
display: none !important;
}

h1,
.h1,
h2,
Expand Down Expand Up @@ -892,4 +898,52 @@ div.embeddedvideo iframe {
.footer {
display: none;
}
}
}

/* For tabbed content */

.tabGroup {
margin-top: 1rem; }
.tabGroup ul[role="tablist"] {
margin: 0;
padding: 0;
list-style: none; }
.tabGroup ul[role="tablist"] > li {
list-style: none;
display: inline-block; }
.tabGroup a[role="tab"] {
color: #6e6e6e;
box-sizing: border-box;
display: inline-block;
padding: 5px 7.5px;
text-decoration: none;
border-bottom: 2px solid #fff; }
.tabGroup a[role="tab"]:hover, .tabGroup a[role="tab"]:focus, .tabGroup a[role="tab"][aria-selected="true"] {
border-bottom: 2px solid #0050C5; }
.tabGroup a[role="tab"][aria-selected="true"] {
color: #222; }
.tabGroup a[role="tab"]:hover, .tabGroup a[role="tab"]:focus {
color: #0050C5; }
.tabGroup a[role="tab"]:focus {
outline: 1px solid #0050C5;
outline-offset: -1px; }
@media (min-width: 768px) {
.tabGroup a[role="tab"] {
padding: 5px 15px; } }
.tabGroup section[role="tabpanel"] {
border: 1px solid #e0e0e0;
padding: 15px;
margin: 0;
overflow: hidden; }
.tabGroup section[role="tabpanel"] > .codeHeader,
.tabGroup section[role="tabpanel"] > pre {
margin-left: -16px;
margin-right: -16px; }
.tabGroup section[role="tabpanel"] > :first-child {
margin-top: 0; }
.tabGroup section[role="tabpanel"] > pre:last-child {
display: block;
margin-bottom: -16px; }

.mainContainer[dir='rtl'] main ul[role="tablist"] {
margin: 0; }
Loading

0 comments on commit d5eb9b1

Please sign in to comment.