Skip to content

Commit 63f8ad1

Browse files
committed
update mkdocs
1 parent c5214c2 commit 63f8ad1

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

mkdocs.yml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
site_name: CIS*3110 Operating Systems
1+
site_name: CIS*3110 - Operating Systems
22
site_description: Operating Systems notes from the University of Guelph
33
site_author: Sabrina Haniff
44
site_url: https://sabrinahaniff.github.io/CIS3110-Notes/
55

66
theme:
77
name: material
8+
font:
9+
text: Inter
10+
code: JetBrains Mono
811
palette:
912
- scheme: default
1013
primary: teal
@@ -22,9 +25,12 @@ theme:
2225
- navigation.tabs
2326
- navigation.sections
2427
- navigation.top
28+
- navigation.indexes
2529
- search.highlight
2630
- search.suggest
31+
- search.share
2732
- content.code.copy
33+
- content.code.annotate
2834
- toc.follow
2935

3036
plugins:
@@ -35,15 +41,29 @@ markdown_extensions:
3541
generic: true
3642
- pymdownx.highlight:
3743
anchor_linenums: true
38-
- pymdownx.superfences
44+
- pymdownx.superfences:
45+
custom_fences:
46+
- name: mermaid
47+
class: mermaid
48+
format: !!python/name:pymdownx.superfences.fence_code_format
49+
- pymdownx.tabbed:
50+
alternate_style: true
51+
- pymdownx.tasklist:
52+
custom_checkbox: true
3953
- admonition
4054
- pymdownx.details
55+
- attr_list
56+
- md_in_html
4157
- tables
4258
- toc:
4359
permalink: true
4460

4561
extra_javascript:
46-
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
62+
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
63+
- https://unpkg.com/mermaid@10/dist/mermaid.min.js
64+
65+
extra_css:
66+
- stylesheets/extra.css
4767

4868
nav:
4969
- Home: README.md
@@ -56,4 +76,4 @@ nav:
5676
- 6. Memory Management: 06-memory-management.md
5777
- 7. Virtual Memory: 07-virtual-memory.md
5878
- 8. File Systems: 08-file-systems.md
59-
- Quick Reference: Quick-Reference-Guide.md
79+
- Quick Reference: Quick-Reference-Guide.md

0 commit comments

Comments
 (0)