This commit is contained in:
Marston Connell 2023-05-03 23:36:09 -04:00
parent 226d616c71
commit c7f0b313d9
2 changed files with 9 additions and 2 deletions

View File

@ -3,7 +3,7 @@ sidebar_position: 1
--- ---
# Getting Started # Getting Started
## Dependencies <!-- ## Dependencies
* Golang * Golang
* Rust * Rust
@ -27,4 +27,6 @@ Golang is required to build the [canined](#canined) binary. Get [Golang](https:/
## Canined ## Canined
## Docker ## Docker -->
# Coming Soon

View File

@ -93,6 +93,11 @@ h1 {
border-bottom-style: solid; border-bottom-style: solid;
} }
article {
margin-bottom: 20px;
}
.article:hover { .article:hover {
text-decoration: none; text-decoration: none;