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:
content
- custom css, javascript, and similar go here.Explanations
- A content section as defined above.img
- extra files like screenshots, images, videos.How-To-Guides
- A content section as defined above.Tutorials
- A content section as defined above.index.md
- The entry page to your documentationThe navbar is generated by the category
specified in each front-matter of every content file in docsSrc, excluding content
and files
folders.
Api References
Explanations
How Tos
Tutorials
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.
MyLib.1 fixes this one particular set of problems.
These problems include:
Example Solving Problem 1:
Example Solving Problem 2:
dotnet add nuget MyLib.1
Or follow Tutorial 1