Skip to content

Commit fcd0c94

Browse files
authored
docs: fix pack default extensions list and leading dot example (#1699)
1 parent 636d01b commit fcd0c94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/uipath/docs/cli/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ By default, the following file types are included in the `.nupkg` file:
198198
- `.json`
199199
- `.yaml`
200200
- `.yml`
201+
- `.md`
201202

202203
---
203204

@@ -212,7 +213,7 @@ To include additional files, update the `uipath.json` file by adding a `packOpti
212213
"<file here>"
213214
],
214215
"fileExtensionsIncluded": [
215-
"<new file extension to include (e.g., 'go')>"
216+
"<new file extension to include, with leading dot (e.g., '.go')>"
216217
]
217218
}
218219
}

0 commit comments

Comments
 (0)