@@ -12,7 +12,7 @@ site_url = "https://actions-tools.cssnr.com/"
1212
1313# https://zensical.org/docs/setup/basics/#copyright
1414copyright = """
15- <a href="https://github.com/cssnr/actions-tools" target="_blank">Actions Tools Docs </a>
15+ <a href="https://github.com/cssnr/actions-tools" target="_blank">Actions Tools</a>
1616<br>
1717Built with <a href="https://github.com/zensical/zensical" target="_blank">Zensical</a>
1818"""
@@ -92,10 +92,10 @@ features = [
9292 " content.tooltips" ,
9393
9494 # https://zensical.org/docs/setup/header/#automatic-hiding
95- # "header.autohide",
95+ # "header.autohide",
9696
9797 # https://zensical.org/docs/setup/navigation/#navigation-expansion
98- # "navigation.expand",
98+ # "navigation.expand",
9999
100100 # https://zensical.org/docs/setup/footer/#navigation
101101 " navigation.footer" ,
@@ -112,54 +112,33 @@ features = [
112112 # https://zensical.org/docs/setup/navigation/#progress-indicator
113113 # "navigation.instant.progress",
114114
115- # When navigation paths are activated, a breadcrumb navigation is rendered
116- # above the title of each page
117115 # https://zensical.org/docs/setup/navigation/#navigation-path
118116 " navigation.path" ,
119117
120- # When pruning is enabled, only the visible navigation items are included
121- # in the rendered HTML, reducing the size of the built site by 33% or more.
122118 # https://zensical.org/docs/setup/navigation/#navigation-pruning
123119 # "navigation.prune",
124120
125- # When sections are enabled, top-level sections are rendered as groups in
126- # the sidebar for viewports above 1220px, but remain as-is on mobile.
127121 # https://zensical.org/docs/setup/navigation/#navigation-sections
128122 " navigation.sections" ,
129123
130- # When tabs are enabled, top-level sections are rendered in a menu layer
131- # below the header for viewports above 1220px, but remain as-is on mobile.
132124 # https://zensical.org/docs/setup/navigation/#navigation-tabs
133125 # "navigation.tabs",
134126
135- # When sticky tabs are enabled, navigation tabs will lock below the header
136- # and always remain visible when scrolling down.
137127 # https://zensical.org/docs/setup/navigation/#sticky-navigation-tabs
138128 # "navigation.tabs.sticky",
139129
140- # A back-to-top button can be shown when the user, after scrolling down,
141- # starts to scroll up again.
142130 # https://zensical.org/docs/setup/navigation/#back-to-top-button
143131 " navigation.top" ,
144132
145- # When anchor tracking is enabled, the URL in the address bar is
146- # automatically updated with the active anchor as highlighted in the table
147- # of contents.
148133 # https://zensical.org/docs/setup/navigation/#anchor-tracking
149134 " navigation.tracking" ,
150135
151- # When search highlighting is enabled and a user clicks on a search result,
152- # Zensical will highlight all occurrences after following the link.
153136 # https://zensical.org/docs/setup/search/#search-highlighting
154137 " search.highlight" ,
155138
156- # When anchor following for the table of contents is enabled, the sidebar
157- # is automatically scrolled so that the active anchor is always visible.
158139 # https://zensical.org/docs/setup/navigation/#anchor-following
159- # "toc.follow",
140+ # "toc.follow",
160141
161- # When navigation integration for the table of contents is enabled, it is
162- # always rendered as part of the navigation sidebar on the left.
163142 # https://zensical.org/docs/setup/navigation/#navigation-integration
164143 " toc.integrate" ,
165144]
@@ -183,7 +162,7 @@ toggle.name = "Switch to light mode"
183162[[project .theme .palette ]]
184163media = " (prefers-color-scheme: light)"
185164scheme = " default"
186- primary = " yellow "
165+ primary = " amber "
187166accent = " indigo"
188167toggle.icon = " lucide/sun"
189168toggle.name = " Switch to dark mode"
@@ -242,7 +221,7 @@ icon = "simple/githubactions"
242221link = " https://actions.cssnr.com/"
243222name = " Actions"
244223[[project .extra .social ]]
245- icon = " fontawesome/solid/globe "
224+ icon = " fontawesome/solid/house-laptop "
246225link = " https://cssnr.github.io/"
247226name = " Website"
248227[[project .extra .social ]]
0 commit comments