Skip to content

Commit

Permalink
Fix mkdocs redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
oashour committed May 2, 2024
1 parent 02d6ebc commit b96abc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/formalism.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Formalism

Coming soon! For now refer to [this paper](https://arxiv.org/abs/2009.13534).
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ site_url: "https://oashour.github.io/DarkMAGIC/"
repo_url: "https://github.com/oashour/DarkMAGIC/"
repo_name: "oashour/DarkMAGIC"
copyright: Copyright © 2024 Omar A. Ashour
edit_uri: edit/main/docs/
edit_uri: blob/main/docs/

nav:
- Home: index.md
- Examples: examples.md
- Formalism: formalism.md
- Code Reference: reference/

Expand Down Expand Up @@ -44,6 +45,7 @@ theme:

extra:
version:
default: develop
provider: mike

plugins:
Expand Down

0 comments on commit b96abc0

Please sign in to comment.