Skip to content

Commit 7b441ff

Browse files
committed
add misc
1 parent e63088e commit 7b441ff

4 files changed

Lines changed: 17 additions & 8 deletions

File tree

docs/Misc/1-involved.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Getting Involved
2+
3+
For questions and discussions, please use the GitHub [Issues](https://github.com/agentbeats/docs/issues) and [Discussions](https://github.com/agentbeats/docs/discussions) page.

docs/Misc/2-comp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# AgentX-AgentBeats Competition
2+
3+
To learn more about the competition and how to participate, visit the [AgentX-AgentBeats Competition Page](https://rdi.berkeley.edu/agentx-agentbeats.html).
4+
5+
![AgentX-AgentBeats Competition Banner](../assets/images/agentx-agentbeats-banner.png)
984 KB
Loading

zensical.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
[project]
1010

11+
repo_url = "https://github.com/agentbeats/docs"
1112
# The site_name is shown in the page header and the browser window title
1213
#
1314
# Read more: https://zensical.org/docs/setup/basics/#site_name
@@ -194,12 +195,12 @@ features = [
194195
# In order to provide a better user experience on slow connections when
195196
# using instant navigation, a progress indicator can be enabled.
196197
# https://zensical.org/docs/setup/navigation/#progress-indicator
197-
#"navigation.instant.progress"
198+
# "navigation.instant.progress",
198199

199200
# When navigation paths are activated, a breadcrumb navigation is rendered
200201
# above the title of each page
201202
# https://zensical.org/docs/setup/navigation/#navigation-path
202-
"navigation.path",
203+
# "navigation.path",
203204

204205
# When pruning is enabled, only the visible navigation items are included
205206
# 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"
292293
# - https://zensical.org/docs/setup/logo-and-icons
293294
# - https://zensical.org/docs/authoring/icons-emojis/#search
294295
# ----------------------------------------------------------------------------
295-
#[project.theme.icon]
296-
#logo = "lucide/smile"
297-
#repo = "lucide/smile"
296+
[project.theme.icon]
297+
logo = "lucide/music"
298+
repo = "lucide/scroll"
298299

299300
# ----------------------------------------------------------------------------
300301
# The "extra" section contains miscellaneous settings.
301302
# ----------------------------------------------------------------------------
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"
305306

306307

307308
[project.markdown_extensions.attr_list]

0 commit comments

Comments
 (0)