Skip to content

Commit ddcf29c

Browse files
committed
Refactor the docs
1 parent efd282a commit ddcf29c

28 files changed

+10
-10
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ recordings
130130
# Automated Visual Testing
131131
visual_baseline
132132

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

140140
# Other
141141
selenium-server-standalone.jar

docs/img/favicon.ico

-1.12 KB
Binary file not shown.

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: "docs"
11+
docs_dir: "mkdocs_gen"
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: docs.prepare:main
73+
on_pre_build: mkdocs_gen.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 docs/requirements.txt
4+
pip install -r mkdocs_gen/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.

mkdocs_gen/img/favicon.ico

1.12 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)