Skip to content

Commit

Permalink
Merge pull request #96 from relliv/docs/search-feature
Browse files Browse the repository at this point in the history
Docsify'a arama yapma özelliğinin eklenmesi
  • Loading branch information
GokturkTalha authored Oct 25, 2024
2 parents ba6bf1a + e3f7575 commit 62c7b3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- guvendekal.org -->

<!DOCTYPE html>
<html>
<html lang="tr">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
Expand Down Expand Up @@ -55,6 +55,9 @@
crossChapter: true,
crossChapterText: true,
},
search: {
placeholder: "Arama yap...",
},
plugins: [
EditOnGithubPlugin.create(
"https://github.com/GuvendeKal/guvendekal.org/tree/main/docs/",
Expand All @@ -68,5 +71,6 @@
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="footer-plugin.js"></script>
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
</body>
</html>

0 comments on commit 62c7b3e

Please sign in to comment.