mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Minor doc tweaks
This commit is contained in:
@@ -37,11 +37,16 @@ parameter on launch:
|
||||
$> wtf --config=path/to/custom/config.yml
|
||||
```
|
||||
|
||||
#### Configuration Attributes
|
||||
|
||||
A number of top-level attributes can be set to customize your WTF
|
||||
install. See <a href="/posts/configuration/attributes/">Attributes</a> for detials.
|
||||
|
||||
## Environment (ENV) Variables
|
||||
|
||||
Some modules require the presence of environment variables to function
|
||||
properly. Usually these are API keys or other sensitive data that one
|
||||
wouldn't want to have laying about in the config files.
|
||||
wouldn't want to have laying about in the config files.
|
||||
|
||||
For modules that require them, the name of the required environment
|
||||
variable(s) can be found in that module's "Required ENV Variables"
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/envvars/">Environment Variables</a></li>
|
||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user