Skip to content

Commit f013841

Browse files
chore: fix path for docs
1 parent 9f7be1f commit f013841

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

docs/how_to_contribute.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
--8<--
2+
CONTRIBUTING.md
3+
--8<--

mkdocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ theme:
3434
logo: assets/uipath-logo.svg
3535

3636
nav:
37-
- Home: index.md
37+
- Home:
38+
- index.md
39+
- How To Contribute: how_to_contribute.md
3840
- Langchain:
39-
- plugins/uipath-langchain-python/Readme.md
41+
- plugins/uipath-langchain-python/README.md
4042
- Chat models: plugins/uipath-langchain-python/docs/chat_models.md
4143
- Context Grounding Chain: plugins/uipath-langchain-python/docs/context_grounding_chain.md
4244
- Context Grounding Retriever: plugins/uipath-langchain-python/docs/context_grounding_retriever.md

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.4.dev3"
3+
version = "2.0.4.dev4"
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)