Use code blocks to avoid layout collapse
This commit is contained in:
parent
580f2b4977
commit
0cc0bac01c
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue