diff --git a/docs/index.html b/docs/index.html index 749ee36..2e6b51c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ - +f @@ -88,22 +88,22 @@

The first one is configuring your application.properties file:

-# The first-level part of the URL path: http://localhost:8080/${baseUrl}/
+## The first-level part of the URL path: http://localhost:8080/${baseUrl}/
 dbadmin.baseUrl=admin
 
-# The package(s) that contain your @Entity classes
-# accepts multiple comma separated values
+## The package(s) that contain your @Entity classes
+## accepts multiple comma separated values
 dbadmin.modelsPackage=your.models.package,your.second.models.package
 
-## It is required to have open-in-view set to true
+## At the moment, it's required to have open-in-view set to true.
 # spring.jpa.open-in-view=true
 
-# OPTIONAL PARAMETERS
-# Whether to enable to web interface
+## OPTIONAL PARAMETERS
+## Whether to enable Spring Boot Database Admin
 # dbadmin.enabled=true
 #
-# Set to true if you need to run the tests, as it will customize
-# the database configuration for the internal DataSource
+## Set to true if you need to run the tests, as it will customize
+## the database configuration for the internal DataSource
 # dbadmin.testMode=false