mirror of
http://bgp.hk.skcks.cn:10086/https://github.com/krahets/hello-algo
synced 2026-04-20 21:00:58 +08:00
21 lines
350 B
TOML
21 lines
350 B
TOML
[project]
|
|
extra_css = [
|
|
"stylesheets/extra.css",
|
|
]
|
|
|
|
[project.theme]
|
|
features = [
|
|
"content.action.edit",
|
|
"content.code.annotate",
|
|
"content.code.copy",
|
|
"content.tabs.link",
|
|
"content.tooltips",
|
|
"navigation.indexes",
|
|
"navigation.top",
|
|
"navigation.tracking",
|
|
"search.highlight",
|
|
"search.share",
|
|
"search.suggest",
|
|
"toc.follow",
|
|
]
|