Skip to content

Commit

Permalink
♿ update blue in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Mar 1, 2024
1 parent 30eddbd commit 7cfbba0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To start beastiary use the `beastiary` command. This will start the beastiary se
```console
$ beastiary

🐙🐁 <span style="color: blue;">STARTING BEASTIARY</span> 🐁🐙
🐙🐁 <span style="color: #3498db;">STARTING BEASTIARY</span> 🐁🐙

Go to: <span style="color: green;">http://127.0.0.1:5000/login?token=8e02d06b-d30e-4a89-8476-fb22712a31b3</span>
If prompted enter token: 8e02d06b-d30e-4a89-8476-fb22712a31b3
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ To start beastiary use the `beastiary` command. This will start the beastiary se
```console
$ beastiary

🐙🐁 <span style="color: blue;">STARTING BEASTIARY</span> 🐁🐙
🐙🐁 <span style="color: #3498db;">STARTING BEASTIARY</span> 🐁🐙

Go to: <span style="color: green;">http://127.0.0.1:5000/login?token=8e02d06b-d30e-4a89-8476-fb22712a31b3</span>
If prompted enter token: 8e02d06b-d30e-4a89-8476-fb22712a31b3
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/log-file-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Beastiary can read other delimited text file e.g. csv. To change the default del
```console
$ beastiary --delimiter , data/beast.csv

🐙🐁 <span style="color: blue;">STARTING BEASTIARY</span> 🐁🐙
🐙🐁 <span style="color: #3498db;">STARTING BEASTIARY</span> 🐁🐙

Adding log files:
✅ - data/beast.csv
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorial/logs-from-the-command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A path to a log file can be passed to `beastiary` via the command line. The ✅
```console
$ beastiary data/hcv_coal.log

🐙🐁 <span style="color: blue;">STARTING BEASTIARY</span> 🐁🐙
🐙🐁 <span style="color: #3498db;">STARTING BEASTIARY</span> 🐁🐙

Adding log files:
✅ - data/hcv_coal.log
Expand All @@ -28,7 +28,7 @@ Multiple paths can be passed to `beastiary` via the command line. The ✅ indica
```console
$ beastiary data/hcv_coal.log data/prior.ebola.log

🐙🐁 <span style="color: blue;">STARTING BEASTIARY</span> 🐁🐙
🐙🐁 <span style="color: #3498db;">STARTING BEASTIARY</span> 🐁🐙

Adding log files:
✅ - data/hcv_coal.log
Expand All @@ -49,7 +49,7 @@ Bash style pattern matching can be used as short hand to specify multiple files.
```console
$ beastiary data/*.log

🐙🐁 <span style="color: blue;">STARTING BEASTIARY</span> 🐁🐙
🐙🐁 <span style="color: #3498db;">STARTING BEASTIARY</span> 🐁🐙

Adding log files:
✅ - data/hcv_coal.log
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/remote-beastiary.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The easiest way to access beastiary on a remote server is to use the `--share` f
```console
$ beastiary --share

🐙🐁 <span style="color: blue;">STARTING BEASTIARY</span> 🐁🐙
🐙🐁 <span style="color: #3498db;">STARTING BEASTIARY</span> 🐁🐙

Go to: <span style="color: green;">http://127.0.0.1:5000/login?token=8e02d06b-d30e-4a89-8476-fb22712a31b3</span>

Expand Down Expand Up @@ -77,7 +77,7 @@ Now that you are logged into the HPC start beastiary using the `beastiary` comma
```console
$ beastiary

🐙🐁 <span style="color: blue;">STARTING BEASTIARY</span> 🐁🐙
🐙🐁 <span style="color: #3498db;">STARTING BEASTIARY</span> 🐁🐙

Go to: <span style="color: green;">http://127.0.0.1:5000/login?token=8e02d06b-d30e-4a89-8476-fb22712a31b3</span>

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/running-in-the-background.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Putting a `&` at the end of the `beastiary` will run beackground, but output wil
$ beastiary &
[1] 46918

🐙🐁 <span style="color: blue;">STARTING BEASTIARY</span> 🐁🐙
🐙🐁 <span style="color: #3498db;">STARTING BEASTIARY</span> 🐁🐙

Adding log files:
✅ - data/hcv_coal.log
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ By default beastiary will generate a unique token used to log in to the webapp.
```console
$ beastiary --no-security

🐙🐁 <span style="color: blue;">STARTING BEASTIARY</span> 🐁🐙
🐙🐁 <span style="color: #3498db;">STARTING BEASTIARY</span> 🐁🐙

Go to: <span style="color: green;">http://127.0.0.1:5000/login?token=8e02d06b-d30e-4a89-8476-fb22712a31b3</span>

Expand All @@ -28,7 +28,7 @@ Use the `--token` option to define your own token e.g. so it's the same every ti
```console
$ beastiary --token weakPassword

🐙🐁 <span style="color: blue;">STARTING BEASTIARY</span> 🐁🐙
🐙🐁 <span style="color: #3498db;">STARTING BEASTIARY</span> 🐁🐙

Go to: <span style="color: green;">http://127.0.0.1:5000/login?token=weakPassword</span>

Expand Down

0 comments on commit 7cfbba0

Please sign in to comment.