Skip to content

Commit 6b6ec6e

Browse files
committed
Update the docs
1 parent 2606b00 commit 6b6ec6e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

help_docs/hidden_files_info.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ defaults write com.apple.finder AppleShowAllFiles -bool true
66
```
77

88
More info on that can be found here:
9-
* https://www.defaults-write.com/show-hidden-files-in-os-x-finder/
10-
* https://www.macworld.co.uk/how-to/mac-software/hidden-files-mac-3520878/
11-
* https://setapp.com/how-to/show-hidden-files-on-mac
9+
<a href="https://www.defaults-write.com/show-hidden-files-in-os-x-finder/">https://www.defaults-write.com/show-hidden-files-in-os-x-finder/</a>
10+
<a href="https://www.macworld.co.uk/how-to/mac-software/hidden-files-mac-3520878/">https://www.macworld.co.uk/how-to/mac-software/hidden-files-mac-3520878/</a>
11+
<a href="https://setapp.com/how-to/show-hidden-files-on-mac">https://setapp.com/how-to/show-hidden-files-on-mac</a>

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ plugins:
1717
hooks:
1818
on_pre_build: docs.prepare:main
1919
nav:
20-
- Home: README.md
20+
- SeleniumBase Home: README.md
2121
- Features: help_docs/features_list.md
2222
- CMD Options: help_docs/customizing_test_runs.md
2323
- Mobile Testing: help_docs/mobile_testing.md
2424
- Examples: examples/ReadMe.md
2525
- Reports: examples/example_logs/ReadMe.md
26-
- API: help_docs/method_summary.md
26+
- API Reference: help_docs/method_summary.md
2727
- Console Scripts: seleniumbase/console_scripts/ReadMe.md
2828
- Site Tours: examples/tour_examples/ReadMe.md
2929
- Translations: help_docs/translations.md
@@ -33,7 +33,7 @@ nav:
3333
- GitHub CI: integrations/github/workflows/ReadMe.md
3434
- Help Docs: help_docs/ReadMe.md
3535
- Happy Customers: help_docs/happy_customers.md
36-
- Hidden Files: help_docs/hidden_files_info.md
36+
- Hidden Files on macOS: help_docs/hidden_files_info.md
3737
- How it Works: help_docs/how_it_works.md
3838
- Install SeleniumBase: help_docs/install.md
3939
- Install Python, pip, and git: help_docs/install_python_pip_git.md

0 commit comments

Comments
 (0)