Skip to content

Commit

Permalink
Create mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ricboer0 authored May 24, 2024
1 parent 8d8eb07 commit 6cc5fd0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
site_name: My Project Documentation
theme:
name: material
nav:
- Home: index.md
- User Manual:
- Manual: user-manual/manual.md
markdown_extensions:
- pymdownx.arithmatex
- pymdownx.superfences
extra_css:
- css/custom.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML

0 comments on commit 6cc5fd0

Please sign in to comment.