First, thank you for putting something together for runbooks. I am evaluating frameworks for runbooks. Do you have a public working copy using this framework? I got to the point of getting the prereq plugins and modules in place, but mkdocs.yml seems to be missing some parameters. My current message is
Traceback (most recent call last):
File "/opt/homebrew/lib/python3.10/site-packages/traitlets/traitlets.py", line 645, in get
value = obj._trait_values[self.name]
KeyError: 'template_paths'
Before I go through the various modules and plugins to find this parameter, I thought I would ask first if there are other public repos that you know of that I can look at that use this framework?
First, thank you for putting something together for runbooks. I am evaluating frameworks for runbooks. Do you have a public working copy using this framework? I got to the point of getting the prereq plugins and modules in place, but mkdocs.yml seems to be missing some parameters. My current message is
Traceback (most recent call last):
File "/opt/homebrew/lib/python3.10/site-packages/traitlets/traitlets.py", line 645, in get
value = obj._trait_values[self.name]
KeyError: 'template_paths'
Before I go through the various modules and plugins to find this parameter, I thought I would ask first if there are other public repos that you know of that I can look at that use this framework?