Skip to content

Commit d6e5e29

Browse files
authored
Merge pull request #911 from fsprojects/gtst
Promote zero-to-hero to the first documentation page.
2 parents adef74c + 2a5c614 commit d6e5e29

File tree

9 files changed

+15
-16
lines changed

9 files changed

+15
-16
lines changed

docs/apidocs.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: Generating API Docs
44
category: Documentation
55
categoryindex: 1
6-
index: 6
6+
index: 7
77
---
88
*)
99
(*** condition: prepare ***)

docs/commandline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
category: Documentation
33
categoryindex: 1
4-
index: 1
4+
index: 2
55
---
66
# Command line
77

docs/content.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
category: Documentation
44
categoryindex: 1
5-
index: 5
5+
index: 6
66
---
77
*)
88
(*** condition: prepare ***)

docs/evaluation.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
category: Documentation
44
categoryindex: 1
5-
index: 7
5+
index: 8
66
---
77
*)
88
(*** condition: prepare ***)

docs/literate-notebook.ipynb

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"\n",
1414
"categoryindex: 1\n",
1515
"\n",
16-
"index: 4\n",
16+
"index: 5\n",
1717
"\n",
1818
"---\n",
1919
"\n",
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"cell_type": "code",
31-
"execution_count": null,
31+
"execution_count": 1,
3232
"id": "fdf16de9",
3333
"metadata": {
3434
"dotnet_interactive": {
@@ -40,17 +40,14 @@
4040
"kernelName": "fsharp"
4141
},
4242
"vscode": {
43-
"languageId": "fsharp"
43+
"languageId": "polyglot-notebook"
4444
}
4545
},
4646
"outputs": [
4747
{
4848
"data": {
4949
"text/html": [
50-
"<details open=\"open\" class=\"dni-treeview\"><summary><span class=\"dni-code-hint\"><code>{ Name = &quot;Alf&quot;\\n Phone = &quot;(555) 555-5555&quot;\\n ZipCode = &quot;90210&quot; }</code></span></summary><div><table><thead><tr></tr></thead><tbody><tr><td>Name</td><td><div class=\"dni-plaintext\"><pre>&quot;Alf&quot;\r\n",
51-
"</pre></div></td></tr><tr><td>Phone</td><td><div class=\"dni-plaintext\"><pre>&quot;(555) 555-5555&quot;\r\n",
52-
"</pre></div></td></tr><tr><td>ZipCode</td><td><div class=\"dni-plaintext\"><pre>&quot;90210&quot;\r\n",
53-
"</pre></div></td></tr></tbody></table></div></details><style>\r\n",
50+
"<details open=\"open\" class=\"dni-treeview\"><summary><span class=\"dni-code-hint\"><code>{ Name = &quot;Alf&quot;\\n Phone = &quot;(555) 555-5555&quot;\\n ZipCode = &quot;90210&quot; }</code></span></summary><div><table><thead><tr></tr></thead><tbody><tr><td>Name</td><td><div class=\"dni-plaintext\"><pre>Alf</pre></div></td></tr><tr><td>Phone</td><td><div class=\"dni-plaintext\"><pre>(555) 555-5555</pre></div></td></tr><tr><td>ZipCode</td><td><div class=\"dni-plaintext\"><pre>90210</pre></div></td></tr></tbody></table></div></details><style>\r\n",
5451
".dni-code-hint {\r\n",
5552
" font-style: italic;\r\n",
5653
" overflow: hidden;\r\n",

docs/literate.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
category: Documentation
44
categoryindex: 1
5-
index: 3
5+
index: 4
66
---
77
*)
88
(*** condition: prepare ***)

docs/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
category: Documentation
33
categoryindex: 1
4-
index: 8
4+
index: 9
55
---
66

77
# Customization and Styling

docs/users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
category: Documentation
33
categoryindex: 1
4-
index: 9
4+
index: 10
55
---
66
# Users of FSharp.Formatting
77

docs/zero-to-hero.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
2+
title: Getting Started
23
category: Documentation
34
categoryindex: 1
4-
index: 10
5+
index: 1
56
---
6-
# From zero to hero: deploying to GitHub Pages
7+
# Getting Started
8+
## From zero to hero: deploying to GitHub Pages
79

810
This guide is meant for a typical setup of open-source projects on GitHub.
911
We start from a repository without any documentation and aim to end up with a published website on [GitHub Pages](https://pages.github.com/).

0 commit comments

Comments
 (0)