Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
fix: fix doc generator
Browse files Browse the repository at this point in the history
  • Loading branch information
machi1990 committed Nov 14, 2019
1 parent 5d57cc9 commit 2adf834
Show file tree
Hide file tree
Showing 25 changed files with 66 additions and 121 deletions.
67 changes: 24 additions & 43 deletions src/main/asciidoc/generated/all-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ h|[[quarkus-amazon-lambda_quarkus-amazon-lambda]]link:#quarkus-amazon-lambda_qua
h|Type
h|Default

a|icon:archive[title=Fixed at build time] [[quarkus-amazon-lambda_quarkus.lambda-build-time.enable-polling-jvm-mode]]`link:#quarkus-amazon-lambda_quarkus.lambda-build-time.enable-polling-jvm-mode[quarkus.lambda-build-time.enable-polling-jvm-mode]`
a|icon:archive[title=Fixed at build time] [[quarkus-amazon-lambda_quarkus.lambda.enable-polling-jvm-mode]]`link:#quarkus-amazon-lambda_quarkus.lambda.enable-polling-jvm-mode[quarkus.lambda.enable-polling-jvm-mode]`

[.description]
--
Expand Down Expand Up @@ -431,8 +431,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-amazon-dynamodb_quarkus.dyna
--
List of execution interceptors that will have access to read and modify the request and response objects as they are processed by the AWS SDK.
The list should consists of class names which implements `software.amazon.awssdk.core.interceptor.ExecutionInterceptor` interface.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.Class<?>>.html[java.util.List<java.lang.Class<?>>]

--|list of class name
|


Expand Down Expand Up @@ -776,8 +775,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-amazon-dynamodb_quarkus.dyna
[.description]
--
The hosts that the client is allowed to access without going through the proxy.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down Expand Up @@ -956,8 +954,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-amazon-dynamodb_quarkus.dyna
[.description]
--
The hosts that the client is allowed to access without going through the proxy.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down Expand Up @@ -1727,8 +1724,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-vertx-http_quarkus.http.cors
[.description]
--
Origins allowed for CORS Comma separated list of valid URLs. ex: http://www.quarkus.io,http://localhost:3000 The filter allows any origin if this is not set. default: returns any requested origin as valid
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand All @@ -1737,7 +1733,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-vertx-http_quarkus.http.cors
[.description]
--
HTTP methods allowed for CORS Comma separated list of valid methods. ex: GET,PUT,POST The filter allows any method if this is not set. default: returns any requested method as valid
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<io.vertx.core.http.HttpMethod>.html[java.util.List<io.vertx.core.http.HttpMethod>]
--|list of link:https://vertx.io/docs/apidocs/io/vertx/core/http/HttpMethod.html[HttpMethod]

|

