vudash/vudash

View on GitHub
docs/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Vudash</title>
  <meta name="description" content="Description">
  <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  <link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
  <style>
    @import url('https://fonts.googleapis.com/css?family=Gruppo');
  </style>
</head>
<body>
  <nav>
    <a href="#/">Vudash</a>
    <a href="#/widgets/">Widgets</a>
    <a href="#/datasources/">Datasources</a>
    <a href="#/transformers/">Transformers</a>
    <a href="#/developers/">Developers</a>
    <a href="#/api/">API</a>
  </nav>
  <div id="app">
  </div>
</body>
<script>
    window.$docsify = {
      coverpage: true,
      ga: 'UA-117504415-1',
      name: 'vudash',
      search: {
        noData: {
          '/': 'No results!'
        },
        paths: 'auto',
        placeholder: {
          '/': 'Search'
        }
      }
    }
  </script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
</html>