create SBBCLI Home and Change the Icon page.

master
Craig Oates 5 years ago
parent
commit
4449fdac50
  1. 9
      Changing-the-CLI-Icon.md
  2. 7
      Home.md
  3. 13
      SmoulderingBeachBallCLI-Home.md
  4. 7
      _sidebar.md

9
Changing-the-CLI-Icon.md

@ -0,0 +1,9 @@
To be frank, I am not going to go into detail about this. The reasons why are as follows;
1. The console's icon is already established.
2. F# console programs are a pain when it comes to adding/changing them.
If you want to know more about adding an icon to an F# console program, I recommend you start by looking at the following links;
- [Link to adding F# console programs search results](https://lite.qwant.com/?q=cannot+change+icon+in+f%23+console&t=web)
- [Stack Overflow answer I found](https://stackoverflow.com/questions/26841947/changing-f-application-icon)

7
Home.md

@ -37,6 +37,13 @@ Before continuing, I recommend you are familiar with the following;
#### SmoulderingBeachBallCLI
- [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](TestCentre-Home)

13
SmoulderingBeachBallCLI-Home.md

@ -0,0 +1,13 @@
This section focuses on the source code within the project called "SmoulderingBeachBallCLI". This is the console project which provides users with a way to uses the features in "SmoulderingBeachBall" without the need to write code. If you would like to know more about the other projects, please use the following links;
- [SmoulderingBeachBall](https://gitlab.com/craig.oates/Smouldering-Beach-Ball/wikis/SmoulderingBeachBall-Home) (.Net Standard 2.0 library)
- [TestCentre](https://gitlab.com/craig.oates/Smouldering-Beach-Ball/wikis/Test-Centre-Home) (testing library)
## Table of Contents
- [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)

7
_sidebar.md

@ -12,6 +12,13 @@
#### SmoulderingBeachBallCLI
- [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](TestCentre-Home)

Loading…
Cancel
Save