diff --git a/docs/apidocs.fsx b/docs/apidocs.fsx index c2ea469d..c974205a 100644 --- a/docs/apidocs.fsx +++ b/docs/apidocs.fsx @@ -3,7 +3,7 @@ title: Generating API Docs category: Documentation categoryindex: 1 -index: 6 +index: 7 --- *) (*** condition: prepare ***) diff --git a/docs/commandline.md b/docs/commandline.md index 127a06dc..78e83642 100644 --- a/docs/commandline.md +++ b/docs/commandline.md @@ -1,7 +1,7 @@ --- category: Documentation categoryindex: 1 -index: 1 +index: 2 --- # Command line diff --git a/docs/content.fsx b/docs/content.fsx index 7ec8acd6..8b6b4ce5 100644 --- a/docs/content.fsx +++ b/docs/content.fsx @@ -2,7 +2,7 @@ --- category: Documentation categoryindex: 1 -index: 5 +index: 6 --- *) (*** condition: prepare ***) diff --git a/docs/evaluation.fsx b/docs/evaluation.fsx index 1fe4fbb5..a1237bb3 100644 --- a/docs/evaluation.fsx +++ b/docs/evaluation.fsx @@ -2,7 +2,7 @@ --- category: Documentation categoryindex: 1 -index: 7 +index: 8 --- *) (*** condition: prepare ***) diff --git a/docs/literate-notebook.ipynb b/docs/literate-notebook.ipynb index 683e457b..456be183 100644 --- a/docs/literate-notebook.ipynb +++ b/docs/literate-notebook.ipynb @@ -13,7 +13,7 @@ "\n", "categoryindex: 1\n", "\n", - "index: 4\n", + "index: 5\n", "\n", "---\n", "\n", @@ -40,54 +40,10 @@ "kernelName": "fsharp" }, "vscode": { - "languageId": "fsharp" + "languageId": "polyglot-notebook" } }, - "outputs": [ - { - "data": { - "text/html": [ - "
{ Name = "Alf"\\n Phone = "(555) 555-5555"\\n ZipCode = "90210" }
Name
"Alf"\r\n",
-       "
Phone
"(555) 555-5555"\r\n",
-       "
ZipCode
"90210"\r\n",
-       "
" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], + "outputs": [], "source": [ "type ContactCard =\n", " { Name: string\n", diff --git a/docs/literate.fsx b/docs/literate.fsx index ecbd7475..ff42a040 100644 --- a/docs/literate.fsx +++ b/docs/literate.fsx @@ -2,7 +2,7 @@ --- category: Documentation categoryindex: 1 -index: 3 +index: 4 --- *) (*** condition: prepare ***) diff --git a/docs/styling.md b/docs/styling.md index d76e1f0d..845214dc 100644 --- a/docs/styling.md +++ b/docs/styling.md @@ -1,7 +1,7 @@ --- category: Documentation categoryindex: 1 -index: 8 +index: 9 --- # Customization and Styling diff --git a/docs/users.md b/docs/users.md index 0185298e..cdf8c569 100644 --- a/docs/users.md +++ b/docs/users.md @@ -1,7 +1,7 @@ --- category: Documentation categoryindex: 1 -index: 9 +index: 10 --- # Users of FSharp.Formatting diff --git a/docs/zero-to-hero.md b/docs/zero-to-hero.md index aa58e942..a9b2128b 100644 --- a/docs/zero-to-hero.md +++ b/docs/zero-to-hero.md @@ -1,9 +1,11 @@ --- +title: Getting Started category: Documentation categoryindex: 1 -index: 10 +index: 1 --- -# From zero to hero: deploying to GitHub Pages +# Getting Started +## From zero to hero: deploying to GitHub Pages This guide is meant for a typical setup of open-source projects on GitHub. We start from a repository without any documentation and aim to end up with a published website on [GitHub Pages](https://pages.github.com/).