ripple / dactyl

Tools to make enterprise documentation from Markdown sources.
MIT License
69 stars 34 forks source link

Separate local configuration #49

Open mDuo13 opened 4 years ago

mDuo13 commented 4 years ago

Certain config options are meant to be local to an individual system, not to a project, but they're all defined in the same config file. This doesn't really make sense for a shared project that stores the config file in version control.

System-local config options should be configurable from a separate file that's stored in a userspace location such as $HOME/.config/dactyl/local.yml or something. Such options include:

mDuo13 commented 2 years ago

Modular config files in the repo level might also be useful. Could probably use https://github.com/tanbro/pyyaml-include to do that.