Sha256: bb2d7d677e2fa91da5dea5a19b67d4de98460e47a12d8f3f71ec6204744fe685

Contents?: true

Size: 1.41 KB

Versions: 16

Compression:

Stored size: 1.41 KB

Contents

<!DOCTYPE html>
<html>

  {% include head.html %}

<body>

  <div class="docs">
    <aside class="docs__aside">
      {% include sidebar.html %}
    </aside>
    <main class="docs__content">
      <div class="grid">
        <div class="grid__small-12 grid__medium-10 grid__medium-centered grid__columns">
          {{ content }}
        </div>
      </div>
    </main>

    <script>
      var navItems = document.getElementsByClassName("docs__nav__item__title");

      var toggleNav = function(ev) {
        var active_class = document.querySelector(".docs__nav__item.is-active");

        if (active_class) {
          active_class.classList.remove('is-active');
          if (ev.target.parentNode == active_class) return false
        }

        ev.target.parentNode.classList.add('is-active');

      };

      for (var i = 0, v = navItems.length; i < v; i++) {
        navItems[i].addEventListener('click', toggleNav, false);
      }
      </script>

      <script>
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

        ga('create', 'UA-84735356-1', 'auto');
        ga('send', 'pageview');

      </script>
  </div>

</body>
</html>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
pusher-chameleon-1.4.6 docs/_layouts/default.html
pusher-chameleon-1.4.5 docs/_layouts/default.html
pusher-chameleon-1.4.4 docs/_layouts/default.html
pusher-chameleon-1.4.3 docs/_layouts/default.html
pusher-chameleon-1.4.2 docs/_layouts/default.html
pusher-chameleon-1.4.1 docs/_layouts/default.html
pusher-chameleon-1.4.0 docs/_layouts/default.html
pusher-chameleon-1.3.0 docs/_layouts/default.html
pusher-chameleon-1.2.1 docs/_layouts/default.html
pusher-chameleon-1.2.0 docs/_layouts/default.html
pusher-chameleon-1.1.0 docs/_layouts/default.html
pusher-chameleon-1.0.4 docs/_layouts/default.html
pusher-chameleon-1.0.3 docs/_layouts/default.html
pusher_chameleon-1.0.3 docs/_layouts/default.html
pusher_chameleon-1.0.2 docs/_layouts/default.html
pusher_chameleon-1.0.0 docs/_layouts/default.html