Skip to content

Commit 518d44c

Browse files
committed
Update mkdocs
1 parent e5ed87c commit 518d44c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

mkdocs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project information
2-
site_name: SeleniumBase
2+
site_name: SeleniumBase Docs
33
site_url: https://seleniumbase.io
44
site_author: Michael Mintz
55
site_description: A complete framework for end-to-end testing with Python, pytest, and WebDriver.
@@ -35,17 +35,17 @@ theme:
3535
# collapse_navigation: false
3636
# titles_only: false
3737
include_search_page: false
38-
search_index_only: true
38+
search_index_only: false
3939
static_templates:
4040
- 404.html
4141
features:
42-
# - search.highlight
43-
# - toc.integrate
42+
- search.highlight
43+
- toc.integrate
4444
- navigation.indexes
4545
# - navigation.sections
4646
# - navigation.expand
4747
# - navigation.tabs
48-
- navigation.instant
48+
# - navigation.instant
4949
palette:
5050
scheme: default
5151
primary: blue
@@ -59,7 +59,7 @@ theme:
5959
plugins:
6060
- search:
6161
separator: '[\s\-]+'
62-
prebuild_index: true
62+
prebuild_index: false
6363
lang: en
6464
- minify:
6565
minify_html: true
@@ -68,7 +68,7 @@ plugins:
6868
on_pre_build: docs.prepare:main
6969
# Page tree
7070
nav:
71-
- SeleniumBase / ReadMe: README.md
71+
- SeleniumBase ReadMe: README.md
7272
- Features List: help_docs/features_list.md
7373
- Running Example Tests: examples/ReadMe.md
7474
- Command Line Options: help_docs/customizing_test_runs.md

0 commit comments

Comments
 (0)