Skip to content

Commit aa73e5b

Browse files
committed
reworked docfx docs generation
1 parent 0176a41 commit aa73e5b

228 files changed

Lines changed: 4707 additions & 163 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api-reference/docfx.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
3+
"build": {
4+
"xref": [
5+
"https://learn.microsoft.com/en-us/dotnet/.xrefmap.json"
6+
],
7+
"content": [
8+
{
9+
"files": [
10+
"index.md",
11+
"toc.yml",
12+
"guide/*.{md,yml}"
13+
],
14+
"exclude": [
15+
"_docs/**"
16+
]
17+
},
18+
{
19+
"dest": "",
20+
"files": [ "*.yml" ],
21+
"group": "v1.0",
22+
"src": "v1.0",
23+
"rootTocPath": "~/toc.html"
24+
},
25+
{
26+
"dest": "",
27+
"files": [ "*.yml" ],
28+
"group": "v1.1",
29+
"src": "v1.1",
30+
"rootTocPath": "~/toc.html"
31+
}
32+
],
33+
"resource": [
34+
{
35+
"files": [
36+
"media/**"
37+
]
38+
}
39+
],
40+
"groups": {
41+
"v1.0": { "dest": "v1.0" },
42+
"v1.1": { "dest": "v1.1" }
43+
},
44+
"output": "_docs",
45+
"template": [
46+
"default",
47+
"modern",
48+
"templates/polyline"
49+
],
50+
"maxParallelism": 1,
51+
"globalMetadata": {
52+
"_appName": "PolylineAlgorithm for .NET",
53+
"_appTitle": "PolylineAlgorithm for .NET",
54+
"_enableSearch": true,
55+
"pdf": false
56+
}
57+
}
58+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

api-reference/reference.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
3+
"metadata": [
4+
{
5+
"src": [
6+
{
7+
"src": "../src",
8+
"files": [
9+
"**/*.csproj"
10+
]
11+
}
12+
],
13+
"dest": "v1.1"
14+
}
15+
]
16+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
exports.transform = function (model) {
5+
return model;
6+
}

0 commit comments

Comments
 (0)