# Enable syntax highlighting and copy buttons on code blocks with Prism
prism_syntax_highlighting=false
# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact=false
# Set to true to disable breadcrumb navigation.
breadcrumb_disable=false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable=false
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
navbar_logo=true
# Set to true to disable the About link in the site footer
footer_about_disable=true
# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events.
# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
# add "hide_feedback: true" to the page's front matter.
[params.ui.feedback]
enable=true
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
yes='Çok teşekkür ederiz! <a href="https://git.oyd.org.tr/oyd/freifunk/issues"> adresinden nasıl daha iyi olabileceğimizi anlatabilirsiniz.</a>.'
no='Bunu duyduğumuz için üzgünüz. <a href="https://git.oyd.org.tr/oyd/freifunk/issues"> adresinden nasıl daha iyi olabileceğimizi anlatabilirsiniz.</a>.'
# Adds a reading time to the top of each doc.
# If you want this feature, but occasionally need to remove the Reading time from a single page,
# add "hide_readingtime: true" to the page's front matter
[params.ui.readingtime]
enable=true
[params.links]
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
[[params.links.user]]
name="E-posta listesi"
url="https://example.org/mail"
icon="fa fa-envelope"
desc="Proje hakkında genel tartışma ve sorular için e-posta listesi"
[[params.links.user]]
name="Twitter"
url="https://twitter.com/hackerspaceist"
icon="fab fa-twitter"
desc="Son gelişmelerden haberdar olmak için bizi Twitter'dan takip edin!"
[[params.links.user]]
name="Forum"
url="https://forum.oyd.org.tr"
icon="fab fa-discourse"
desc="Sorularınız ve konuyla ilgili makaleler için forum"
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.