From 9b2f06afdbd064bd83fef73184101c9c6266681b Mon Sep 17 00:00:00 2001 From: Craig Date: Mon, 17 Jun 2019 18:17:59 +0100 Subject: [PATCH] refactor links in sidebar and home. --- Home.md | 20 +++++++++++++++----- _sidebar.md | 16 +++++++++++++++- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index 2a3ece3..10fa24d 100644 --- a/Home.md +++ b/Home.md @@ -46,11 +46,21 @@ Before continuing, I recommend you are familiar with the following; ## Table of Contents -**TODO: Write-up when paged added.** - - [Introduction to Death Socket](Introduction-to-Death-Socket) -- As Source Code -- [As a CLI](CLI-Home) + +### As Source Code + +- Source Code Home + +### As a Command-Line Interface (C.L.I.) + +- [C.L.I. Home](CLI-Home) - [Using the Console Program](Using-the-Console-Program) -- As a NuGet + +### As a NuGet + +- NuGet Home + +### Extra Resources + - [Code Snippets for Common Tasks](https://gitlab.com/craig.oates/Death-Socket/snippets) diff --git a/_sidebar.md b/_sidebar.md index 4d5d291..f167e98 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -4,6 +4,20 @@ - [Home](Home) - [Introduction to Death Socket](Introduction-to-Death-Socket) -- [As a CLI](CLI-Home) + +### As Source Code + +- Source Code Home + +### As a Command-Line Interface (C.L.I.) + +- [C.L.I. Home](CLI-Home) - [Using the Console Program](Using-the-Console-Program) + +### As a NuGet + +- NuGet Home + +### Extra Resources + - [Code Snippets for Common Tasks](https://gitlab.com/craig.oates/Death-Socket/snippets)