styleguide
styleguide copied to clipboard
I can't "toggle summary" on "Google JSON Style Guide"
On the "Google JSON Style Guide" and "Shell Style Guide" pages, I clicked the "Toggle all summaries" button, but nothing happened. I opened the DevTools console and found some error output as follows:

Currently the only thing I can do is to manually execute the following code in the DevTools console instead:
const els = document.getElementsByClassName('stylepoint_body');
for (let i=0; i<els.length; i++) {
els[i].style.display = 'block';
}
the shell guide has been recently updated and no longer has "toggle all" in it at all. so we can drop that from this discussion.
the JSON guide is working for me ... https://google.github.io/styleguide/jsoncstyleguide.xml