create D.S. Project Breakdown page.

master
Craig Oates 5 years ago
parent
commit
9238191a56
  1. 1
      DeathSocket-Home.md
  2. 7
      DeathSocket-Project-Breakdown.md
  3. 1
      Home.md
  4. 1
      Source-Code-Home.md
  5. 1
      _sidebar.md

1
DeathSocket-Home.md

@ -5,5 +5,6 @@ This section focuses on the source code within the project called "DeathSocket".
## Table of Contents
- [DeathSocket Project Breakdown](DeathSocket-Project-Breakdown)
- [DeathSocket's Flow](DeathSockets-Flow)
- [DeathSocket's Internal Flow](DeathSockets-Internal-Flow)

7
DeathSocket-Project-Breakdown.md

@ -0,0 +1,7 @@
This section focuses on the source code within the "DeathSocket" project. It is the main project within the solution/repository.
PROJECT FILE LAYOUT IMAGE.
This project is a .Net Standard 2.0 library, written in F#. Within the project you will see eight files, including "DeathSocket.fsproj". This "fsproj" file is a typical file found in most (if not all) F# projects created with Visual Studio. For the most part, you should rarely need to touch this. The other seven files build out the project and are where you will do most of your work. With that in mind, I should point out "Scratchpad.fsx" operates in a different manner to the other six. That is because it is a script file and not part of the binary/DLL when you compile it. So, you can avoid using working with this file too if you want.
FILE STRUCTURE IMAGE.

1
Home.md

@ -56,6 +56,7 @@ Before continuing, I recommend you are familiar with the following;
#### DeathSocket
- [DeathSocket Home](DeathSocket-Home)
- [DeathSocket Project Breakdown](DeathSocket-Project-Breakdown)
- [DeathSocket's Flow](DeathSockets-Flow)
- [DeathSocket's Internal Flow](DeathSockets-Internal-Flow)

1
Source-Code-Home.md

@ -11,6 +11,7 @@ This section is for those wanting to work with the repository's source code. If
#### DeathSocket
- [DeathSocket Home](DeathSocket-Home)
- [DeathSocket Project Breakdown](DeathSocket-Project-Breakdown)
- [DeathSocket's Flow](DeathSockets-Flow)
- [DeathSocket's Internal Flow](DeathSockets-Internal-Flow)

1
_sidebar.md

@ -13,6 +13,7 @@
#### DeathSocket
- [DeathSocket Home](DeathSocket-Home)
- [DeathSocket Project Breakdown](DeathSocket-Project-Breakdown)
- [DeathSocket's Flow](DeathSockets-Flow)
- [DeathSocket's Internal Flow](DeathSockets-Internal-Flow)

Loading…
Cancel
Save