Skip to content

Commit fb9c688

Browse files
Merge pull request #250 from UiPath/docs/fix-first-page
Docs/fix first page
2 parents 4a53a15 + 4829058 commit fb9c688

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ To properly use the CLI for packaging and publishing, your project should includ
163163
- A `uipath.json` file (generated by `uipath init`)
164164
- Any Python files needed for your automation
165165

166-
## Development
166+
## Development
167167

168-
### Setting Up a Development Environment
168+
### Setting Up a Development Environment
169169

170-
Please read our [contribution guidelines](CONTRIBUTING.md) before submitting a pull request.
170+
Please read our [contribution guidelines](CONTRIBUTING.md) before submitting a pull request.

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Welcome to UiPath SDK
2-
3-
::: uipath
1+
--8<--
2+
README.md
3+
--8<--

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath"
3-
version = "2.0.2.dev1"
3+
version = "2.0.2.dev2"
44
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)