Skip to content

Commit 27acde4

Browse files
committed
use fsdocs 20.0.1
1 parent 98a4d18 commit 27acde4

File tree

5 files changed

+32
-193
lines changed

5 files changed

+32
-193
lines changed

.config/dotnet-tools.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
"version": "5.2.2",
77
"commands": [
88
"fantomas"
9-
]
9+
],
10+
"rollForward": false
1011
},
1112
"fsdocs-tool": {
12-
"version": "19.1.1",
13+
"version": "20.0.1",
1314
"commands": [
1415
"fsdocs"
15-
]
16+
],
17+
"rollForward": false
1618
}
1719
}
1820
}

Plotly.NET.sln

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{7B09CC0A-F
4242
docs\Dockerfile = docs\Dockerfile
4343
docs\index.fsx = docs\index.fsx
4444
docs\NuGet.config = docs\NuGet.config
45-
docs\_template.html = docs\_template.html
45+
docs\_head.html = docs\_head.html
4646
docs\_template.ipynb = docs\_template.ipynb
4747
EndProjectSection
4848
EndProject
4949
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "reference", "reference", "{5219BAC7-ACE6-435F-A983-BC63DD7B745E}"
50-
ProjectSection(SolutionItems) = preProject
51-
docs\reference\_template.html = docs\reference\_template.html
52-
EndProjectSection
5350
EndProject
5451
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{60FB82C0-F472-494E-BCF7-7B3C54212406}"
5552
ProjectSection(SolutionItems) = preProject
@@ -153,6 +150,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01_chart-layout", "01_chart
153150
docs\chart-layout\axis-styling.fsx = docs\chart-layout\axis-styling.fsx
154151
docs\chart-layout\errorbars.fsx = docs\chart-layout\errorbars.fsx
155152
docs\chart-layout\layout_images.fsx = docs\chart-layout\layout_images.fsx
153+
docs\chart-layout\legends.fsx = docs\chart-layout\legends.fsx
156154
docs\chart-layout\multiple-charts.fsx = docs\chart-layout\multiple-charts.fsx
157155
docs\chart-layout\shapes.fsx = docs\chart-layout\shapes.fsx
158156
docs\chart-layout\sliders.fsx = docs\chart-layout\sliders.fsx

docs/_head.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<meta charset="utf-8">
2+
<title>{{fsdocs-page-title}}</title>
3+
<meta name="author" content="{{fsdocs-authors}}">
4+
<meta name="description" content="Plotly.NET documentation for: {{fsdocs-page-title}}. Plotly.NET is an Interactive charting library for .NET programming languages.">
5+
6+
<!-- Opengraph properties (https://ogp.me/) -->
7+
<meta property="og:title" content="Plotly.NET documentation for: {{fsdocs-page-title}}" />
8+
<meta property="og:url" content="{{root}}{{fsdocs-source-basename}}.html">
9+
<meta property="og:type" content="website" />
10+
<meta property="og:site_name" content="Plotly.NET" />
11+
<meta property="og:description" content="Plotly.NET documentation for: {{fsdocs-page-title}}. Plotly.NET is an Interactive charting library for .NET programming languages.">
12+
<meta property="og:image" content="{{root}}img/logo_meta_tags.png">
13+
14+
<!-- Twitter cards -->
15+
<meta name="twitter:card" content="summary_large_image">
16+
<meta property="twitter:domain" content="{{root}}{{fsdocs-source-basename}}.html">
17+
<meta property="twitter:url" content="https://plotly.net">
18+
<meta name="twitter:title" content="Plotly.NET documentation for: {{fsdocs-page-title}}">
19+
<meta name="twitter:description" content="Plotly.NET documentation for: {{fsdocs-page-title}}. Plotly.NET is an Interactive charting library for .NET programming languages.">
20+
<meta name="twitter:image" content="{{root}}img/logo_meta_tags.png">
21+
22+
<link rel="shortcut icon" type="image/x-icon" href="{{root}}/img/favicon.ico">
23+
<script src="https://cdn.plot.ly/plotly-2.27.1.min.js"></script>
24+
<script>MathJax = { tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] } };</script>
25+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-svg.js"></script>

docs/_template.html

Lines changed: 0 additions & 103 deletions
This file was deleted.

docs/reference/_template.html

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)