From d8c231f1fbaf999d5584629c7e51d0d6c5c5c4ea Mon Sep 17 00:00:00 2001 From: taddyb Date: Mon, 16 Oct 2023 19:05:18 -0400 Subject: [PATCH] mkdocs change --- .DS_Store | Bin 0 -> 6148 bytes docs/index.md | 17 +++++++++++++++++ mkdocs.yml | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 .DS_Store create mode 100644 docs/index.md create mode 100644 mkdocs.yml diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..0f183fdeda50fe6d407ed9ecbb13632ffe8d0a71 GIT binary patch literal 6148 zcmeHK%}T>S5Z<+|-BN@e6g@6@E!aOq@e*o%0V8@)sR;=hjM>tp=1>Z`>I?ZMK94iI z8)&g!MeGdhezWtloB1I7!x-bkSp4O{PbYq?{58}3 zO%r~5jg48#B9^h`@Bi>8ag=7A&L`ihRBPLHQ5Q{d?>?#A&Ae=u4!!9uj;@r7{ZjY* z>nO~}t=)5#WL}hnQ=Je6A%xuBL`k6Xp_(N@s&ifA5Dn27xAy1rLBB0~C*4I`&QE)t zwjA`27mJ42J3KnO96!e|iFz|Uav)sGj>Qt*L0Ky3)tx4>N*=*lW|WbH!~iis3=jhw z%78r(L~}#yr?QCwV&G>6aDR}{5FLw!LA`ZAhu3HHR}oP_$F~HcwCGqY41x!Qn^ZuP z%Iy<_n{=>C8|PRo44QPt^~x}hUAcU`aJ@R%r4DD@F-SczKn$!hP%*<6p8pr{%dCCm zucpw57$64z83VjJaz{fb%AT#?%EPl(LVJLQf^h{ZAfT^Y0$_mq$bohmzeFA49E*iP UoCWPV9gr>pnh@%UfnQ+Y3u@>}n*aa+ literal 0 HcmV?d00001 diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..000ea34 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,17 @@ +# Welcome to MkDocs + +For full documentation visit [mkdocs.org](https://www.mkdocs.org). + +## Commands + +* `mkdocs new [dir-name]` - Create a new project. +* `mkdocs serve` - Start the live-reloading docs server. +* `mkdocs build` - Build the documentation site. +* `mkdocs -h` - Print help message and exit. + +## Project layout + + mkdocs.yml # The configuration file. + docs/ + index.md # The documentation homepage. + ... # Other markdown pages, images and other files. diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..e579404 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,51 @@ +site_name: MHPI Lab group +theme: + name: material + features: + - navigation.tabs + - navigation.sections + - toc.integrate + - navigation.top + - search.suggest + - search.highlight + - content.tabs.link + - content.code.annotation + - content.code.copy + language: en + palette: + - scheme: default + toggle: + icon: material/toggle-switch-off-outline + name: Switch to dark mode + primary: teal + accent: purple + - scheme: slate + toggle: + icon: material/toggle-switch + name: Switch to light mode + primary: teal + accent: lime + + #plugins: + # - social +extra: + social: + - icon: fontawesome/brands/github-alt + link: https://github.com/mhpi + + #markdown_extensions: + # - pymdownx.highlight: + # anchor_linenums: true + # - pymdownx.inlinehilite + #- pymdownx.snippets + #- admonition + # - pymdownx.arithmatex: + # generic: true + # - footnotes + # - pymdownx.details + # - pymdownx.superfences + # - pymdownx.mark + # - attr_list + # - pymdownx.emoji: + # emoji_index: !!python/name:materialx.emoji.twemoji + # emoji_generator: !!python/name:materialx.emoji.to_svg