mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-13 12:20:57 +00:00
7a78369e4c
* Fix Russian Ruby code extraction. * Add zensical configs.
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",
|
|
]
|