Richard Allred
2018-12-11 2455fa5983af62ae94aa792ffec6cd7b038b243f
index.html
@@ -16,7 +16,7 @@
  <script>
    window.$docsify = {
      name: 'Red Hat Open Innovation Labs Exercises',
      repo: 'https://github.com/rht-labs/enablement-docs',
      repo: 'https://github.com/RedHatTraining/rht-labs-docsBroken',
      loadSidebar: true,
      subMaxLevel: 5,
      auto2top: true,
@@ -32,6 +32,13 @@
  <script src="//unpkg.com/prismjs/components/prism-groovy.min.js"></script>
  <script src="//unpkg.com/prismjs/components/prism-yaml.min.js"></script>
  <script src="//unpkg.com/prismjs/components/prism-json.min.js"></script>
  <script>
    // this didn't work cuz of CORS :(
    function resizeIframeHack(iframe) {
      // console.log(window.document.body.scrollHeight)
      iframe.height = iframe.contentWindow.document.body.scrollHeight + "px";
    }
  </script>
</body>
</html>