mirror of
https://github.com/appium/appium.git
synced 2026-02-20 10:20:05 -06:00
fix(docutils): further adjust base mkdocs configuration (#19527)
This commit is contained in:
@@ -2,6 +2,7 @@ markdown_extensions:
|
||||
- meta
|
||||
- attr_list
|
||||
- admonition
|
||||
- md_in_html
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
- pymdownx.inlinehilite
|
||||
@@ -18,9 +19,9 @@ markdown_extensions:
|
||||
permalink: true
|
||||
|
||||
plugins:
|
||||
- git-revision-date-localized:
|
||||
type: timeago
|
||||
- search
|
||||
git-revision-date-localized:
|
||||
type: timeago
|
||||
search: {}
|
||||
|
||||
theme:
|
||||
name: material
|
||||
@@ -36,14 +37,14 @@ theme:
|
||||
scheme: default
|
||||
primary: deep purple
|
||||
toggle:
|
||||
icon: material/weather-night
|
||||
icon: material/weather-sunny
|
||||
name: Switch to dark mode
|
||||
# Palette toggle for dark mode
|
||||
- media: "(prefers-color-scheme: dark)"
|
||||
scheme: slate
|
||||
primary: deep purple
|
||||
toggle:
|
||||
icon: material/weather-sunny
|
||||
icon: material/weather-night
|
||||
name: Switch to system preference
|
||||
icon:
|
||||
repo: fontawesome/brands/github
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
mkdocs==1.5.3
|
||||
mkdocs-git-revision-date-localized-plugin==1.2.1
|
||||
mkdocs-material==9.5.2
|
||||
mkdocs-redirects==1.2.1
|
||||
mike==2.0.0
|
||||
|
||||
Reference in New Issue
Block a user