From 317039c62714e1a54ee18729ab75b889034d473b Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 6 Dec 2023 09:28:46 -0600 Subject: [PATCH] docs need last updated footers :) --- mkdocs.yml | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 2b19155..3fe5f60 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,62 @@ site_name: Starting Line Productions Shop Guide site_url: https://guide.startinglineproductions.com +theme: + name: material + font: + text: Atkinson Hyperlegible + code: Source Code Pro + features: + - navigation.instant + - navigation.tracking + - navigation.sections + - navigation.indexes + - content.code.copy + - content.code.annotate + - content.action.edit + palette: + # Palette toggle for light mode + - media: "(prefers-color-scheme: light)" + scheme: default + toggle: + icon: material/brightness-7 + name: Switch to dark mode + # Palette toggle for dark mode + - media: "(prefers-color-scheme: dark)" + scheme: slate + toggle: + icon: material/brightness-4 + name: Switch to light mode +repo_url: https://github.com/ReachableCEO/STLPublicShopGuide +repo_name: reachableceo/STLPublicShopGuide +edit_uri: edit/main/docs/docs/ +plugins: + - glightbox + - search + - git-revision-date-localized: + enable_creation_date: true +markdown_extensions: + - admonition + - toc: + permalink: true + - pymdownx.highlight: + anchor_linenums: true + line_spans: __span + pygments_lang_class: true + - pymdownx.inlinehilite + - pymdownx.snippets + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format + - attr_list + - md_in_html + - pymdownx.emoji: + emoji_index: !!python/name:materialx.emoji.twemoji + emoji_generator: !!python/name:materialx.emoji.to_svg + - pymdownx.smartsymbols + - pymdownx.betterem + - footnotes nav: - Home: index.md - Version History: version-history.md @@ -26,5 +83,4 @@ nav: - HPCLab Overview: hpclab-overview.md - HPCLab Inventory: hpclab-inventory.md - RackRental overview: rackrental-overview.md - - RackRental inventory: rackrental-inventory.md -theme: readthedocs \ No newline at end of file + - RackRental inventory: rackrental-inventory.md \ No newline at end of file