Address comments; clean docs dir before build.
This commit is contained in:
@@ -1,96 +0,0 @@
|
||||
|
||||
<!doctype html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title><my-element> ⌲ Docs</title>
|
||||
<link rel="stylesheet" href="/docs/docs.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Roboto+Mono">
|
||||
<link href="/node_modules/prismjs/themes/prism-okaidia.css" rel="stylesheet" />
|
||||
<script type="module" src="/my-element.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<h1><my-element></h1>
|
||||
<h2>A web component just for me.</h2>
|
||||
</header>
|
||||
|
||||
<nav>
|
||||
<a href="/docs/">Home</a>
|
||||
<a href="/docs/examples/">Examples</a>
|
||||
<a href="/docs/docs/">Documentation</a>
|
||||
<a href="/docs/install/">Install</a>
|
||||
</nav>
|
||||
<main>
|
||||
|
||||
<h1>Documentation</h1>
|
||||
|
||||
<h2><my-element></h2>
|
||||
<div>
|
||||
An example element.
|
||||
</div>
|
||||
|
||||
<h3>Attributes</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>name</th><th>description</th><th>type</th><th>default</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>name</td><td>undefined</td><td>string</td><td>"World"</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>count</td><td>The number of times the button has been clicked.</td><td>number</td><td>0</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
<h3>Properties</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>name</th><th>attribute</th><th>description</th><th>type</th><th>default</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>name</td><td>name</td><td>undefined</td><td>string</td><td>"World"</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>count</td><td>count</td><td>The number of times the button has been clicked.</td><td>number</td><td>0</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<h3>Slots</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<th>name</th><th>description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td><td>This element has a slot</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
Made with
|
||||
<a href="https://github.com/PolymerLabs/lit-element-starter-ts">lit-element-starter-ts</a>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user