bit-docs-html-toc
Version:
table of contents bit-docs plugin
23 lines (20 loc) • 372 B
HTML
<html>
<head>
<title>bit-docs-html-toc</title>
<style>
.completed, .completed a {color: #dddddd;}
.active, .active a {color: green;}
</style>
</head>
<body>
<div id="mocha"></div>
<div id="test-area"></div>
<script
data-mocha="bdd"
data-main="test/test"
src="../node_modules/steal/steal.js"
>
</script>
</body>
</html>