-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (51 loc) · 1.81 KB
/
index.html
File metadata and controls
56 lines (51 loc) · 1.81 KB
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
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Banshee Engine Documentation — Banshee Engine</title>
<link rel="stylesheet" href="static/css/site.css">
<link rel="stylesheet" href="static/vendor/highlight/github.min.css">
</head>
<body>
<header class="site-header">
<a class="site-title" href="index.html">Banshee Engine Docs</a>
<nav class="site-nav">
<a href="manuals/index.html">Manuals</a>
<a href="api/index.html">API</a>
</nav>
<form class="search-form" role="search">
<input type="search" id="search-input" placeholder="Search…" autocomplete="off">
<div id="search-results" class="search-results" hidden></div>
</form>
</header>
<main class="site-main">
<section class="front-page">
<h1>Banshee Engine Documentation</h1>
<p class="front-intro">A high-performance C++ game engine with an integrated editor and a C# scripting system.</p>
<div class="front-choices">
<a class="front-card" href="manuals/index.html">
<h2>Manuals</h2>
<p>Step-by-step guides covering engine subsystems, rendering, GUI, physics, audio, scripting and more.</p>
</a>
<a class="front-card" href="api/index.html">
<h2>API Reference</h2>
<p>Full reference for classes, structs, enums and free functions, organised by category.</p>
</a>
</div>
</section>
</main>
<footer class="site-footer">
<small>Generated by BansheeDocGenerator.</small>
</footer>
<script src="static/vendor/highlight/highlight.min.js"></script>
<script>if (window.hljs) { hljs.highlightAll(); }</script>
<script src="static/vendor/minisearch.min.js"></script>
<script>
window.BDG_BASE = "";
window.BDG_SEARCH_JSON = "static/search.json";
</script>
<script src="static/js/search.js"></script>
<script src="static/js/nav.js"></script>
</body>
</html>