Skip to content

Commit 1cda823

Browse files
authored
Merge pull request #2235 from alexissellier/improve-field-path-doc
Mention that path field can be a URL as well
2 parents 41b2d56 + 2ecccd1 commit 1cda823

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/pages/configuration/_partials/v2beta1/dependencies/path.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### `path` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">string</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> {#dependencies-path}
66

7-
Path is the local path where DevSpace can find the artifact. This option is mutually exclusive with the git option.
7+
Path is either the local path or the URL where DevSpace can find the artifact. This option is mutually exclusive with the git option.
88

99
</summary>
1010

docs/pages/configuration/_partials/v2beta1/imports/path.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### `path` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">string</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> {#imports-path}
66

7-
Path is the local path where DevSpace can find the artifact. This option is mutually exclusive with the git option.
7+
Path is either the local path or the URL where DevSpace can find the artifact. This option is mutually exclusive with the git option.
88

99
</summary>
1010

docs/schemas/config-openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
},
266266
"path": {
267267
"type": "string",
268-
"description": "Path is the local path where DevSpace can find the artifact.\nThis option is mutually exclusive with the git option.",
268+
"description": "Path is either the local path or the URL where DevSpace can find the artifact.\nThis option is mutually exclusive with the git option.",
269269
"group": "path",
270270
"group_name": "Source: Local Filesystem"
271271
},
@@ -885,7 +885,7 @@
885885
},
886886
"path": {
887887
"type": "string",
888-
"description": "Path is the local path where DevSpace can find the artifact.\nThis option is mutually exclusive with the git option.",
888+
"description": "Path is either the local path or the URL where DevSpace can find the artifact.\nThis option is mutually exclusive with the git option.",
889889
"group": "path",
890890
"group_name": "Source: Local Filesystem"
891891
},

0 commit comments

Comments
 (0)