Add missing space (#30394)
* Add missing space Fix the website on https://www.keycloak.org/server/db showing some asciidoc related `ifeval` text Closes #30417 Signed-off-by: Wim Deblauwe <wim.deblauwe@gmail.com> * Review and rework for grammar and syntax Closes #30417 Signed-off-by: Alexander Schwartz <aschwart@redhat.com> --------- Signed-off-by: Wim Deblauwe <wim.deblauwe@gmail.com> Signed-off-by: Alexander Schwartz <aschwart@redhat.com> Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
2f11605a5b
commit
cc00566fae
1 changed files with 17 additions and 4 deletions
|
@ -32,9 +32,22 @@ only exists for development use-cases. The `dev-file` database is not suitable f
|
|||
|
||||
== Installing a database driver
|
||||
|
||||
Database drivers are shipped as part of {project_name} except for the Oracle Database<@profile.ifProduct> and Microsoft SQL Server drivers</@profile.ifProduct>.
|
||||
Database drivers are shipped as part of {project_name} except for the
|
||||
<@profile.ifProduct>
|
||||
Oracle Database and Microsoft SQL Server drivers.
|
||||
</@profile.ifProduct>
|
||||
<@profile.ifCommunity>
|
||||
Oracle Database driver.
|
||||
</@profile.ifCommunity>
|
||||
|
||||
Install the necessary missing driver manually if you want to connect to one of these databases or skip this section if you want to connect to a different database for which the database driver is already included.
|
||||
Install the necessary missing driver manually if you want to connect to
|
||||
<@profile.ifProduct>
|
||||
one of these databases
|
||||
</@profile.ifProduct>
|
||||
<@profile.ifCommunity>
|
||||
this database
|
||||
</@profile.ifCommunity>
|
||||
or skip this section if you want to connect to a different database for which the database driver is already included.
|
||||
|
||||
=== Installing the Oracle Database driver
|
||||
|
||||
|
|
Loading…
Reference in a new issue