|
8 | 8 |
|
9 | 9 | [project] |
10 | 10 |
|
| 11 | +repo_url = "https://github.com/agentbeats/docs" |
11 | 12 | # The site_name is shown in the page header and the browser window title |
12 | 13 | # |
13 | 14 | # Read more: https://zensical.org/docs/setup/basics/#site_name |
@@ -194,12 +195,12 @@ features = [ |
194 | 195 | # In order to provide a better user experience on slow connections when |
195 | 196 | # using instant navigation, a progress indicator can be enabled. |
196 | 197 | # https://zensical.org/docs/setup/navigation/#progress-indicator |
197 | | - #"navigation.instant.progress" |
| 198 | + # "navigation.instant.progress", |
198 | 199 |
|
199 | 200 | # When navigation paths are activated, a breadcrumb navigation is rendered |
200 | 201 | # above the title of each page |
201 | 202 | # https://zensical.org/docs/setup/navigation/#navigation-path |
202 | | - "navigation.path", |
| 203 | + # "navigation.path", |
203 | 204 |
|
204 | 205 | # When pruning is enabled, only the visible navigation items are included |
205 | 206 | # in the rendered HTML, reducing the size of the built site by 33% or more. |
@@ -292,16 +293,16 @@ toggle.name = "Switch to light mode" |
292 | 293 | # - https://zensical.org/docs/setup/logo-and-icons |
293 | 294 | # - https://zensical.org/docs/authoring/icons-emojis/#search |
294 | 295 | # ---------------------------------------------------------------------------- |
295 | | -#[project.theme.icon] |
296 | | -#logo = "lucide/smile" |
297 | | -#repo = "lucide/smile" |
| 296 | +[project.theme.icon] |
| 297 | +logo = "lucide/music" |
| 298 | +repo = "lucide/scroll" |
298 | 299 |
|
299 | 300 | # ---------------------------------------------------------------------------- |
300 | 301 | # The "extra" section contains miscellaneous settings. |
301 | 302 | # ---------------------------------------------------------------------------- |
302 | | -#[[project.extra.social]] |
303 | | -#icon = "fontawesome/brands/github" |
304 | | -#link = "https://github.com/user/repo" |
| 303 | +[[project.extra.social]] |
| 304 | +icon = "fontawesome/brands/github" |
| 305 | +link = "https://github.com/agentbeats/docs" |
305 | 306 |
|
306 | 307 |
|
307 | 308 | [project.markdown_extensions.attr_list] |
|
0 commit comments