Skip to content

Commit 04089e2

Browse files
committed
Re-run format script with latest Prettier (v3.6.2)
Signed-off-by: Roger Sheen <roger@infotexture.net>
1 parent a1afc53 commit 04089e2

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Follow this process to ensure your contribution meets our expectations and incre
4949
4. Commit your changes in logical chunks.
5050

5151
Please be sure to follow the [coding guidelines][5] and [best practices][6] outlined in the docs project wiki:
52-
5352
- [Test before committing][7]
5453
- [Commit related changes][8]
5554
- [Commit often][9]

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ You must have a JRE and a local installation of DITA-OT. There is no need to dow
2828

2929
1. Open a command prompt, and change to the directory of your docs repository clone.
3030
2. Type a variant of the following command for your operating system, adjust the path to your DITA-OT installation, and press <kbd>Enter</kbd>:
31-
3231
- On **Linux**, **macOS**, or **Git Bash**, use `./gradlew`:
3332

3433
./gradlew -PditaHome=/path/to/dita-ot
@@ -43,12 +42,10 @@ You must have a JRE and a local installation of DITA-OT. There is no need to dow
4342
If you’re using a clone of the [DITA-OT development repository][5] as your toolkit installation alongside your clone of the `docs` repository:
4443

4544
1. In the root directory of your `dita-ot` repository, run Gradle to compile the Java code and install plugins.
46-
4745
- On **Linux**, **macOS**, or **Git Bash**, use `./gradlew`.
4846
- On **Windows**, use `gradlew.bat`.
4947

5048
2. Then run the Gradle build in the `docs` repository to generate topics and build the documentation output.
51-
5249
- On **Linux**, **macOS**, or **Git Bash**, run the build script like this:
5350

5451
./gradlew -PditaHome=../dita-ot/src/main

0 commit comments

Comments
 (0)