Skip to content

Commit 92b317d

Browse files
chore: add data service integration docs (#1076)
1 parent 2da6547 commit 92b317d

4 files changed

Lines changed: 541 additions & 19 deletions

File tree

docs/assets/llms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ A Python SDK for programmatic interaction with UiPath Cloud Platform services, f
2121
- https://uipath.github.io/uipath-python/core/buckets - Cloud storage buckets
2222
- https://uipath.github.io/uipath-python/core/attachments - File attachments
2323
- https://uipath.github.io/uipath-python/core/actions - Action Center integration
24+
- https://uipath.github.io/uipath-python/core/entities - Data Service integration
2425
- https://uipath.github.io/uipath-python/core/connections - External connections
2526
- https://uipath.github.io/uipath-python/core/documents - Document handling
2627
- https://uipath.github.io/uipath-python/core/documents_models - Document data models

docs/core/entities_service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
::: uipath.platform.entities._entities_service

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ nav:
6767
- Buckets: core/buckets.md
6868
- Connections: core/connections.md
6969
- Context Grounding: core/context_grounding.md
70+
- Data Service: core/entities_service.md
7071
- Documents: core/documents.md
7172
- Jobs: core/jobs.md
7273
- Guardrails: core/guardrails.md

0 commit comments

Comments
 (0)