Skip to content

Commit

Permalink
Added mike (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
trag1c authored May 29, 2024
1 parent 9bab90a commit a2642be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Crossandra is licensed under the MIT License.
If you have any questions, or would like to get in touch, join my
[Discord server]!

[Documentation]: https://github.com/trag1c/crossandra/wiki/The-Crossandra-class
[Documentation]: https://trag1c.github.io/crossandra/
[Discord server]: https://discord.gg/C8QE5tVQEq
[just]: https://github.com/casey/just
[justfile]: https://github.com/trag1c/crossandra/blob/main/justfile
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pytest-cov ~= 5.0.0
ruff ~= 0.4.2
mkdocs ~= 1.6.0
mkdocs-material ~= 9.5.25
mike ~= 2.1.1
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Crossandra is licensed under the MIT License.
If you have any questions, or would like to get in touch, join my
[Discord server]!

[Documentation]: https://github.com/trag1c/crossandra/wiki/The-Crossandra-class
[Discord server]: https://discord.gg/C8QE5tVQEq
[just]: https://github.com/casey/just
[justfile]: https://github.com/trag1c/crossandra/blob/main/justfile
Expand Down
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
site_name: Crossandra
repo_url: https://github.com/trag1c/crossandra
site_url: https://trag1c.github.io/crossandra/
repo_name: trag1c/crossandra
copyright: Copyright © 2022–2024 trag1c
nav:
Expand All @@ -24,7 +25,10 @@ theme:
toggle:
icon: material/toggle-switch
name: Disable dark mode

markdown_extensions:
- admonition
- pymdownx.superfences
extra:
version:
provider: mike
alias: true

0 comments on commit a2642be

Please sign in to comment.