File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Project information
2
- site_name : SeleniumBase
2
+ site_name : SeleniumBase Docs
3
3
site_url : https://seleniumbase.io
4
4
site_author : Michael Mintz
5
5
site_description : A complete framework for end-to-end testing with Python, pytest, and WebDriver.
@@ -35,17 +35,17 @@ theme:
35
35
# collapse_navigation: false
36
36
# titles_only: false
37
37
include_search_page : false
38
- search_index_only : true
38
+ search_index_only : false
39
39
static_templates :
40
40
- 404.html
41
41
features :
42
- # - search.highlight
43
- # - toc.integrate
42
+ - search.highlight
43
+ - toc.integrate
44
44
- navigation.indexes
45
45
# - navigation.sections
46
46
# - navigation.expand
47
47
# - navigation.tabs
48
- - navigation.instant
48
+ # - navigation.instant
49
49
palette :
50
50
scheme : default
51
51
primary : blue
59
59
plugins :
60
60
- search :
61
61
separator : ' [\s\-]+'
62
- prebuild_index : true
62
+ prebuild_index : false
63
63
lang : en
64
64
- minify :
65
65
minify_html : true
@@ -68,7 +68,7 @@ plugins:
68
68
on_pre_build : docs.prepare:main
69
69
# Page tree
70
70
nav :
71
- - SeleniumBase / ReadMe : README.md
71
+ - SeleniumBase ReadMe : README.md
72
72
- Features List : help_docs/features_list.md
73
73
- Running Example Tests : examples/ReadMe.md
74
74
- Command Line Options : help_docs/customizing_test_runs.md
You can’t perform that action at this time.
0 commit comments