-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path@webdoc_example.html
53 lines (44 loc) · 1.82 KB
/
@webdoc_example.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>webdoc: Test Template</title>
<link type="text/css" rel="stylesheet" href="/example-documentation/styles/index.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500,700&display=swap" />
<link type="text/css" rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.3/styles/googlecode.min.css">
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<script>
window.appData = {
siteRoot: "example-documentation",
};
</script>
<script src="/example-documentation/scripts/default-template.js"></script>
</head>
<body class="root">
<div class="docs">
<header class="header" id="header-mount-point"></header>
<article class="page">
<div class="page-explorer" id="explorer-mount-point"></div>
<div class="page-content">
<div class="homepage">
<div class="homepage__readme md">
<h1>@webdoc/example</h1>
<p>Example documented package.</p>
<p>This package contains all sorts of fun stuff while demonstrating what things webdoc can document.</p>
<h2>Usage</h2>
<ul>
<li><code>rush build</code> will build all the packages and build the example docs</li>
</ul>
<p>P.S.
Use <code>rush build -t @webdoc/example</code> to specifically build example and its dependencies only.</p>
</div>
</div>
</div>
</article>
<footer class="footer" id="footer-mount-point"></footer>
<script src="scripts/linenumber.js"> </script>
</body>
</div>
</html>