Skip to content
Snippets Groups Projects
Verified Commit 03552770 authored by Romain Deville's avatar Romain Deville
Browse files

:wrench: Update mkdocs configuration

parent dee288e5
No related branches found
No related tags found
No related merge requests found
Pipeline #9353 passed with stages
in 11 minutes and 3 seconds
...@@ -48,17 +48,17 @@ theme: ...@@ -48,17 +48,17 @@ theme:
palette: palette:
# Light mode # Light mode
- media: "(prefers-color-scheme: light)" - media: "(prefers-color-scheme: light)"
scheme: rdeville-light scheme: pagoda-light
primary: rdeville-green-light primary: pagoda-green-light
accent: rdeville-orange-light accent: pagoda-orange-light
toggle: toggle:
icon: material/weather-night icon: material/weather-night
name: Switch to dark mode name: Switch to dark mode
# Dark mode # Dark mode
- media: "(prefers-color-scheme: dark)" - media: "(prefers-color-scheme: dark)"
scheme: rdeville-dark scheme: pagoda-dark
primary: rdeville-green-dark primary: pagoda-green-dark
accent: rdeville-orange-dark accent: pagoda-orange-dark
toggle: toggle:
icon: material/weather-sunny icon: material/weather-sunny
name: Switch to light mode name: Switch to light mode
...@@ -202,30 +202,9 @@ markdown_extensions: ...@@ -202,30 +202,9 @@ markdown_extensions:
# Dictionary storing social icon that will be shown on the bottom right. # Dictionary storing social icon that will be shown on the bottom right.
extra: extra:
social: social:
- icon: fontawesome/solid/globe
link: https://romaindeville.fr
name: R. Deville Wesite
- icon: fontawesome/solid/paper-plane
link: mailto:contact@romaindeville.fr
name: "Send mail to @rdeville"
- icon: fontawesome/solid/book-reader
link: https://docs.romaindeville.fr
name: All Projects Home Documentation
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/romaindeville
name: "@rdeville on LinkedIn"
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/rdeville
name: "@rdeville on Docker Hub"
- icon: fontawesome/brands/git-alt
link: https://framagit.org/rdeville.public/
name: "@rdeville on Framagit"
- icon: fontawesome/brands/gitlab - icon: fontawesome/brands/gitlab
link: https://gitlab.com/rdeville.public/ link: https://gitlab.liris.cnrs.fr/pagoda/
name: "@rdeville on Gitlab" name: "@pagoda on Gitlab LIRIS"
- icon: fontawesome/brands/github
link: https://github.com/rdeville-public/
name: "@rdeville on Github"
version: version:
provider: mike provider: mike
...@@ -265,7 +244,7 @@ plugins: ...@@ -265,7 +244,7 @@ plugins:
- mermaid2: - mermaid2:
arguments: arguments:
theme: | theme: |
^(localStorage.getItem('theme') === 'rdeville-dark') ? 'dark' : 'light' ^(localStorage.getItem('theme') === 'pagoda-dark') ? 'dark' : 'light'
# https://pawamoy.github.io/mkdocstrings/ # https://pawamoy.github.io/mkdocstrings/
# Automatic documentation from sources, for MkDocs. # Automatic documentation from sources, for MkDocs.
- mkdocstrings: - mkdocstrings:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment