Skip to content

Commit 3a63351

Browse files
authored
Merge pull request #654 from loicmathieu/doc/add-conf-reference
Add configuration reference
2 parents ed435ca + 72c2c18 commit 3a63351

File tree

8 files changed

+33
-1
lines changed

8 files changed

+33
-1
lines changed

docs/modules/ROOT/pages/bigtable.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,7 @@ public class BigtableResource {
145145
}
146146
}
147147
----
148+
149+
== Configuration Reference
150+
151+
include::./includes/quarkus-google-cloud-bigtable.adoc[]

docs/modules/ROOT/pages/firebase-admin.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,7 @@ public class FirebaseAppResource {
119119
120120
}
121121
----
122+
123+
== Configuration Reference
124+
125+
include::./includes/quarkus-google-cloud-firebase-admin.adoc[]

docs/modules/ROOT/pages/firestore.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,7 @@ You can also set the
110110
=== Using the Dev Service
111111

112112
Once the Dev Service is enabled, the Firestore client which you can `@Inject` in your application will be configured to use the emulator.
113+
114+
== Configuration Reference
115+
116+
include::./includes/quarkus-google-cloud-firestore.adoc[]

docs/modules/ROOT/pages/index.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ public class GoogleCredentialsMockProducer {
114114
}
115115
----
116116

117+
== Configuration Reference
118+
119+
include::./includes/quarkus-google-cloud.adoc[]
120+
117121
[[examples]]
118122
== Example applications
119123

docs/modules/ROOT/pages/logging.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,8 @@ public void log(String s) {
163163
.setTimestamp(Instant.now())
164164
.build()));
165165
}
166-
```
166+
```
167+
168+
== Configuration Reference
169+
170+
include::./includes/quarkus-google-cloud-logging.adoc[]

docs/modules/ROOT/pages/pubsub.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,7 @@ SubscriptionAdminSettings subscriptionAdminSettings = SubscriptionAdminSettings.
219219
.setTransportChannelProvider(channelProvider)
220220
.build();
221221
----
222+
223+
== Configuration Reference
224+
225+
include::./includes/quarkus-google-cloud-pubsub.adoc[]

docs/modules/ROOT/pages/spanner.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,7 @@ public class SpannerResource {
128128
129129
}
130130
----
131+
132+
== Configuration Reference
133+
134+
include::./includes/quarkus-google-cloud-spanner.adoc[]

docs/modules/ROOT/pages/storage.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,7 @@ public class StorageResource {
8383
8484
}
8585
----
86+
87+
== Configuration Reference
88+
89+
include::./includes/quarkus-google-cloud-storage.adoc[]

0 commit comments

Comments
 (0)