Skip to content

Commit cb93048

Browse files
Update zensical.toml
1 parent f4da707 commit cb93048

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/zensical.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ features = [
126126
# will generate an edit button for the page. This works for common
127127
# repository hosting services.
128128
# https://zensical.org/docs/setup/repository/#code-actions
129-
#"content.action.edit",
129+
"content.action.edit",
130130

131131
# If you have a repository configured and turn feature this on, Zensical
132132
# will generate a button that allows the user to view the Markdown
133133
# code for the current page.
134134
# https://zensical.org/docs/setup/repository/#code-actions
135-
#"content.action.view",
135+
"content.action.view",
136136

137137
# Code annotations allow you to add an icon with a tooltip to your
138138
# code blocks to provide explanations at crucial points.
@@ -208,7 +208,7 @@ features = [
208208
# When pruning is enabled, only the visible navigation items are included
209209
# in the rendered HTML, reducing the size of the built site by 33% or more.
210210
# https://zensical.org/docs/setup/navigation/#navigation-pruning
211-
#"navigation.prune",
211+
# "navigation.prune",
212212

213213
# When sections are enabled, top-level sections are rendered as groups in
214214
# the sidebar for viewports above 1220px, but remain as-is on mobile.

0 commit comments

Comments
 (0)