Skip to content

Commit 300e6bc

Browse files
committed
Update mkdocs files
1 parent 205e84e commit 300e6bc

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

docs/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def read_file(file_name):
3232
def process_file(file_name):
3333
content = read_file(file_name)
3434
urls = URL_PATTERN.findall(content)
35-
content = content.replace("<br />", " \n")
35+
# content = content.replace("<br />", " \n")
3636
content = re.sub(HEADER_PATTERN, r"\g<level> \g<header>", content)
3737
directory = "/".join(normalize_path(file_name).split("/")[:-1])
3838

mkdocs.yml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,35 @@ plugins:
1717
hooks:
1818
on_pre_build: docs.prepare:main
1919
nav:
20-
- Introduction: README.md
20+
- Home: README.md
2121
- Features: help_docs/features_list.md
22-
- Options: help_docs/customizing_test_runs.md
22+
- CMD Options: help_docs/customizing_test_runs.md
2323
- Mobile Testing: help_docs/mobile_testing.md
24-
- Examples: https://github.com/seleniumbase/SeleniumBase/tree/master/examples
24+
- Examples: examples/ReadMe.md
2525
- Reports: examples/example_logs/ReadMe.md
2626
- API: help_docs/method_summary.md
2727
- Console Scripts: seleniumbase/console_scripts/ReadMe.md
2828
- Site Tours: examples/tour_examples/ReadMe.md
29-
- Translations: https://github.com/seleniumbase/SeleniumBase/tree/master/examples/translations
29+
- Translations: help_docs/translations.md
3030
- Recorder: seleniumbase/utilities/selenium_ide/ReadMe.md
3131
- MasterQA: examples/master_qa/ReadMe.md
3232
- Visual Testing: examples/visual_testing/ReadMe.md
3333
- GitHub CI: integrations/github/workflows/ReadMe.md
34+
- Help Docs: help_docs/ReadMe.md
35+
- Happy Customers: help_docs/happy_customers.md
36+
- Hidden Files: help_docs/hidden_files_info.md
37+
- How it Works: help_docs/how_it_works.md
38+
- Install SeleniumBase: help_docs/install.md
39+
- Install Python, pip, and git: help_docs/install_python_pip_git.md
40+
- MySQL installation: help_docs/mysql_installation.md
41+
- Safari Driver Tips: help_docs/using_safari_driver.md
42+
- Verifying WebDriver: help_docs/verify_webdriver.md
43+
- Virtualenv Instructions: help_docs/virtualenv_instructions.md
44+
- WebDriver Installation: help_docs/webdriver_installation.md
45+
- Azure Jenkins: integrations/azure/jenkins/ReadMe.md
46+
- Docker Help: integrations/docker/ReadMe.md
47+
- Google Cloud: integrations/google_cloud/ReadMe.md
48+
- Katalon Integration: integrations/katalon/ReadMe.md
49+
- Common Decorators: seleniumbase/common/ReadMe.md
50+
- Master QA: seleniumbase/masterqa/ReadMe.md
51+
- Selenium Grid: seleniumbase/utilities/selenium_grid/ReadMe.md

0 commit comments

Comments
 (0)