Expand All @@ -1747,8 +1743,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-vertx-http_quarkus.http.cors
[.description]
--
HTTP headers allowed for CORS Comma separated list of valid headers. ex: X-Custom,Content-Disposition The filter allows any header if this is not set. default: returns any requested header as valid
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand All @@ -1757,8 +1752,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-vertx-http_quarkus.http.cors
[.description]
--
HTTP headers exposed in CORS Comma separated list of valid headers. ex: X-Custom,Content-Disposition default: empty
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down Expand Up @@ -1822,8 +1816,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-vertx-http_quarkus.http.ssl.
[.description]
--
The cipher suites to use. If none is given, a reasonable default is selected.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down Expand Up @@ -1946,8 +1939,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-vertx-http_quarkus.http.auth
[.description]
--
The methods that this permission set applies to. If this is not set then they apply to all methods. Note that if a request matches any path from any permission set, but does not match the constraint due to the method not being listed then the request will be denied. Method specific permissions take precedence over matches that do not have any methods set. This means that for example if Quarkus is configured to allow GET and POST requests to /admin to and no other permissions are configured PUT requests to /admin will be denied.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand All @@ -1956,8 +1948,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-vertx-http_quarkus.http.auth
[.description]
--
The paths that this permission check applies to. If the path ends in /* then this is treated as a path prefix, otherwise it is treated as an exact match. Matches are done on a length basis, so the most specific path match takes precedence. If multiple permission sets match the same path then explicit methods matches take precedence over over matches without methods set, otherwise the most restrictive permissions are applied.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down Expand Up @@ -2275,8 +2266,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-flyway_quarkus.flyway.locati
[.description]
--
Comma-separated list of locations to scan recursively for migrations. The location type is determined by its prefix. Unprefixed locations or locations starting with classpath: point to a package on the classpath and may contain both SQL and Java-based migrations. Locations starting with filesystem: point to a directory on the filesystem, may only contain SQL migrations and are only scanned recursively down non-hidden directories.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand All @@ -2294,8 +2284,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-flyway_quarkus.flyway.schema
[.description]
--
Comma-separated case-sensitive list of schemas managed by Flyway. The first schema in the list will be automatically set as the default one during the migration. It will also be the one containing the schema history table.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down Expand Up @@ -2681,8 +2670,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-hibernate-search-elasticsear
[.description]
--
The list of hosts of the Elasticsearch servers.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|`http://localhost:9200`


Expand Down Expand Up @@ -2855,8 +2843,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-hibernate-search-elasticsear
[.description]
--
The list of hosts of the Elasticsearch servers.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|`http://localhost:9200`


Expand Down Expand Up @@ -3110,7 +3097,7 @@ h|[[quarkus-jaeger_quarkus-jaeger]]link:#quarkus-jaeger_quarkus-jaeger[Jaeger]
h|Type
h|Default

a|icon:archive[title=Fixed at build time] [[quarkus-jaeger_quarkus.jaeger-build-time.enabled]]`link:#quarkus-jaeger_quarkus.jaeger-build-time.enabled[quarkus.jaeger-build-time.enabled]`
a|icon:archive[title=Fixed at build time] [[quarkus-jaeger_quarkus.jaeger.enabled]]`link:#quarkus-jaeger_quarkus.jaeger.enabled[quarkus.jaeger.enabled]`

[.description]
--
Expand Down Expand Up @@ -3827,8 +3814,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-mongodb-client_quarkus.mongo
[.description]
--
Configures the Mongo server addressed (one if single mode). The addressed are passed as `host:port`.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down Expand Up @@ -4254,7 +4240,7 @@ h|[[quarkus-oidc_quarkus-oidc]]link:#quarkus-oidc_quarkus-oidc[OpenID Connect]
h|Type
h|Default

a|icon:archive[title=Fixed at build time] [[quarkus-oidc_quarkus.oidc-build-time.enabled]]`link:#quarkus-oidc_quarkus.oidc-build-time.enabled[quarkus.oidc-build-time.enabled]`
a|icon:archive[title=Fixed at build time] [[quarkus-oidc_quarkus.oidc.enabled]]`link:#quarkus-oidc_quarkus.oidc.enabled[quarkus.oidc.enabled]`

[.description]
--
Expand All @@ -4263,7 +4249,7 @@ If the OIDC extension is enabled.
|`true`


a|icon:archive[title=Fixed at build time] [[quarkus-oidc_quarkus.oidc-build-time.application-type]]`link:#quarkus-oidc_quarkus.oidc-build-time.application-type[quarkus.oidc-build-time.application-type]`
a|icon:archive[title=Fixed at build time] [[quarkus-oidc_quarkus.oidc.application-type]]`link:#quarkus-oidc_quarkus.oidc.application-type[quarkus.oidc.application-type]`

[.description]
--
Expand Down Expand Up @@ -4510,8 +4496,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.package.user-co
[.description]
--
Files that should not be copied to the output artifact
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down Expand Up @@ -4556,8 +4541,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.native.addition
[.description]
--
Additional arguments to pass to the build process
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down Expand Up @@ -4747,8 +4731,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.native.containe
[.description]
--
Options to pass to the container runtime
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down Expand Up @@ -4802,8 +4785,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.jni.library-pat
[.description]
--
Paths of library to load.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down Expand Up @@ -5492,8 +5474,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-security_quarkus.security.se
[.description]
--
List of security providers to enable for reflection
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/generated/quarkus-amazon-lambda.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ h|[[quarkus-amazon-lambda_configuration]]link:#quarkus-amazon-lambda_configurati
h|Type
h|Default

a|icon:archive[title=Fixed at build time] [[quarkus-amazon-lambda_quarkus.lambda-build-time.enable-polling-jvm-mode]]`link:#quarkus-amazon-lambda_quarkus.lambda-build-time.enable-polling-jvm-mode[quarkus.lambda-build-time.enable-polling-jvm-mode]`
a|icon:archive[title=Fixed at build time] [[quarkus-amazon-lambda_quarkus.lambda.enable-polling-jvm-mode]]`link:#quarkus-amazon-lambda_quarkus.lambda.enable-polling-jvm-mode[quarkus.lambda.enable-polling-jvm-mode]`

[.description]
--
Expand Down
3 changes: 1 addition & 2 deletions src/main/asciidoc/generated/quarkus-core-jni-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-core-jni-config_quarkus.jni.
[.description]
--
Paths of library to load.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down
6 changes: 2 additions & 4 deletions src/main/asciidoc/generated/quarkus-core-native-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-core-native-config_quarkus.n
[.description]
--
Additional arguments to pass to the build process
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down Expand Up @@ -204,8 +203,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-core-native-config_quarkus.n
[.description]
--
Options to pass to the container runtime
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down
3 changes: 1 addition & 2 deletions src/main/asciidoc/generated/quarkus-core-package-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-core-package-config_quarkus.
[.description]
--
Files that should not be copied to the output artifact
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-dynamodb-config-group-netty-
[.description]
--
The hosts that the client is allowed to access without going through the proxy.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|

|===
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-dynamodb-config-group-netty-
[.description]
--
The hosts that the client is allowed to access without going through the proxy.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-dynamodb-config-group-sdk-bu
--
List of execution interceptors that will have access to read and modify the request and response objects as they are processed by the AWS SDK.
The list should consists of class names which implements `software.amazon.awssdk.core.interceptor.ExecutionInterceptor` interface.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.Class<?>>.html[java.util.List<java.lang.Class<?>>]

--|list of class name
|

|===
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-dynamodb-config-group-sync-h
[.description]
--
The hosts that the client is allowed to access without going through the proxy.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|

|===
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-dynamodb-config-group-sync-h
[.description]
--
The hosts that the client is allowed to access without going through the proxy.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-dynamodb-config-group-sync-h
[.description]
--
The hosts that the client is allowed to access without going through the proxy.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down
9 changes: 3 additions & 6 deletions src/main/asciidoc/generated/quarkus-dynamodb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-dynamodb_quarkus.dynamodb.in
--
List of execution interceptors that will have access to read and modify the request and response objects as they are processed by the AWS SDK.
The list should consists of class names which implements `software.amazon.awssdk.core.interceptor.ExecutionInterceptor` interface.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.Class<?>>.html[java.util.List<java.lang.Class<?>>]

--|list of class name
|


Expand Down Expand Up @@ -359,8 +358,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-dynamodb_quarkus.dynamodb.sy
[.description]
--
The hosts that the client is allowed to access without going through the proxy.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down Expand Up @@ -539,8 +537,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-dynamodb_quarkus.dynamodb.as
[.description]
--
The hosts that the client is allowed to access without going through the proxy.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down
6 changes: 2 additions & 4 deletions src/main/asciidoc/generated/quarkus-flyway.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ a|icon:archive[title=Fixed at build time] [[quarkus-flyway_quarkus.flyway.locati
[.description]
--
Comma-separated list of locations to scan recursively for migrations. The location type is determined by its prefix. Unprefixed locations or locations starting with classpath: point to a package on the classpath and may contain both SQL and Java-based migrations. Locations starting with filesystem: point to a directory on the filesystem, may only contain SQL migrations and are only scanned recursively down non-hidden directories.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand All @@ -32,8 +31,7 @@ a|icon:cogs[title=Overridable at runtime] [[quarkus-flyway_quarkus.flyway.schema
[.description]
--
Comma-separated case-sensitive list of schemas managed by Flyway. The first schema in the list will be automatically set as the default one during the migration. It will also be the one containing the schema history table.
--|link:https://docs.oracle.com/javase/8/docs/api/java/util/List<java.lang.String>.html[java.util.List<java.lang.String>]

--|list of string
|


Expand Down
Loading

0 comments on commit 2adf834

Please sign in to comment.