Codey Whitt
Codey Whitt
@chrissimpkins: > @SinisterMinister what change is involved I had to refactor the ToC template a bit to achieve this. Made it match what they were doing on the Bootstrap docs....
Alright, I was able to get that setup. Here's how it would work: ### Collapsable ToC So right now, it defaults to disabled as that's the current implementation. To enable...
Alright, I've got the #15 PR done with all the updated docs and then some. You might want to decline #13 as this includes the same fix, or just merge...
Oh, I didn't build the actual site though, so you'll still need to do that. Just FYI.
I should also add that I changed `toc_levels` to `toc_depth` as it felt a bit more correct. I can change it back if you'd like. Just let me know.
Any motion on this? I'm going to look into this today unless someone else has already started work on it.
So after working through this, I found what I think to be the problem. For some reason, we [use the expose flag](https://github.com/substack/node-browserify/blob/2ed346d2bb26ba3550d52c757df15cd34a0131d7/index.js#L661) to label which module to use for what...
I just submitted PR #638 which, while it doesn't allow for specifying specific ones to run, it runs all in parallel with success winning and returning immediately. This solved the...
Your best bet to work around this issue is to store the CRD as a `ConfigMap` and load it with a `Job` instead of trying to manage it with TF...