Skip to content

Commit 89b6ffc

Browse files
authored
Merge pull request #564 from AshwinJay/wiki-fix
Minor wiki formatting so prerequisites render clearly
2 parents cf7feca + 8c2a159 commit 89b6ffc

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/devguide/running/source.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ You can [run Conductor using Docker](docker.md) to download Conductor with persi
99

1010
## Building Conductor server from source
1111

12-
!!! info "Prerequisites"
13-
- Java (JDK) v17
14-
- (Optional) [Docker](https://www.docker.com/get-started/) for running tests
12+
> [!NOTE]
13+
> "Prerequisites"
14+
> * Java (JDK) v17
15+
> * (Optional) [Docker](https://www.docker.com/get-started/) for running tests
1516
1617
**To build Conductor server from source:**
1718

@@ -74,10 +75,11 @@ The API documentation should now be accessible at [http://localhost:8080/swagger
7475

7576
## Running Conductor UI from source
7677

77-
!!! info "Prerequisites"
78-
- A running Conductor server on port 8080
79-
- [Node v14](https://nodejs.org) for the UI to build
80-
- [Yarn](https://classic.yarnpkg.com/en/docs/install) for building and running the UI
78+
> [!NOTE]
79+
> "Prerequisites"
80+
> * A running Conductor server on port 8080
81+
> * [Node v14](https://nodejs.org) for the UI to build
82+
> * [Yarn](https://classic.yarnpkg.com/en/docs/install) for building and running the UI
8183

8284
The UI is a standard `create-react-app` React single page application (SPA).
8385

@@ -101,6 +103,6 @@ The UI should now be accessible at [http://localhost:5000](http://localhost:5000
101103
![conductor ui](conductorUI.png)
102104

103105

104-
!!! note
105-
To use the UI locally, there is no need to build the project. If you require compiled assets to host on a production web server, you can build the project using `yarn build`.
106+
> [!NOTE]
107+
> To use the UI locally, there is no need to build the project. If you require compiled assets to host on a production web server, you can build the project using `yarn build`.
106108

0 commit comments

Comments
 (0)