Skip to content

Commit 61c7187

Browse files
committed
Refactor the docs
1 parent 5e06d4a commit 61c7187

30 files changed

+9
-9
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ visual_baseline
132132

133133
# MkDocs WebSite Generator
134134
site/*
135-
mkdocs_gen/*.md
136-
mkdocs_gen/*/*.md
137-
mkdocs_gen/*/*/*.md
138-
mkdocs_gen/*/*/*/*.md
135+
mkdocs_build/*.md
136+
mkdocs_build/*/*.md
137+
mkdocs_build/*/*/*.md
138+
mkdocs_build/*/*/*/*.md
139139

140140
# Other
141141
selenium-server-standalone.jar

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repo_name: seleniumbase/SeleniumBase
88
repo_url: https://github.com/seleniumbase/SeleniumBase
99
edit_uri: ""
1010
site_dir: "site"
11-
docs_dir: "mkdocs_gen"
11+
docs_dir: "mkdocs_build"
1212
# Copyright
1313
copyright: Copyright © 2014 - 2021 Michael Mintz
1414
# Extensions
@@ -70,7 +70,7 @@ plugins:
7070
minify_html: true
7171
- mkdocs-simple-hooks:
7272
hooks:
73-
on_pre_build: mkdocs_gen.prepare:main
73+
on_pre_build: mkdocs_build.prepare:main
7474
# Page tree
7575
nav:
7676
- SeleniumBase ReadMe: README.md
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Preparing the SeleniumBase Docs website with "mkdocs"
22

33
Usage: (from the top-level SeleniumBase folder)
4-
pip install -r mkdocs_gen/requirements.txt
4+
pip install -r mkdocs_build/requirements.txt
55
mkdocs build (OR "mkdocs build --strict" to fail on warnings)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)