create CLI Home.

master
Craig Oates 5 years ago
parent
commit
e2fc489a42
  1. 11
      CLI-Home.md
  2. 12
      Home.md
  3. 2
      NuGet-API.md
  4. 6
      _sidebar.md

11
CLI-Home.md

@ -0,0 +1,11 @@
This part of the wiki focuses on using the console project: WetPancakeCLI. There is little in the way of altering the features on the code-base. Instead, the main focus is on showing you how to use the features in the main project (WetPancake) via the console. If you would to like work with the repositories source code, use the following links:
- ["As Source Code" section](Source-Code-Home) (if you want to add/change features to the "WetPancake" repository)
- ["As a NuGet" section](NuGet-Home) (if you want to use "WetPancake" in your project)
## Table of Contents
- [Add WetPancakeCLI to Your Machine](Add-WetPancakeCLI-to-Your-Machine)
- [Using the Console Program](Using-the-Console-Program)
- [Console A.P.I.](Console-API)
- [C.L.I. Aliases](CLI-Aliases)

12
Home.md

@ -30,6 +30,18 @@ Before continuing, I recommend you are familiar with the following:
- [Introduction to Wet Pancake](Introduction-to-Wet-Pancake)
- [Markov Chain Overview](Markov-Chain-Overview)
### As Source Code
- [As Source Code section](Source-Code-Home)
### As a Command-Line Interface (C.L.I.)
- [C.L.I. Home](CLI-Home)
- [Add WetPancakeCLI to Your Machine](Add-WetPancakeCLI-to-Your-Machine)
- [Using the Console Program](Using-the-Console-Program)
- [Console A.P.I.](Console-API)
- [C.L.I. Aliases](CLI-Aliases)
### As a NuGet
- [NuGet Home](NuGet-Home)

2
NuGet-API.md

@ -32,7 +32,7 @@ TODO: Add API list.
-
-
## `RequestTextFromFileAsyn`
## `RequestTextFromFileAsync`
-

6
_sidebar.md

@ -10,9 +10,13 @@
- [As Source Code section](Source-Code-Home)
### As a Command-Line Interface (C.L.I)
### As a Command-Line Interface (C.L.I.)
- [C.L.I. Home](CLI-Home)
- [Add WetPancakeCLI to Your Machine](Add-WetPancakeCLI-to-Your-Machine)
- [Using the Console Program](Using-the-Console-Program)
- [Console A.P.I.](Console-API)
- [C.L.I. Aliases](CLI-Aliases)
### As a NuGet

Loading…
Cancel
Save