Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MKDocs Template
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PAGoDA
Tools
MKDocs Template
Commits
03552770
Verified
Commit
03552770
authored
4 years ago
by
Romain Deville
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mkdocs.yml
+9
-30
9 additions, 30 deletions
mkdocs.yml
with
9 additions
and
30 deletions
mkdocs.yml
+
9
−
30
View file @
03552770
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment