forked from zazuko/cube-link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (33 loc) · 1.59 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<script>
function jumpTo(config) {
let element = document.getElementById(location.pathname.substr(location.pathname.lastIndexOf("/")+1));
if(typeof element !== "undefined")
element.scrollIntoView(true)
}
</script>
<script type="text/javascript" src='https://respec.zazuko.com/js/respec-zazuko.js' async class='remove'></script>
<script class='remove'>
var module = {}
</script>
<script type="text/javascript" src='config.js' class='remove'>
</script>
<title>Cube Schema</title>
</head>
<body>
<h1 id='title'>Cube Schema</h1>
<section id='abstract' data-include-format="markdown" data-include="documentation/abstract.md"></section>
<section id='issue-summary'></section>
<section id='sotd'> </section>
<section id='core' data-include-format="markdown" data-include="documentation/core.md"></section>
<section id='constraints' data-include-format="markdown" data-include="documentation/constraints.md"></section>
<section id='ux' data-include-format="markdown" data-include="documentation/visualization.md"></section>
<section id='advanced' data-include-format="markdown" data-include="documentation/advanced.md"></section>
<section id='tools' data-include-format="markdown" data-include="documentation/tools.md"></section>
<section id='existing' class="appendix" data-include-format="markdown" data-include="documentation/existingwork.md"></section>
<section id='references'></section>
</body>
</html>