Skip to content

Commit

Permalink
initial doc pages for HeFQUIN contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
hartig committed Dec 7, 2024
1 parent 588f57e commit 7e13e64
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 24 deletions.
6 changes: 3 additions & 3 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ h1 {
}

h2 {
font-size: 1.4em;
font-size: 1.2em;
}

h3 {
font-size: 1.2em;
font-size: 1.1em;
}

nav {
Expand Down Expand Up @@ -172,4 +172,4 @@ li {
/* Make prism code boxes more compact */
pre[class*="language-"] {
padding: 0.5em !important;
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 2 additions & 20 deletions docs/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Docs</title>
<title>HeFQUIN - User Documentation</title>

<script src="../js/mustache.min.js"></script>
<script src="../js/script.js"></script>
Expand All @@ -22,29 +22,11 @@ <h1>Documentation</h1>
<li>
<a href="user_doc.html">User documentation</a>
</li>
<li>
<a href="contribute.html">Getting started as a contributor</a>
</li>
<li>
<a href="query_processing.html">Query Processing in HeFQUIN</a>
</li>
<li>
<a href="physical_optimizers.html">Cost Based Physical Query Optimizers</a>
</li>
<li>
<a href="logical_optimizer.html">Heuristics Based Logical Query Optimizer</a>
</li>
<li>
<a href="logical_operators.html">Logical Operators</a>
</li>
<li>
<a href="physical_operators.html">Physical Operators</a>
</li>
</ul>
</section>
</main>

<div id="footer"></div>
</body>

</html>
</html>
3 changes: 2 additions & 1 deletion docs/templates/header.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<li><a href="{{ relPath }}research">Research</a></li>
<li><a href="{{ relPath }}vocab">Vocabularies</a></li>
<li><a href="{{ relPath }}javadoc/latest">Javadoc</a></li>
<li><a href="{{ relPath }}devdoc">Contribute</a></li>
<li><a href="https://github.com/LiUSemWeb/HeFQUIN">GitHub</a></li>
</ul>
</nav>
</header>
</header>

0 comments on commit 7e13e64

Please sign in to comment.