We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e81df commit b6ecbefCopy full SHA for b6ecbef
docs/config.toml
@@ -18,7 +18,8 @@ theme = "juice"
18
juice_logo_name = "C/C++ Search Extension"
19
juice_logo_path = "logo.png"
20
juice_extra_menu = [
21
- { title = "Github", link = "https://github.com/huhu/cpp-search-extension"}
+ { title = "Geddle", link = "https://geddle.com" },
22
+ { title = "Github", link = "https://github.com/huhu/cpp-search-extension" }
23
]
24
repository_url = "https://github.com/huhu/cpp-search-extension"
25
meta_title = "C/C++ Search Extension: The ultimate search extension for C/C++"
0 commit comments