From cbcb8b5f8840c6e0aa039714ba7302af6dd8ee8c Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Wed, 4 Jan 2023 13:27:03 -0800 Subject: [PATCH] fix up overlay config and pathable docs --- dfhack-config/overlay.json | 9 --------- docs/plugins/pathable.rst | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/dfhack-config/overlay.json b/dfhack-config/overlay.json index 8b90fc4a4..7ebae0948 100644 --- a/dfhack-config/overlay.json +++ b/dfhack-config/overlay.json @@ -1,13 +1,4 @@ { - "dwarfmonitor.date": { - "enabled": true - }, - "dwarfmonitor.misery": { - "enabled": true - }, - "dwarfmonitor.weather": { - "enabled": true - }, "hotkeys.menu": { "enabled": true }, diff --git a/docs/plugins/pathable.rst b/docs/plugins/pathable.rst index f4b89683b..c27172843 100644 --- a/docs/plugins/pathable.rst +++ b/docs/plugins/pathable.rst @@ -7,4 +7,4 @@ pathable :no-command: This plugin provides a Lua API, but no direct commands. See `pathable-api` for -details. +details and `gui/pathable` for the user interface.