Skip to content

Commit 4e57088

Browse files
authored
Merge pull request #76 from kayqueGovetri/FIX/remove-docs
Fix/remove docs
2 parents 17e3389 + 71a5a22 commit 4e57088

File tree

11 files changed

+12
-511
lines changed

11 files changed

+12
-511
lines changed

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h1 align="center">BotCity Framework Web - Python</h1>
33

44
<p align="center">
5-
<strong>« Explore Framework <a href="https://botcity-dev.github.io/botcity-framework-web-python/">docs</a> »</strong>
5+
<strong>« Explore Framework <a href="https://documentation.botcity.dev/frameworks/web/">docs</a> »</strong>
66
</p>
77
</p>
88

@@ -44,7 +44,7 @@ Operate any UI interface independent of the technology or platform (desktop, web
4444

4545
Use our Development Tool alongside your favorite IDE to select UI components and generate python code.
4646

47-
[![BotCity Studio](https://botcity.dev/github/readme/studio/studio.gif)](https://botcity.atlassian.net/l/c/eBJ6bLLV)
47+
[![BotCity Studio](https://botcity.dev/github/readme/studio/studio.gif)](https://documentation.botcity.dev/studio/)
4848

4949
[SIGN UP](https://botcity.dev/app/signup) and download our tools.
5050

@@ -69,11 +69,11 @@ pip install botcity-framework-web
6969

7070
### ⭐ Developing Your First Automation
7171

72-
[![First Automation](https://botcity.dev/github/readme/python-web/firstbot.png)](https://botcity-dev.github.io/botcity-framework-web-python/intro/)
72+
[![First Automation](https://botcity.dev/github/readme/python-web/firstbot.png)](https://documentation.botcity.dev/tutorials/python-automations/web/)
7373

7474
## 📚 Documentation
7575

76-
Documentation is available at https://botcity-dev.github.io/botcity-framework-web-python.
76+
Documentation is available at https://documentation.botcity.dev/frameworks/web/.
7777

7878
## 💻 Developers Portal
7979

@@ -89,29 +89,29 @@ BotCity is a platform to develop, deploy, manage and maintain automations. Autom
8989
### 1️⃣ All in One Platform
9090
Develop, deploy, manage and scale your Automation Ops using All in One platform that provides task queue, runtime environment management, reports, alerts, logs and much more.
9191

92-
[![BotCity Maestro](https://botcity.dev/github/readme/maestro/maestro.png)](https://botcity.atlassian.net/l/c/WWGswYRX)
92+
[![BotCity Maestro](https://botcity.dev/github/readme/maestro/maestro.png)](https://documentation.botcity.dev/maestro/)
9393

9494
### 2️⃣ Deploy with a Single Line
9595

9696
Use BotCity command-line interface (CLI) to deploy your bot into a runtime environment with a single line:
9797

98-
[![BotCity CLI](https://botcity.dev/github/readme/cli/botcli.gif)](https://botcity.atlassian.net/l/c/hJHE1ZFv)
98+
[![BotCity CLI](https://botcity.dev/github/readme/cli/botcli.gif)](https://documentation.botcity.dev/cli/)
9999

100100
### 3️⃣ Manage your Task Queue
101101

102-
[![BotCity Maestro Task Queue](https://botcity.dev/github/readme/maestro/tasks.png)](https://botcity.atlassian.net/l/c/gR3AAd2a)
102+
[![BotCity Maestro Task Queue](https://botcity.dev/github/readme/maestro/tasks.png)](https://documentation.botcity.dev/maestro/features/task-queue/)
103103

104104
### 4️⃣ Manage your Runtime Environments
105105

106-
[![BotCity Maestro Machines](https://botcity.dev/github/readme/maestro/machines.png)](https://botcity.atlassian.net/l/c/uDB087nK)
106+
[![BotCity Maestro Runners](https://botcity.dev/github/readme/maestro/machines.png)](https://documentation.botcity.dev/maestro/features/runners/)
107107

108108
### 5️⃣ Create Alerts and Reports from the Automation Execution
109109

110-
[![BotCity Maestro Alerts](https://botcity.dev/github/readme/maestro/alerts.png)](https://botcity.atlassian.net/l/c/McH09qYw)
110+
[![BotCity Maestro Alerts](https://botcity.dev/github/readme/maestro/alerts.png)](https://documentation.botcity.dev/maestro/features/alerts/)
111111

112112
### 6️⃣ Create Google Data Studio Dashboards
113113

114-
[![BotCity Maestro Dashboards](https://botcity.dev/github/readme/maestro/dashboard.png)](https://botcity.atlassian.net/l/c/Z1uMY1vX)
114+
[![BotCity Maestro Dashboards](https://botcity.dev/github/readme/maestro/dashboard.png)](https://documentation.botcity.dev/maestro/features/dashboards/)
115115

116116
### 7️⃣ Create your Community Account
117117

@@ -123,7 +123,7 @@ We have a community account for hobbyists and students. Just signup and start au
123123
## 🤝 Contributing to BotCity Framework
124124

125125
- [Guidelines](https://github.com/botcity-dev/botcity-framework-web-python/blob/main/.github/CONTRIBUTING.md)
126-
- [Documentation](https://botcity-dev.github.io/botcity-framework-web-python/)
126+
- [Documentation](https://documentation.botcity.dev/frameworks/web/)
127127

128128
## ⛑ Support
129129

botcity/web/browsers/undetected_chrome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from undetected_chromedriver import Chrome # noqa: F401, F403
88
from undetected_chromedriver.options import ChromeOptions
9-
from undetected_chromedriver import Service as ChromeService # noqa: F401, F403
9+
from selenium.webdriver.chrome.service import Service as ChromeService # noqa: F401, F403
1010
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
1111
from ..util import cleanup_temp_dir
1212

docs/assets/favicon.ico

-4.19 KB
Binary file not shown.

docs/assets/logo.png

-4.84 KB
Binary file not shown.

docs/bot.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/browsers.md

Lines changed: 0 additions & 111 deletions
This file was deleted.

docs/forms.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/index.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)