create TestCentre Home page.

master
Craig Oates 5 years ago
parent
commit
ccea03040f
  1. 5
      Home.md
  2. 12
      TestCentre-Home.md
  3. 5
      _sidebar.md

5
Home.md

@ -39,6 +39,11 @@ Before continuing, I recommend you are familiar with the following;
#### TestCentre
- [TestCentre Home](TestCentre-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)
### As a Command-Line Interface (C.L.I)
- [C.L.I. Home](CLI-Home)

12
TestCentre-Home.md

@ -0,0 +1,12 @@
This section focuses on the source code within the "TestCentre" project. As the name implies, this project houses the unit and property tests for the the other two projects. If you would like to know more about the other projects, please the following links;
- [SmolderingBeachBall project (.Net Standard 2.0 library)](SmoulderingBeachBall-Home)
- [SmoulderingBeachBallCLI project](SmoulderingBeachBallCLI-Home)
- ["As a NuGet" section](NuGet-Home)
- ["As a Command-Line Interface (C.L.I.)" section](CLI-Home)
## Table of Contents
- [TestCentre Breakdown](TestCentre-Breakdown)
- [Property and Unit Tests Overview](Property-and-Unit-Tests-Overview)
- [Console and Library Tests Overview](Console-and-Library-Tests-Overview)

5
_sidebar.md

@ -14,6 +14,11 @@
#### TestCentre
- [TestCentre Home](TestCentre-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)
### As a Command-Line Interface (C.L.I)
- [C.L.I. Home](CLI-Home)

Loading…
Cancel
Save