Skip to content

Commit

Permalink
Fix mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoV committed Jan 4, 2024
1 parent dc7ef81 commit 5c62cf8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 68 deletions.
25 changes: 0 additions & 25 deletions docs/mkdocs.yml

This file was deleted.

55 changes: 12 additions & 43 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,56 +1,25 @@
site_name: Sherlock 8
site_name: Sherlock case 8

theme:
name: 'material'
palette:

# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: pink
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
docs_dir: docs

# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: pink
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
theme:
name: material
palette:
scheme: slate

# Extensions
markdown_extensions:
- footnotes
- nl2br
- pymdownx.arithmatex:
generic: true
- pymdownx.tasklist:
custom_checkbox: true
- def_list
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tasklist
- pymdownx.magiclink
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format

- toc:
permalink: true

plugins:
- search
- roamlinks
- roamlinks
- mkdocs-backlinks

extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://unpkg.com/mermaid/dist/mermaid.min.js
extra:
generator: false

0 comments on commit 5c62cf8

Please sign in to comment.