opentelemetry.io
opentelemetry.io copied to clipboard
collapse block fix
This pr resolves issue: #5405 where I resolved a issues in the nodeJs documentation Page; improving the visibility of long invisible code blocks wrapped around previous with HTML summary
tag .
Key changes
- Created a new shortcode preview-fade.html in the themes/docsy/layouts/shortcodes directory to hold the expandable Show More that shows the first 3 lines of the codeblock
- Added in styling for the new Layout by creating a new scss file in themes/docsy/assets/scss/shortcodes/preview-fade.scss
- Edited the Markdown file to include my newly custom-created shortcode
- Added a Javascript file for the Show More to toggle the collapsible section based on its state in themes/docsy/assets/js/preview-fade.js