diff --git a/Home.md b/Home.md index 50e024a..3036299 100644 --- a/Home.md +++ b/Home.md @@ -1,7 +1,7 @@ -* Created by: Craig Oates -* Web: craigoates.net -* Email: [craig@craigoates.net](mailto:craig@craigoates.net) -* License: MIT +- Created by: Craig Oates +- Web: craigoates.net +- Email: [craig@craigoates.net](mailto:craig@craigoates.net) +- License: MIT Welcome to the wiki of Death Socket. The aim of this wiki is to teach you how to use Death Socket -- as a NuGet package and CLI. If you want @@ -13,16 +13,16 @@ below to navigate to the section you want. Before continuing, I recommend you are familiar with the following; -* [.Net 4.7+ and .Net Core 2.0+](https://dotnet.microsoft.com) -* [.Net Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) -* [Visual Studio 17 (15.3.9+)](https://visualstudio.microsoft.com) -* [F# 4.1+](https://fsharp.org) -* [NuGet](https://www.nuget.org) -* [xUnit](https://xunit.net/) -* [FsCheck](https://fscheck.github.io/FsCheck/) -* [Console.Waterworks](https://gitlab.com/craig.oates/Console.Waterworks) -* [SkiaSharp](https://github.com/mono/SkiaSharp) -* [System.Drawing](https://docs.microsoft.com/en-us/dotnet/api/system.drawing.graphics?view=netframework-4.8) +- [.Net 4.7+ and .Net Core 2.0+](https://dotnet.microsoft.com) +- [.Net Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) +- [Visual Studio 17 (15.3.9+)](https://visualstudio.microsoft.com) +- [F# 4.1+](https://fsharp.org) +- [NuGet](https://www.nuget.org) +- [xUnit](https://xunit.net/) +- [FsCheck](https://fscheck.github.io/FsCheck/) +- [Console.Waterworks](https://gitlab.com/craig.oates/Console.Waterworks) +- [SkiaSharp](https://github.com/mono/SkiaSharp) +- [System.Drawing](https://docs.microsoft.com/en-us/dotnet/api/system.drawing.graphics?view=netframework-4.8) ## Notes on Writing Style @@ -48,8 +48,8 @@ Before continuing, I recommend you are familiar with the following; **TODO: Write-up when paged added.** -* Introduction to Death Socket -* As Source Code -* As a CLI -* As a NuGet -* Code Snippets +- Introduction to Death Socket +- As Source Code +- As a CLI +- As a NuGet +- [Code Snippets for Common Tasks](https://gitlab.com/craig.oates/Death-Socket/snippets) diff --git a/_sidebar.md b/_sidebar.md new file mode 100644 index 0000000..7dd152b --- /dev/null +++ b/_sidebar.md @@ -0,0 +1,6 @@ +#![sidebar logo](attachments/sidebar-logo.png) + +## Table of Contents + +- [Home](Home) +- [Code Snippets for Common Tasks](https://gitlab.com/craig.oates/Death-Socket/snippets) diff --git a/attachments/sidebar-logo.png b/attachments/sidebar-logo.png new file mode 100644 index 0000000..2be5dfc Binary files /dev/null and b/attachments/sidebar-logo.png differ