Skip to content

Commit 098f096

Browse files
committed
Update docfx
1 parent 35189f0 commit 098f096

File tree

6 files changed

+32
-12
lines changed

6 files changed

+32
-12
lines changed

System.Linq.Dynamic.Core.sln

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src-blazor", "src-blazor",
8181
EndProject
8282
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorAppTest", "src-blazor\BlazorAppTest\BlazorAppTest.csproj", "{CD80A3AC-B0E1-45ED-BE07-DE6A0F1D4CD8}"
8383
EndProject
84+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docfx", "docfx", "{012536E6-FFF6-4BF8-AB9F-196017FBB257}"
85+
ProjectSection(SolutionItems) = preProject
86+
docfx\build-docs.ps1 = docfx\build-docs.ps1
87+
docfx\docfx.json = docfx\docfx.json
88+
docfx\howto.txt = docfx\howto.txt
89+
docfx\index.md = docfx\index.md
90+
docfx\toc.yml = docfx\toc.yml
91+
EndProjectSection
92+
EndProject
8493
Global
8594
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8695
Debug|Any CPU = Debug|Any CPU

docfx/howto.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
1. choco install docfx -y
2+
3+
2. Run powershell script: build-docs.ps1 -serve

docfx/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ var query = db.Customers
88
.Where("City == @0 and Orders.Count >= @1", "London", 10)
99
.OrderBy("CompanyName")
1010
.Select("new(CompanyName as Name, Phone)");
11-
```
11+
```
12+
13+
# API Documentation
14+
See [this link](api/System.Linq.Dynamic.Core.html).

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ <h1 id="overview">Overview</h1>
8080
.OrderBy(&quot;CompanyName&quot;)
8181
.Select(&quot;new(CompanyName as Name, Phone)&quot;);
8282
</code></pre>
83+
<h1 id="api-documentation">API Documentation</h1>
84+
<p>See <a href="api/System.Linq.Dynamic.Core.html">this link</a>.</p>
8385
</article>
8486
</div>
8587

@@ -88,7 +90,7 @@ <h1 id="overview">Overview</h1>
8890
<div class="contribution">
8991
<ul class="nav">
9092
<li>
91-
<a href="https://github.com/StefH/System.Linq.Dynamic.Core/blob/doxfx/docfx/index.md/#L1" class="contribution-link">Improve this Doc</a>
93+
<a href="https://github.com/StefH/System.Linq.Dynamic.Core/blob/master/docfx/index.md/#L1" class="contribution-link">Improve this Doc</a>
9294
</li>
9395
</ul>
9496
</div>

docs/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@
137137
"index.html": {
138138
"href": "index.html",
139139
"title": "System.Linq.Dynamic.Core",
140-
"keywords": "System.Linq.Dynamic.Core This is a .NET Core / Standard port of the Microsoft assembly for the .Net 4.0 Dynamic language functionality. Overview With this library it's possible to write Dynamic LINQ queries (string based) on an IQueryable : var query = db.Customers .Where(\"City == @0 and Orders.Count >= @1\", \"London\", 10) .OrderBy(\"CompanyName\") .Select(\"new(CompanyName as Name, Phone)\");"
140+
"keywords": "System.Linq.Dynamic.Core This is a .NET Core / Standard port of the Microsoft assembly for the .Net 4.0 Dynamic language functionality. Overview With this library it's possible to write Dynamic LINQ queries (string based) on an IQueryable : var query = db.Customers .Where(\"City == @0 and Orders.Count >= @1\", \"London\", 10) .OrderBy(\"CompanyName\") .Select(\"new(CompanyName as Name, Phone)\"); API Documentation See this link ."
141141
}
142142
}

docs/manifest.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@
1313
"is_incremental": false
1414
},
1515
{
16+
"log_codes": [
17+
"InvalidFileLink"
18+
],
1619
"type": "Conceptual",
1720
"source_relative_path": "index.md",
1821
"output": {
1922
".html": {
2023
"relative_path": "index.html",
21-
"hash": "chJWv7F6A/OVfPMM9I/HtA=="
24+
"hash": "S3NHAAk85Ok7eYFcHW+YSA=="
2225
}
2326
},
2427
"is_incremental": false,
@@ -382,24 +385,24 @@
382385
"skipped_file_count": 0
383386
},
384387
"processors": {
385-
"TocDocumentProcessor": {
386-
"can_incremental": false,
387-
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
388-
"incrementalPhase": "build",
389-
"total_file_count": 0,
390-
"skipped_file_count": 0
391-
},
392388
"ConceptualDocumentProcessor": {
393389
"can_incremental": true,
394390
"incrementalPhase": "build",
395391
"total_file_count": 1,
396-
"skipped_file_count": 1
392+
"skipped_file_count": 0
397393
},
398394
"ManagedReferenceDocumentProcessor": {
399395
"can_incremental": true,
400396
"incrementalPhase": "build",
401397
"total_file_count": 27,
402398
"skipped_file_count": 27
399+
},
400+
"TocDocumentProcessor": {
401+
"can_incremental": false,
402+
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
403+
"incrementalPhase": "build",
404+
"total_file_count": 0,
405+
"skipped_file_count": 0
403406
}
404407
}
405408
},

0 commit comments

Comments
 (0)