File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments