diff --git a/Home.md b/Home.md index 0e5dbf4..4ffc755 100644 --- a/Home.md +++ b/Home.md @@ -62,7 +62,7 @@ Before continuing, I recommend you are familiar with the following; ### As a NuGet -- NuGet Home +- [NuGet Home](NuGet-Home) - [Add NuGet to Your Project](Add-NuGet-to-Your-Project) ### Extra Resources diff --git a/NuGet-Home.md b/NuGet-Home.md new file mode 100644 index 0000000..f143122 --- /dev/null +++ b/NuGet-Home.md @@ -0,0 +1,8 @@ +This section is for those wanting to use Death Socket's features in their project. If you are more interested in using the features without writing any code, head over to the "As a CLI" section. If you want to add new features or improve existing ones to Death Socket, head over to the "As Source Code" section. The links to these sections are as follows; + +- ["As Source Code" section](Source-Code-Home) (if you want to add/change features to the code in the repository) +- ["As CLI" section](CLI-Home) (if you want to use the console program which comes with this repository) + +## Table of Contents + +TODO: Add when section is complete. diff --git a/_sidebar.md b/_sidebar.md index 573e34e..c82eaf5 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -19,7 +19,7 @@ ### As a NuGet -- NuGet Home +- [NuGet Home](NuGet-Home) - [Add NuGet to Your Project](Add-NuGet-to-Your-Project) ### Extra Resources