diff --git a/CLI-Home.md b/CLI-Home.md new file mode 100644 index 0000000..7843570 --- /dev/null +++ b/CLI-Home.md @@ -0,0 +1,14 @@ +This part of the wiki focuses on using the console project: +DeathSocketCLI. 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 (DeathSocket) via the +console. If you would to like work with the source code in this repository, +use the following links; + +- [“As Source Code” section](Source-Code-Home) (if you want to +add/change features to the repositories) +- [“As a NuGet” section](NuGet-Home) (if you want to add + DeathSocket to your project) + +## Table of Contents + +TODO: WRITE WHEN THIS SECTION IS DONE diff --git a/Home.md b/Home.md index 316320c..c65d924 100644 --- a/Home.md +++ b/Home.md @@ -50,6 +50,6 @@ Before continuing, I recommend you are familiar with the following; - [Introduction to Death Socket](Introduction-to-Death-Socket) - As Source Code -- As a CLI +- [As a CLI](CLI-Home) - As a NuGet - [Code Snippets for Common Tasks](https://gitlab.com/craig.oates/Death-Socket/snippets) diff --git a/_sidebar.md b/_sidebar.md index 50920dd..ee2f85d 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -4,4 +4,5 @@ - [Home](Home) - [Introduction to Death Socket](Introduction-to-Death-Socket) +- [As a CLI](CLI-Home) - [Code Snippets for Common Tasks](https://gitlab.com/craig.oates/Death-Socket/snippets)