Fixed grammar in directory-structure.adoc

Closes #35766

Signed-off-by: Eric Bariaux <375613+ebariaux@users.noreply.github.com>
This commit is contained in:
Eric Bariaux 2024-12-10 19:32:29 +01:00 committed by GitHub
parent 9456836b45
commit 782135684c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ Under the {project_name} install root there exists a number of folders:
* *data/* - directory for the server to store runtime information, such as transaction logs
** *logs/* - default directory for file logging - see <@links.server id="logging"/>
* *lib/* - used internally
* *providers/* - directory for user provided dependencies - see <@links.server id="configuration-provider"/> for extending the server and <@links.server id="db"/> for an example of add a JDBC driver.
* *providers/* - directory for user provided dependencies - see <@links.server id="configuration-provider"/> for extending the server and <@links.server id="db"/> for an example of adding a JDBC driver.
* *themes/* - directory for customizations to the Admin Console - see https://www.keycloak.org/docs/latest/server_development/#_themes[Developing Themes]
</@tmpl.guide>