aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subprojects/docs/src/docs/develop/contributing/commands.md6
-rw-r--r--subprojects/docs/versioned_docs/version-0.1.0/develop/contributing/commands.md6
2 files changed, 6 insertions, 6 deletions
diff --git a/subprojects/docs/src/docs/develop/contributing/commands.md b/subprojects/docs/src/docs/develop/contributing/commands.md
index d0e300ec..7ffe2a6c 100644
--- a/subprojects/docs/src/docs/develop/contributing/commands.md
+++ b/subprojects/docs/src/docs/develop/contributing/commands.md
@@ -75,7 +75,7 @@ The following commands can only be run once [`./gradlew build`](#build) has inst
75### `docs dev` 75### `docs dev`
76 76
77```bash posix2windows 77```bash posix2windows
78./yarn docs dev 78./yarnw docs dev
79``` 79```
80 80
81Builds and serves this documentation in development mode on port 3000. 81Builds and serves this documentation in development mode on port 3000.
@@ -84,7 +84,7 @@ Saved changes to most documentation sources are immediately reflected in the bro
84You can set the port with the `-p` option, e.g. to use port 1313, use 84You can set the port with the `-p` option, e.g. to use port 1313, use
85 85
86```bash posix2windows 86```bash posix2windows
87./yarn docs dev -p 1313 87./yarnw docs dev -p 1313
88``` 88```
89 89
90:::note 90:::note
@@ -100,7 +100,7 @@ which can be safely ignored.
100### `frontend dev` 100### `frontend dev`
101 101
102```bash posix2windows 102```bash posix2windows
103./yarn frontend dev 103./yarnw frontend dev
104``` 104```
105 105
106Builds and serves the refinery frontend on port 1313. 106Builds and serves the refinery frontend on port 1313.
diff --git a/subprojects/docs/versioned_docs/version-0.1.0/develop/contributing/commands.md b/subprojects/docs/versioned_docs/version-0.1.0/develop/contributing/commands.md
index d0e300ec..7ffe2a6c 100644
--- a/subprojects/docs/versioned_docs/version-0.1.0/develop/contributing/commands.md
+++ b/subprojects/docs/versioned_docs/version-0.1.0/develop/contributing/commands.md
@@ -75,7 +75,7 @@ The following commands can only be run once [`./gradlew build`](#build) has inst
75### `docs dev` 75### `docs dev`
76 76
77```bash posix2windows 77```bash posix2windows
78./yarn docs dev 78./yarnw docs dev
79``` 79```
80 80
81Builds and serves this documentation in development mode on port 3000. 81Builds and serves this documentation in development mode on port 3000.
@@ -84,7 +84,7 @@ Saved changes to most documentation sources are immediately reflected in the bro
84You can set the port with the `-p` option, e.g. to use port 1313, use 84You can set the port with the `-p` option, e.g. to use port 1313, use
85 85
86```bash posix2windows 86```bash posix2windows
87./yarn docs dev -p 1313 87./yarnw docs dev -p 1313
88``` 88```
89 89
90:::note 90:::note
@@ -100,7 +100,7 @@ which can be safely ignored.
100### `frontend dev` 100### `frontend dev`
101 101
102```bash posix2windows 102```bash posix2windows
103./yarn frontend dev 103./yarnw frontend dev
104``` 104```
105 105
106Builds and serves the refinery frontend on port 1313. 106Builds and serves the refinery frontend on port 1313.