KEYCLOAK-10356 Replace mention to "providers" folder with "standalone/deployments"

This commit is contained in:
Thomas Vitale 2020-02-04 20:24:18 +01:00 committed by Stian Thorgersen
parent 5db41aa203
commit bdedc54a77
2 changed files with 5 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

View file

@ -3,9 +3,6 @@
This chapter walks you through the directory structure of the server distribution.
.distribution directory structure
image:{project_images}/files.png[alt="distribution"]
Let's examine the purpose of some of the directories:
_bin/_::
@ -17,14 +14,14 @@ _domain/_::
_modules/_::
These are all the Java libraries used by the server.
ifeval::[{project_community}==true]
_providers/_::
If you are writing extensions to keycloak, you can put your extensions here. See the link:{developerguide_link}[{developerguide_name}] for more information on this.
endif::[]
_standalone/_::
This contains configuration files and working directory when running {project_name} in <<_standalone-mode,standalone mode>>.
ifeval::[{project_community}==true]
_standalone/deployments/_::
If you are writing extensions to keycloak, you can put your extensions here. See the link:{developerguide_link}[{developerguide_name}] for more information on this.
endif::[]
_themes/_::
This directory contains all the html, style sheets, JavaScript files, and images used to display any UI screen displayed by the server.
Here you can modify an existing theme or create your own. See the link:{developerguide_link}[{developerguide_name}] for more information on this.