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:
parent
64f8dbcf8d
commit
9e77c8aa3d
@ -4,6 +4,12 @@ date: 2018-04-15T21:17:16-07:00
|
|||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Index
|
||||||
|
|
||||||
|
* [Configuration Files](#configuration-files)
|
||||||
|
* [Environment (ENV) Variables](#environment-env-variables)
|
||||||
|
* [Grid Layout](#grid-layout)
|
||||||
|
|
||||||
## Configuration Files
|
## Configuration Files
|
||||||
|
|
||||||
By default WTF looks in a `~/.wtf/` directory for a YAML file called
|
By default WTF looks in a `~/.wtf/` directory for a YAML file called
|
||||||
|
@ -27,6 +27,11 @@ span.caption {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
line-height: 22px !important;
|
||||||
|
margin-bottom: 14px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.disabled {
|
.disabled {
|
||||||
color: gray !important;
|
color: gray !important;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
@ -27,6 +27,11 @@ span.caption {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
line-height: 22px !important;
|
||||||
|
margin-bottom: 14px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.disabled {
|
.disabled {
|
||||||
color: gray !important;
|
color: gray !important;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
@ -329,7 +329,7 @@ Widgets are defined by a required widget.go file in a Module.</description>
|
|||||||
<pubDate>Sun, 15 Apr 2018 21:17:16 -0700</pubDate>
|
<pubDate>Sun, 15 Apr 2018 21:17:16 -0700</pubDate>
|
||||||
|
|
||||||
<guid>https://wtfutil.com/posts/configuration/</guid>
|
<guid>https://wtfutil.com/posts/configuration/</guid>
|
||||||
<description>Configuration Files By default WTF looks in a ~/.wtf/ directory for a YAML file called config.yml. If the ~/.wtf/ directory doesn&rsquo;t exist, WTF will create that directory on start-up, and then display instructions for creating a new configuration file.
|
<description>Index Configuration Files Environment (ENV) Variables Grid Layout Configuration Files By default WTF looks in a ~/.wtf/ directory for a YAML file called config.yml. If the ~/.wtf/ directory doesn&rsquo;t exist, WTF will create that directory on start-up, and then display instructions for creating a new configuration file.
|
||||||
In other words, WTF expects to have a YAML config file at: ~/.wtf/config.yml.
|
In other words, WTF expects to have a YAML config file at: ~/.wtf/config.yml.
|
||||||
Example Configuration Files A couple of example config files are provided in the _sample_configs/ directory of the Git repository.</description>
|
Example Configuration Files A couple of example config files are provided in the _sample_configs/ directory of the Git repository.</description>
|
||||||
</item>
|
</item>
|
||||||
|
@ -112,6 +112,14 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h2 id="index">Index</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="#configuration-files">Configuration Files</a></li>
|
||||||
|
<li><a href="#environment-env-variables">Environment (ENV) Variables</a></li>
|
||||||
|
<li><a href="#grid-layout">Grid Layout</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2 id="configuration-files">Configuration Files</h2>
|
<h2 id="configuration-files">Configuration Files</h2>
|
||||||
|
|
||||||
<p>By default WTF looks in a <code>~/.wtf/</code> directory for a YAML file called
|
<p>By default WTF looks in a <code>~/.wtf/</code> directory for a YAML file called
|
||||||
|
@ -329,7 +329,7 @@ Widgets are defined by a required widget.go file in a Module.</description>
|
|||||||
<pubDate>Sun, 15 Apr 2018 21:17:16 -0700</pubDate>
|
<pubDate>Sun, 15 Apr 2018 21:17:16 -0700</pubDate>
|
||||||
|
|
||||||
<guid>https://wtfutil.com/posts/configuration/</guid>
|
<guid>https://wtfutil.com/posts/configuration/</guid>
|
||||||
<description>Configuration Files By default WTF looks in a ~/.wtf/ directory for a YAML file called config.yml. If the ~/.wtf/ directory doesn&rsquo;t exist, WTF will create that directory on start-up, and then display instructions for creating a new configuration file.
|
<description>Index Configuration Files Environment (ENV) Variables Grid Layout Configuration Files By default WTF looks in a ~/.wtf/ directory for a YAML file called config.yml. If the ~/.wtf/ directory doesn&rsquo;t exist, WTF will create that directory on start-up, and then display instructions for creating a new configuration file.
|
||||||
In other words, WTF expects to have a YAML config file at: ~/.wtf/config.yml.
|
In other words, WTF expects to have a YAML config file at: ~/.wtf/config.yml.
|
||||||
Example Configuration Files A couple of example config files are provided in the _sample_configs/ directory of the Git repository.</description>
|
Example Configuration Files A couple of example config files are provided in the _sample_configs/ directory of the Git repository.</description>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user