diff --git a/config.html b/config.html index f86c5cf..fb57297 100644 --- a/config.html +++ b/config.html @@ -206,12 +206,6 @@ auto_update = true

The directory where the configuration file resides may be overwritten by the environment variable TEALDEER_CONFIG_DIR. Remember to use an absolute path. Variable expansion will not be performed on the path.

-

Override Cache Directory

-

Similarly, the cache directory where the pages are downloaded to, also follows -OS conventions. On Linux, it will usually be at ~/.cache/tealdeer/. The path -can be overwritten using the environment variable TEALDEER_CACHE_DIR. -Remember to use an absolute path. Variable expansion will not be performed on -the path.

diff --git a/config_style.html b/config_style.html index 8e5fd2c..282acba 100644 --- a/config_style.html +++ b/config_style.html @@ -191,13 +191,13 @@
  • -

    256 color ANSI code (Tealdeer v1.5.0+)

    +

    256 color ANSI code (tealdeer v1.5.0+)

    Example:

    foreground = { ansi = 4 }
     
  • -

    24-bit RGB color (Tealdeer v1.5.0+)

    +

    24-bit RGB color (tealdeer v1.5.0+)

    Example:

    background = { rgb = { r = 255, g = 255, b = 255 } }
     
    diff --git a/config_updates.html b/config_updates.html index 47fb207..38082f3 100644 --- a/config_updates.html +++ b/config_updates.html @@ -165,7 +165,7 @@

    Section: [updates]

    Automatic updates

    -

    tealdeer can refresh the cache automatically when it is outdated. This +

    Tealdeer can refresh the cache automatically when it is outdated. This behavior can be configured in the updates section and is disabled by default.

    auto_update

    diff --git a/index.html b/index.html index f0bc8ac..64a79f6 100644 --- a/index.html +++ b/index.html @@ -168,7 +168,7 @@ tldr in Rust: Simplified, example based and community-driven man pages.

    Screenshot

    -

    This documentation shows how to install, use and configure Tealdeer.

    +

    This documentation shows how to install, use and configure tealdeer.

    Links