docs need last updated footers :)
This commit is contained in:
parent
78349d7748
commit
317039c627
60
mkdocs.yml
60
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
|
||||
- RackRental inventory: rackrental-inventory.md
|
Loading…
x
Reference in New Issue
Block a user