Skip to content

Commit d5eb9b1

Browse files
committed
analytics + lf for git ease + new project
1 parent 4096be9 commit d5eb9b1

File tree

9 files changed

+398
-38
lines changed

9 files changed

+398
-38
lines changed
53.5 KB
Loading

docs/index.html

Lines changed: 46 additions & 8 deletions
Large diffs are not rendered by default.

docs/manifest.json

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"homepages": [],
3-
"source_base_path": "C:/Users/ACER-PC/Documents/GitHub/Expertise",
3+
"source_base_path": "D:/GITHUB/@Web/expertise",
44
"xrefmap": "xrefmap.yml",
55
"files": [
66
{
@@ -201,6 +201,17 @@
201201
"is_incremental": false,
202202
"version": ""
203203
},
204+
{
205+
"type": "Resource",
206+
"source_relative_path": "images/interactive-thewebandblog.jpg",
207+
"output": {
208+
"resource": {
209+
"relative_path": "images/interactive-thewebandblog.jpg"
210+
}
211+
},
212+
"is_incremental": false,
213+
"version": ""
214+
},
204215
{
205216
"type": "Resource",
206217
"source_relative_path": "images/interactive-tothehighestplace.jpg",
@@ -405,7 +416,7 @@
405416
"output": {
406417
".html": {
407418
"relative_path": "index.html",
408-
"hash": "JCIk35MdJMqDr6Z23qXGEw=="
419+
"hash": "I0U+pew0okmqPAiaarmekw=="
409420
}
410421
},
411422
"is_incremental": false,
@@ -415,26 +426,27 @@
415426
"incremental_info": [
416427
{
417428
"status": {
418-
"can_incremental": true,
429+
"can_incremental": false,
430+
"details": "Disable incremental build by force rebuild option.",
419431
"incrementalPhase": "build"
420432
},
421433
"processors": {
422-
"TocDocumentProcessor": {
434+
"RestApiDocumentProcessor": {
423435
"can_incremental": false,
424-
"details": "Processor TocDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
436+
"details": "Processor RestApiDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
425437
"incrementalPhase": "build"
426438
},
427-
"RestApiDocumentProcessor": {
439+
"TocDocumentProcessor": {
428440
"can_incremental": false,
429-
"details": "Processor RestApiDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
441+
"details": "Processor TocDocumentProcessor cannot suppport incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
430442
"incrementalPhase": "build"
431443
},
432444
"ConceptualDocumentProcessor": {
433-
"can_incremental": true,
445+
"can_incremental": false,
434446
"incrementalPhase": "build"
435447
},
436448
"ManagedReferenceDocumentProcessor": {
437-
"can_incremental": true,
449+
"can_incremental": false,
438450
"incrementalPhase": "build"
439451
},
440452
"ResourceDocumentProcessor": {
@@ -446,8 +458,8 @@
446458
},
447459
{
448460
"status": {
449-
"can_incremental": true,
450-
"details": "Can support incremental post processing.",
461+
"can_incremental": false,
462+
"details": "Cannot support incremental post processing, the reason is: it's disabled.",
451463
"incrementalPhase": "postProcessing"
452464
},
453465
"processors": {}

docs/styles/docfx.css

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ table p {
120120
table a {
121121
display: inline-block;
122122
}
123+
124+
/* Make hidden attribute compatible with old browser.*/
125+
[hidden] {
126+
display: none !important;
127+
}
128+
123129
h1,
124130
.h1,
125131
h2,
@@ -892,4 +898,52 @@ div.embeddedvideo iframe {
892898
.footer {
893899
display: none;
894900
}
895-
}
901+
}
902+
903+
/* For tabbed content */
904+
905+
.tabGroup {
906+
margin-top: 1rem; }
907+
.tabGroup ul[role="tablist"] {
908+
margin: 0;
909+
padding: 0;
910+
list-style: none; }
911+
.tabGroup ul[role="tablist"] > li {
912+
list-style: none;
913+
display: inline-block; }
914+
.tabGroup a[role="tab"] {
915+
color: #6e6e6e;
916+
box-sizing: border-box;
917+
display: inline-block;
918+
padding: 5px 7.5px;
919+
text-decoration: none;
920+
border-bottom: 2px solid #fff; }
921+
.tabGroup a[role="tab"]:hover, .tabGroup a[role="tab"]:focus, .tabGroup a[role="tab"][aria-selected="true"] {
922+
border-bottom: 2px solid #0050C5; }
923+
.tabGroup a[role="tab"][aria-selected="true"] {
924+
color: #222; }
925+
.tabGroup a[role="tab"]:hover, .tabGroup a[role="tab"]:focus {
926+
color: #0050C5; }
927+
.tabGroup a[role="tab"]:focus {
928+
outline: 1px solid #0050C5;
929+
outline-offset: -1px; }
930+
@media (min-width: 768px) {
931+
.tabGroup a[role="tab"] {
932+
padding: 5px 15px; } }
933+
.tabGroup section[role="tabpanel"] {
934+
border: 1px solid #e0e0e0;
935+
padding: 15px;
936+
margin: 0;
937+
overflow: hidden; }
938+
.tabGroup section[role="tabpanel"] > .codeHeader,
939+
.tabGroup section[role="tabpanel"] > pre {
940+
margin-left: -16px;
941+
margin-right: -16px; }
942+
.tabGroup section[role="tabpanel"] > :first-child {
943+
margin-top: 0; }
944+
.tabGroup section[role="tabpanel"] > pre:last-child {
945+
display: block;
946+
margin-bottom: -16px; }
947+
948+
.mainContainer[dir='rtl'] main ul[role="tablist"] {
949+
margin: 0; }

0 commit comments

Comments
 (0)