create Source Code Home page.

master
Craig Oates 5 years ago
parent
commit
767cc1bd8b
  1. 2
      CLI-Validation-Overview.md
  2. 8
      Home.md
  3. 31
      Source-Code-Home.md
  4. 8
      _sidebar.md

2
CLI-Validation-Overview.md

@ -41,5 +41,5 @@ let colourList =
"red", Brushes.Red;
"white", Brushes.White;
"yellow", Brushes.Yellow;]
|> Map.ofList
|> Map.ofList
```

8
Home.md

@ -33,8 +33,16 @@ Before continuing, I recommend you are familiar with the following;
### As Source Code
- [Source Code Home](Source-Code-Home)
#### SmoulderingBeachBall
- [SmoulderingBeachBall Home](SmoulderingBeachBall-Home)
- [SmoulderingBeachBall Project Breakdown](SmoulderingBeachBall-Project-Breakdown)
- [SmoulderingBeachBall's Main Files Overview](SmoulderingBeachBalls-Main-Files-Overview)
- [SmoulderingBeachBall's Flow](SmoulderingBeachBalls-Flow)
- [SmoulderingBeachBall's Internal Flow](SmoulderingBeachBalls-Internal-Flow)
#### SmoulderingBeachBallCLI
- [SmoulderingBeachBallCLI Home](SmoulderingBeachBallCLI-Home)

31
Source-Code-Home.md

@ -0,0 +1,31 @@
This section is for those wanting to work with the repository's source code. If you are more interested in using Smouldering Beach Ball's features via NuGet or the CLI, use the following links;
- ["As a Command Line Interface (C.L.I.)" section](CLI-Home) (if you want to use the console program which comes with this repository)
- [“As a NuGet” section](NuGet-Home) (if you want to add SmoulderingBeachBall to your project)
## Table of Contents
### SmoulderingBeachBall
- [SmoulderingBeachBall Home](SmoulderingBeachBall-Home)
- [SmoulderingBeachBall Project Breakdown](SmoulderingBeachBall-Project-Breakdown)
- [SmoulderingBeachBall's Main Files Overview](SmoulderingBeachBalls-Main-Files-Overview)
- [SmoulderingBeachBall's Flow](SmoulderingBeachBalls-Flow)
- [SmoulderingBeachBall's Internal Flow](SmoulderingBeachBalls-Internal-Flow)
### SmoulderingBeachBallCLI
- [SmoulderingBeachBallCLI Home](SmoulderingBeachBallCLI-Home)
- [C.L.I. Project Breakdown](CLI-Project-Breakdown)
- [The C.L.I's Flow](The-CLIs-Flow)
- [Creating the Input-loop](Creating-the-Input-Loop)
- [Command-Methods Overview](Command-Methods-Overview)
- [C.L.I. Validation Overview](CLI-Validation-Overview)
- [Changing the C.L.I. Icon](Changing-the-CLI-Icon)
### TestCentre
- [TestCentre Home](Test-Centre-Home)
- [TestCentre Breakdown](TestCentre-Breakdown)
- [Property and Unit Tests Overview](Property-and-Unit-Tests-Overview)
- [Console and Library Tests Overview](Console-and-Library-Tests-Overview)

8
_sidebar.md

@ -8,8 +8,16 @@
### As Source Code
- [Source Code Home](Source-Code-Home)
#### SmoulderingBeachBall
- [SmoulderingBeachBall Home](SmoulderingBeachBall-Home)
- [SmoulderingBeachBall Project Breakdown](SmoulderingBeachBall-Project-Breakdown)
- [SmoulderingBeachBall's Main Files Overview](SmoulderingBeachBalls-Main-Files-Overview)
- [SmoulderingBeachBall's Flow](SmoulderingBeachBalls-Flow)
- [SmoulderingBeachBall's Internal Flow](SmoulderingBeachBalls-Internal-Flow)
#### SmoulderingBeachBallCLI
- [SmoulderingBeachBallCLI Home](SmoulderingBeachBallCLI-Home)

Loading…
Cancel
Save