FsDocs Playground 0.5.3

Edit this page

Documentation

Docs High Level Design

This template is based heavily on What nobody tells you about documentation. In docsSrc folder you'll see a similar structure to what is described below:

The folders in docsSrc are:

The navbar is generated by the category specified in each front-matter of every content file in docsSrc, excluding content and files folders.

The odd one not generated from the convention of your folders in docsSrc is Api References. This is generated by the XML Doc Comments in your libraries under the src folder.


Below is an example homepage. You should start by simply explaining your project in plainest and simplest terms possible.

What is My MyLib.1?

MyLib.1 fixes this one particular set of problems.

Why should I use MyLib.1?

These problems include:

Example Solving Problem 1:

Example Solving Problem 2:

How do I get started

dotnet add nuget MyLib.1

Or follow Tutorial 1

Who are the maintainers of the project