Skip to content

Commit 4bd76a4

Browse files
committed
formatting fixes
1 parent 38e8488 commit 4bd76a4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docs/reference/components/applications.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Alternatively, to mimic interfacing with a hosted Harper instance, use operation
3939
package=<path-to-project> \
4040
restart=true
4141
```
42+
4243
- Make sure to omit the `target` option so that it _deploys_ to the Harper instance running locally
4344
- The `package=<path-to-project>` option creates a symlink to the application simplifying restarts
4445
- By default, the `deploy` operation command will _deploy_ the current directory by packaging it up and streaming the bytes. By specifying `package`, it skips this and references the file path directly

versioned_docs/version-4.4/developers/components/managing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Alternatively, to mimic interfacing with a hosted Harper instance, use operation
3737
package=<path-to-project> \
3838
restart=true
3939
```
40+
4041
- Make sure to omit the `target` option so that it _deploys_ to the Harper instance running locally
4142
- The `package=<path-to-project>` option creates a symlink to the component simplifying restarts
4243
- By default, the `deploy_component` operation command will _deploy_ the current directory by packaging it up and streaming the bytes. By specifying `package`, it skips this and references the file path directly

versioned_docs/version-4.5/developers/components/managing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Alternatively, to mimic interfacing with a hosted Harper instance, use operation
3737
package=<path-to-project> \
3838
restart=true
3939
```
40+
4041
- Make sure to omit the `target` option so that it _deploys_ to the Harper instance running locally
4142
- The `package=<path-to-project>` option creates a symlink to the component simplifying restarts
4243
- By default, the `deploy_component` operation command will _deploy_ the current directory by packaging it up and streaming the bytes. By specifying `package`, it skips this and references the file path directly

versioned_docs/version-4.6/reference/components/applications.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Alternatively, to mimic interfacing with a hosted Harper instance, use operation
3939
package=<path-to-project> \
4040
restart=true
4141
```
42+
4243
- Make sure to omit the `target` option so that it _deploys_ to the Harper instance running locally
4344
- The `package=<path-to-project>` option creates a symlink to the application simplifying restarts
4445
- By default, the `deploy` operation command will _deploy_ the current directory by packaging it up and streaming the bytes. By specifying `package`, it skips this and references the file path directly

0 commit comments

Comments
 (0)