Skip to content

Commit 848fc23

Browse files
authored
Merge pull request #1029 from seleniumbase/switch-mkdocs-to-own-folder
Refactor the docs
2 parents efd282a + 61c7187 commit 848fc23

32 files changed

+12
-12
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_build/*.md
136+
mkdocs_build/*/*.md
137+
mkdocs_build/*/*/*.md
138+
mkdocs_build/*/*/*/*.md
139139

140140
# Other
141141
selenium-server-standalone.jar

docs/img/favicon.ico

-1.12 KB
Binary file not shown.

mkdocs.yml

Lines changed: 4 additions & 4 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_build"
1212
# Copyright
1313
copyright: Copyright © 2014 - 2021 Michael Mintz
1414
# Extensions
@@ -27,8 +27,8 @@ markdown_extensions:
2727
# Configuration
2828
theme:
2929
name: material
30-
logo: img/grad_logo.png
31-
favicon: img/grad_logo.png
30+
logo: img/green_logo2.png
31+
favicon: img/green_logo3.png
3232
language: en
3333
include_homepage_in_sidebar: true
3434
sticky_navigation: true
@@ -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_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 docs/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.

mkdocs_build/img/favicon.ico

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

0 commit comments

Comments
 (0)