Skip to content

Commit 6084cc0

Browse files
committed
added docfx project to ModelCenter doc for PDF generation
1 parent 96e83c3 commit 6084cc0

File tree

1,481 files changed

+806
-392
lines changed

Some content is hidden

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

1,481 files changed

+806
-392
lines changed
Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,45 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
23
"build": {
4+
"content": [
5+
{
6+
"files": [
7+
"**/*.{md,yml}"
8+
],
9+
"exclude": [
10+
"_site/**"
11+
]
12+
}
13+
],
14+
"resource": [
15+
{
16+
"files": [
17+
"images/**",
18+
"coverpage.html",
19+
"header.html",
20+
"footer.html"//,
21+
//"templates/**"
22+
]
23+
}
24+
],
25+
"output": "_site",
26+
"template": [
27+
"default",
28+
"modern"//,
29+
//"templates/custom"
30+
],
331
"globalMetadata": {
4-
"title": "ModelCenter APIs 2025 R2",
5-
"summary": "",
6-
"version": "2025 R2",
7-
"product": "ModelCenter",
8-
"programming language": "",
9-
"product collection": "Connect",
10-
"physics": "Connect"
32+
"_appName": "markdown-to-pdf",
33+
"_appTitle": "ModelCenter API Documentation",
34+
"_appVersion": "1.0.0",
35+
"_enableSearch": true,
36+
"pdf": true,
37+
"pdfTocPage": true,
38+
"pdfCoverPage": "coverpage.html",
39+
"pdfFileName": "markdown-to-pdf-documentation.pdf",
40+
"_pdfCover": "coverpage.html",
41+
"pdfHeaderTemplate": "header.html",
42+
"pdfFooterTemplate": "footer.html"
1143
}
1244
}
13-
}
45+
}
Lines changed: 2 additions & 2 deletions
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"build": {
3+
"globalMetadata": {
4+
"title": "ModelCenter APIs 2025 R2",
5+
"summary": "",
6+
"version": "2025 R2",
7+
"product": "ModelCenter",
8+
"programming language": "",
9+
"product collection": "Connect",
10+
"physics": "Connect"
11+
}
12+
}
13+
}
Lines changed: 14 additions & 0 deletions

0 commit comments

Comments
 (0)