Skip to content

Commit 385f84f

Browse files
committed
fixed edit button link
1 parent f701b7b commit 385f84f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

mkdocs.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site_name: FirecREST v2 Documentation
33
# provide a link to the docs in top RHS corner
44
repo_url: https://github.com/eth-cscs/firecrest-v2/
55
# provide a link to "edit this page" to each page
6-
edit_uri: edit/main/docs/
6+
edit_uri: edit/master/docs/
77

88
nav:
99
- Welcome: README.md
@@ -19,7 +19,6 @@ nav:
1919
theme:
2020
name: material
2121
language: en
22-
#custom_dir: docs/.overrides
2322
features:
2423
- content.code.copy
2524
# add an "edit this page" icon on each page
@@ -99,10 +98,5 @@ markdown_extensions:
9998
# for captioning images
10099
- pymdownx.blocks.caption
101100

102-
# disable mathjax until the "GET /javascripts/mathjax.js HTTP/1.1" code 404 errors are fixed
103-
#extra_javascript:
104-
# - javascripts/mathjax.js
105-
# - https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
106-
107101
extra_css:
108102
- stylesheets/extra.css

0 commit comments

Comments
 (0)