Skip to content

Commit bbfc354

Browse files
committed
Update the docs
1 parent d3a0af6 commit bbfc354

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

docs/prepare.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,6 @@ def main(*args, **kwargs):
108108
'<section align="center"><div align="center">'
109109
'<h2>✅ Reliable Browser Testing</h2>'
110110
'</div></section>')
111-
if "<!-- SeleniumBase Header2 -->" in line:
112-
changed = True
113-
line = (
114-
'<section align="center"><div align="center">'
115-
'<h3>English Docs <=> '
116-
'<a href="https://seleniumbase.io/help_docs/chinese/">'
117-
'中文文件</h3>'
118-
'</div></section>')
119111
if "<!-- SeleniumBase Docs -->" in line:
120112
changed = True
121113
line = (

help_docs/chinese.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
</p>
4949
<p align="center"><div align="center"><img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_labs_gif.gif" alt="SeleniumBase" title="SeleniumBase" /></div></p>
5050

51-
<!-- SeleniumBase Docs -->
5251
<a id="python_installation"></a>
5352
<h2><img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> 立即开始:</h2>
5453

0 commit comments

Comments
 (0)