create NuGet Home.

master
Craig Oates 5 years ago
parent
commit
e87afb5652
  1. 11
      Home.md
  2. 10
      NuGet-Home.md
  3. 19
      _sidebar.md

11
Home.md

@ -28,3 +28,14 @@ Before continuing, I recommend you are familiar with the following:
## Table of Contents
- [Introduction to Wet Pancake](Introduction-to-Wet-Pancake)
### As a NuGet
- [NuGet Home](NuGet-Home)
- [Add NuGet to Your Project](Add-NuGet-to-Your-Projec)
- [Using the Console Program](Using-the-Console-Program)
- [NuGet A.P.I](NuGet-API)
### Extra Resources
- [Code Snippets for Common Tasks](https://gitlab.com/craig.oates/Wet-Pancake/snippets)

10
NuGet-Home.md

@ -0,0 +1,10 @@
This section is for those wanting to add WetPancake (W.P.) to their project, via NuGet. If you want to learn about using W.P’s features without writing any code, head over to the “As a Command-Line Interface” section. If you want to add new features (or change them), make your way to the “As Source Code” section. The links for both of them are as follows:
- ["As Source Code" section](Source-Code-Home) (if you want to add/change features to the code in the repository)
- ["As a Command Line Interface" section](CLI-Home) (if you want to use the console program which comes with this repository)
## Table of Contents
- [Add NuGet to Your Project](Add-NuGet-to-Your-Projec)
- [Using the Console Program](Using-the-Console-Program)
- [NuGet A.P.I](NuGet-API)

19
_sidebar.md

@ -4,3 +4,22 @@
- [Home](Home)
- [Introduction to Wet Pancake](Introduction-to-Wet-Pancake)
### As Source Code
- [As Source Code section](Source-Code-Home)
### As a Command-Line Interface (C.L.I)
- [C.L.I. Home](CLI-Home)
### As a NuGet
- [NuGet Home](NuGet-Home)
- [Add NuGet to Your Project](Add-NuGet-to-Your-Projec)
- [Using the Console Program](Using-the-Console-Program)
- [NuGet A.P.I](NuGet-API)
### Extra Resources
- [Code Snippets for Common Tasks](https://gitlab.com/craig.oates/Wet-Pancake/snippets)

Loading…
Cancel
Save