This commit is contained in:
2023-10-19 11:59:54 -04:00
parent b8a1522efa
commit 82c02bb697
11 changed files with 190 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
<!-- Rest of page -->
<div class="main">
<h2>Docs</h2>
<h2>Documentation</h2>
<p><strong>Welcome to the Everest Linux documentation homepage!</strong></p>
<p>Pages listed here are frequently updated. If you wish to make a correction, or submit a new page, please contact me at liamwaldron@everestlinux.org.</p>
<script>
@@ -47,6 +47,7 @@
</script>
<input type="text" id="myInput" onKeyup="myFunction()" placeholder="Search documentation...">
<ul id="myUL">
<li><a href="dev-docs.html">Developer Documentation</a></li>
<li><a href="general-recommendations.html">General Recommendations</a></li>
<li><a href="intro-to-glacier.html">Introduction to Glacier</a></li>
<li><a href="musl-or-glibc.html">musl or glibc?</a></li>