Load the search bar
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
nicholas 2024-03-05 21:25:58 +00:00
parent 2d5e1dd859
commit d40b0ed853
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,4 @@
<!-- docs/_sidebar.md -->
* [HOME](README.md) * [HOME](README.md)
* [Page1](Page1.md) * [Page1](Page1.md)
* [Page2](Page2.md) * [Page2](Page2.md)

View File

@ -1,5 +1,3 @@
<!-- index.html -->
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
@ -15,11 +13,12 @@
<div id="app"></div> <div id="app"></div>
<script> <script>
window.$docsify = { window.$docsify = {
name: Docs name: 'Docs',
loadSidebar: true, loadSidebar: true,
//...
}; };
</script> </script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script> <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
</body> </body>
</html> </html>