Update search bar on documentation home

This commit is contained in:
2023-05-25 08:47:57 -04:00
parent 2a3bf82243
commit cef100ccc4
2 changed files with 5 additions and 4 deletions

View File

@@ -45,7 +45,7 @@
}
}
</script>
<input type="text" id="myInput" onKeyup="myFunction()" placeholder="Search...">
<input type="text" id="myInput" onKeyup="myFunction()" placeholder="Search documentation...">
<ul id="myUL">
<li><a href="general-recommendations.html">General Recommendations</a></li>
<li><a href="intro-to-glacier.html">Introduction to Glacier</a></li>