1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add index to Configuration documentation page

This commit is contained in:
Chris Cummer
2018-06-04 04:27:57 -07:00
parent 64f8dbcf8d
commit 9e77c8aa3d
6 changed files with 27 additions and 3 deletions

View File

@@ -4,6 +4,12 @@ date: 2018-04-15T21:17:16-07:00
draft: false
---
## Index
* [Configuration Files](#configuration-files)
* [Environment (ENV) Variables](#environment-env-variables)
* [Grid Layout](#grid-layout)
## Configuration Files
By default WTF looks in a `~/.wtf/` directory for a YAML file called
@@ -66,7 +72,7 @@ Columns breaks up the width of the screen into chunks, each chunk a specified nu
Ten columns that are ten characters wide
Rows break up the height of the screen into chunks, each chunk a specified number of characters tall. If we wanted to have five rows:
Rows break up the height of the screen into chunks, each chunk a specified number of characters tall. If we wanted to have five rows:
`[10, 10, 10, 10, 18]`

View File

@@ -27,6 +27,11 @@ span.caption {
text-align: right;
}
ul {
line-height: 22px !important;
margin-bottom: 14px !important;
}
.disabled {
color: gray !important;
cursor: not-allowed;