docs: fix non-escaped URLs
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
@@ -110,7 +110,7 @@ _No output._
|
||||
|
||||
## #Op
|
||||
|
||||
One operation in a pipeline #Op does not current enforce the op spec at full resolution, to avoid triggering performance issues. See https://github.com/dagger/dagger/issues/445 To enforce the full #Op spec (see op_fullop.cue), run with "-t fullop"
|
||||
One operation in a pipeline
|
||||
|
||||
### #Op Inputs
|
||||
|
||||
|
@@ -26,11 +26,11 @@ A git repository
|
||||
|
||||
### #Repository Inputs
|
||||
|
||||
| Name | Type | Description |
|
||||
| ------------- |:-------------: |:-------------: |
|
||||
|*remote* | `string` |Git remote. Example: "https://github.com/dagger/dagger" |
|
||||
|*ref* | `string` |Git ref: can be a commit, tag or branch. Example: "main" |
|
||||
|*subdir* | `*null \| string` |(optional) Subdirectory |
|
||||
| Name | Type | Description |
|
||||
| ------------- |:-------------: |:-------------: |
|
||||
|*remote* | `string` |Git remote. Example: `"https://github.com/dagger/dagger"` |
|
||||
|*ref* | `string` |Git ref: can be a commit, tag or branch. Example: "main" |
|
||||
|*subdir* | `*null \| string` |(optional) Subdirectory |
|
||||
|
||||
### #Repository Outputs
|
||||
|
||||
|
@@ -5,7 +5,6 @@ sidebar_label: yarn
|
||||
# dagger.io/js/yarn
|
||||
|
||||
Yarn is a package manager for Javascript applications
|
||||
https://yarnpkg.com
|
||||
|
||||
## #Package
|
||||
|
||||
|
Reference in New Issue
Block a user