Skip to content

Commit b119283

Browse files
committed
Update mkdocs
1 parent b0ef175 commit b119283

File tree

1 file changed

+23
-15
lines changed

1 file changed

+23
-15
lines changed

mkdocs.yml

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,39 @@ docs_dir: "docs"
1313
copyright: Copyright © 2014 - 2021 Michael Mintz
1414
# Extensions
1515
markdown_extensions:
16-
- markdown.extensions.admonition
17-
- markdown.extensions.attr_list
18-
- markdown.extensions.codehilite
19-
- markdown.extensions.meta
20-
- markdown.extensions.def_list
21-
- markdown.extensions.footnotes
22-
- markdown.extensions.toc:
16+
- admonition
17+
- md_in_html
18+
- toc:
2319
permalink: true
20+
- pymdownx.highlight:
21+
linenums: false
22+
- pymdownx.highlight
23+
- pymdownx.superfences
24+
- pymdownx.inlinehilite
25+
- pymdownx.details
26+
- pymdownx.snippets
2427
# Configuration
2528
theme:
2629
name: material
2730
logo: img/grad_logo.png
2831
favicon: img/grad_logo.png
32+
language: en
2933
include_homepage_in_sidebar: true
3034
sticky_navigation: true
31-
language: en
35+
# collapse_navigation: false
36+
# titles_only: false
3237
include_search_page: false
3338
search_index_only: true
3439
static_templates:
3540
- 404.html
3641
features:
37-
- navigation.sections
42+
# - search.highlight
43+
# - toc.integrate
44+
- navigation.indexes
45+
# - navigation.sections
46+
# - navigation.expand
3847
# - navigation.tabs
3948
- navigation.instant
40-
extra:
41-
search:
42-
language: en
4349
palette:
4450
scheme: default
4551
primary: blue
@@ -51,10 +57,12 @@ theme:
5157
logo: img/sb_logo_7.png
5258
# Plugins
5359
plugins:
54-
- search
60+
- search:
61+
separator: '[\s\-]+'
62+
prebuild_index: true
63+
lang: en
5564
- minify:
5665
minify_html: true
57-
minify_js: true
5866
- mkdocs-simple-hooks:
5967
hooks:
6068
on_pre_build: docs.prepare:main
@@ -99,7 +107,7 @@ nav:
99107
- Table of Contents: help_docs/ReadMe.md
100108
- JS Package Manager: help_docs/js_package_manager.md
101109
- Master QA Hybrid Mode: seleniumbase/masterqa/ReadMe.md
102-
- Decorators & Security: seleniumbase/common/ReadMe.md
110+
- Decorators / Security: seleniumbase/common/ReadMe.md
103111
- Desired Capabilities: help_docs/desired_capabilities.md
104112
- Docker Start Guide: integrations/docker/ReadMe.md
105113
- Using Safari Driver: help_docs/using_safari_driver.md

0 commit comments

Comments
 (0)