Skip to content

Commit 8f6117c

Browse files
authored
updated docs.html to work with building.html
1 parent 2c1e94d commit 8f6117c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Documentation</title>
8-
<link rel="stylesheet" href="./css/docs.css">
8+
99
<link rel="stylesheet" href="./css/nav.css">
10+
<link rel="stylesheet" href="./css/docs.css">
1011

1112
<link rel="preconnect" href="https://fonts.googleapis.com">
1213
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -23,6 +24,7 @@
2324
</label>
2425
<a href="index.html" class="logo">MandawEngine</a>
2526
<ul class="navlinks">
27+
<li><a href="./building.html">Building</a></li>
2628
<li><a href="./docs.html">Documentation</a></li>
2729
<li><a href="./contact.html">Contact</a></li>
2830
<li><a href="https://github.com/mandaw2014/MandawEngineSDL/tree/master/mandaw/examples" class="contact">Projects</a></li>

0 commit comments

Comments
 (0)