From 9080e5eb43b99157a6b2f522a4051a029038825b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 26 Feb 2019 22:03:17 -0500 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index 0acc8e8..cc321a5 100644 --- a/Configuration.md +++ b/Configuration.md @@ -5,14 +5,14 @@ Example configuration using `env` command: env CHROME_BINARY=google-chrome-stable RESOLUTION=1440,900 FETCH_PDF=False ./archive ~/Downloads/bookmarks_export.html ``` -Configuration Options: +**Configuration Options:** - [General Settings](#general-settings) - [Archive Method Toggles](#archive-method-toggles) - [Archive Method Options](#archive-method-options) - [Shell Options](#shell-options) - [Dependency Options](#dependency-options) -All the available config options are defined in this document below, but can also be found along with examples in [`etc/ArchiveBox.conf.default`](https://github.com/pirate/ArchiveBox/blob/master/etc/ArchiveBox.conf.default). The code that loads the config is in [`archivebox/config.py`](https://github.com/pirate/ArchiveBox/blob/master/archivebox/config.py), but don't modify the defaults in `config.py` directly, as your changes there will be erased whenever you update ArchiveBox. +All the available config options are describen in this document below, but can also be found along with examples in [`etc/ArchiveBox.conf.default`](https://github.com/pirate/ArchiveBox/blob/master/etc/ArchiveBox.conf.default). The code that loads the config is in [`archivebox/config.py`](https://github.com/pirate/ArchiveBox/blob/master/archivebox/config.py), but don't modify the defaults in `config.py` directly, as your changes there will be erased whenever you update ArchiveBox. To create a persistent config file, see the [Creating a Config File](#creating-a-config-file) section. To see details on how to do configuration when using Docker, see the [[Docker]] page.