Skip to content

Commit

Permalink
Merge pull request #19 from odest/main
Browse files Browse the repository at this point in the history
Add bottom pagination
  • Loading branch information
GokturkTalha authored Oct 7, 2024
2 parents a07c627 + f3d8fa7 commit 65492df
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,23 @@
loadSidebar: true,
sidebar: '_sidebar.md',
logo: 'images/logo.png',
pagination: {
previousText: 'Önceki Sayfa',
nextText: 'Sonraki Sayfa',
crossChapter: true,
crossChapterText: true,
},
plugins: [
EditOnGithubPlugin.create("https://github.com/GokturkTalha/guvendekal.org/tree/main/docs/", "", "✏️ Github'da Düzenle")
EditOnGithubPlugin.create(
"https://github.com/GuvendeKal/guvendekal.org/tree/main/docs/",
"",
"✏️ Github'da Düzenle")
]
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<!-- docsify -->
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<!-- plugins -->
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
</body>
</html>

0 comments on commit 65492df

Please sign in to comment.