fixes, mainly revamp config specification and describe compat image

This commit is contained in:
Lucy Cifferello
2022-02-14 14:12:08 -07:00
parent eb415ba0e9
commit a9962d6171
10 changed files with 349 additions and 228 deletions

View File

@@ -96,4 +96,4 @@ By reading the descriptions in the link above, as well as doing some extra searc
We translated much of (but not all of) the tons of options into a clean and easy-to-use GUI with toggles, dropdowns, inputs, etc, which is what you're seeing in your config screen. If you notice the little "?" icons on the left of each option, clicking them will provide a brief description as to what the option does. Also, our config GUI restricts the possible values you can enter such that you don't accidentally crash Bitcoin. That said, be very careful about just randomly changing things, lest your node starts to behave strangely.
You can also check out our :ref:`Service Config Spec <configuration>` documentation for further details.
You can also check out our :ref:`Service Config Spec <config_spec>` documentation for further details.