Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ jobs:
if: ${{ steps.check_version.outputs.modified }} == 'true'
run: |
mkdir -p docs/plugins
ln -s ../../plugins/uipath-langchain-python/docs docs/plugins/uipath-langchain-python
ln -s ../../plugins/uipath-langchain-python docs/plugins/uipath-langchain-python

- name: Publish Docs
if: ${{ steps.check_version.outputs.modified }} == 'true'
run: |
ls -la docs
uv run mkdocs gh-deploy --force
11 changes: 6 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ theme:
nav:
- Home: index.md
- Langchain:
- Intro: plugins/uipath-langchain-python/index.md
- Chat models: plugins/uipath-langchain-python/chat_models.md
- Context Grounding Chain: plugins/uipath-langchain-python/context_grounding_chain.md
- Context Grounding Retriever: plugins/uipath-langchain-python/context_grounding_retriever.md
- Interrupt models: plugins/uipath-langchain-python/interrupt_models.md
- plugins/uipath-langchain-python/Readme.md
- Chat models: plugins/uipath-langchain-python/docs/chat_models.md
- Context Grounding Chain: plugins/uipath-langchain-python/docs/context_grounding_chain.md
- Context Grounding Retriever: plugins/uipath-langchain-python/docs/context_grounding_retriever.md
- Interrupt models: plugins/uipath-langchain-python/docs/interrupt_models.md
- Actions: actions.md
- Assets: assets.md
- Buckets: buckets.md
- Connections: connections.md
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "uipath"
version = "2.0.4.dev2"
version = "2.0.4.dev3"
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.10"
Expand Down
Loading