File tree Expand file tree Collapse file tree 1 file changed +9
-15
lines changed
Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Original file line number Diff line number Diff line change 11site_name : CSCS Knowledge Base
2- # TODO: change to match target deployment
3- # site_url: https://eth-cscs.github.io/
2+ # TODO: change to https://docs.cscs.ch when the time comes
3+ site_url : https://eth-cscs.github.io/
44
55# provide a link to the docs in top RHS corner
66repo_url : https://github.com/eth-cscs/cscs-docs
77# provide a link to "edit this page" to each page
88edit_uri : edit/main/docs/
9-
9+ extra_css :
10+ - stylesheets/extra.css
11+ plugins :
12+ - search :
13+ pipeline :
14+ - trimmer
15+ - autorefs
1016nav :
1117 - Welcome : index.md
1218 - ' Alps ' :
5561theme :
5662 name : material
5763 language : en
58- # custom_dir: docs/.overrides
5964 features :
6065 - content.code.copy
6166 # add an "edit this page" icon on each page
@@ -92,18 +97,10 @@ theme:
9297 toggle :
9398 icon : material/brightness-4
9499 name : Switch to light mode
95-
96100 logo : assets/cscs-logo.png
97101 font :
98102 text : Roboto
99103 code : Roboto Mono
100-
101- plugins :
102- - search :
103- pipeline :
104- - trimmer
105- - autorefs
106-
107104markdown_extensions :
108105 - admonition
109106 - def_list
@@ -140,6 +137,3 @@ markdown_extensions:
140137# - javascripts/mathjax.js
141138# - https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
142139
143- extra_css :
144- - stylesheets/extra.css
145-
You can’t perform that action at this time.
0 commit comments