mumu 0.11.0

Lava Mumu is a language for those in the now and that know
Documentation
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>MuMu Docs with Marquee Header</title>
  <link rel="stylesheet" href="styles.css" />
</head>
<body>

  <!-- 
       A header that includes the marquee container and top-nav bar.
       (So the advanced wave/color cycle code can target #marquee-container and #marquee-content.)
  -->
  <header>
    <!-- Marquee container for LAVA marquee animation -->
    <div id="marquee-container">
      <div id="marquee-content"></div>
    </div>
  </header>

  <!-- The main container => sidebar on left, main docs on right -->
  <div class="container">
    <div class="sidebar">
      <!--FUNCTION_NAV-->
    </div>
    <div class="main-content">
      <!--DOC_BLOCKS-->
    </div>
  </div>

  <!-- 
       You can load your script.js or other scripts below.
       In production, build-single-index.js will insert the doc blocks into the above markers
       and produce a final index.html with the marquee header.
  -->
  <script src="script.js"></script>
</body>
</html>