Skip to content

Commit 6997d4d

Browse files
committed
clean up the mkdocs configuration
1 parent a230ffc commit 6997d4d

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

mkdocs.yml

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
site_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
66
repo_url: https://github.com/eth-cscs/cscs-docs
77
# provide a link to "edit this page" to each page
88
edit_uri: edit/main/docs/
9-
9+
extra_css:
10+
- stylesheets/extra.css
11+
plugins:
12+
- search:
13+
pipeline:
14+
- trimmer
15+
- autorefs
1016
nav:
1117
- Welcome: index.md
1218
- 'Alps':
@@ -55,7 +61,6 @@ nav:
5561
theme:
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-
107104
markdown_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-

0 commit comments

Comments
 (0)