diff --git a/docgen/xml/README.md b/docgen/xml/README.md new file mode 100644 index 000000000..fcce9e4f3 --- /dev/null +++ b/docgen/xml/README.md @@ -0,0 +1,6 @@ +# XML docs rendering + +## Heritage + +- Unclear which version of `xs3p.xsl` was used as a base. + To be researched!!1 diff --git a/docgen/xml/xs3p.xsl b/docgen/xml/xs3p.xsl index 7b246c0b4..78323acc0 100644 --- a/docgen/xml/xs3p.xsl +++ b/docgen/xml/xs3p.xsl @@ -165,6 +165,12 @@ 0.0 + + 5 + @@ -432,6 +438,7 @@ obj.querySelectorAll('code,pre').forEach(function(block) { block.innerHTML = block.textContent; }); + rawEl.className += ' docs-hidden'; }); // Sidebar scroll handling @@ -699,7 +706,7 @@ --> -
+

@@ -933,6 +940,8 @@ pre { .codehilite a {color: inherit !important; text-decoration: underline !important;} .codehilite a:hover {opacity: 0.7 !important;} +.docs-hidden {display:none;} + @media (min-width: 992px) { .xs3p-sidebar { position: fixed; @@ -2661,7 +2670,7 @@ pre {

-