Use code blocks to avoid layout collapse

This commit is contained in:
Takaya Ide 2020-10-14 07:29:41 +00:00 committed by Stian Thorgersen
parent 580f2b4977
commit 0cc0bac01c

View file

@ -2,6 +2,7 @@
The module holds the codebase to run Keycloak on top of [Quarkus](https://quarkus.io/):
```
├── deployment
│   ├── Build-time codebase with all the necessary steps to build and configure the server
@ -10,7 +11,7 @@ The module holds the codebase to run Keycloak on top of [Quarkus](https://quarku
└── server
├── The server itself, only responsible for generating the server artifacts
```
## Activating the Module
@ -56,4 +57,4 @@ dependencies (e.g: services, model, etc) won't be reflected into the running ser
hot reload capabilities from your IDE to make changes at runtime.
NOTE: We need to improve DevX and figure out why changes to dependencies are not being recognized when running tests or running
Quarkus Dev Mode.
Quarkus Dev Mode.