diff --git a/index.html b/index.html index f24b6962..c1e430a4 100644 --- a/index.html +++ b/index.html @@ -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") ] }; - + + + +