Skip to content

Commit

Permalink
Merge pull request #654 from loicmathieu/doc/add-conf-reference
Browse files Browse the repository at this point in the history
Add configuration reference
  • Loading branch information
loicmathieu authored Aug 21, 2024
2 parents ed435ca + 72c2c18 commit 3a63351
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/modules/ROOT/pages/bigtable.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,7 @@ public class BigtableResource {
}
}
----

== Configuration Reference

include::./includes/quarkus-google-cloud-bigtable.adoc[]
4 changes: 4 additions & 0 deletions docs/modules/ROOT/pages/firebase-admin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,7 @@ public class FirebaseAppResource {
}
----

== Configuration Reference

include::./includes/quarkus-google-cloud-firebase-admin.adoc[]
4 changes: 4 additions & 0 deletions docs/modules/ROOT/pages/firestore.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,7 @@ You can also set the
=== Using the Dev Service

Once the Dev Service is enabled, the Firestore client which you can `@Inject` in your application will be configured to use the emulator.

== Configuration Reference

include::./includes/quarkus-google-cloud-firestore.adoc[]
4 changes: 4 additions & 0 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ public class GoogleCredentialsMockProducer {
}
----

== Configuration Reference

include::./includes/quarkus-google-cloud.adoc[]

[[examples]]
== Example applications

Expand Down
6 changes: 5 additions & 1 deletion docs/modules/ROOT/pages/logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,8 @@ public void log(String s) {
.setTimestamp(Instant.now())
.build()));
}
```
```

== Configuration Reference

include::./includes/quarkus-google-cloud-logging.adoc[]
4 changes: 4 additions & 0 deletions docs/modules/ROOT/pages/pubsub.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,7 @@ SubscriptionAdminSettings subscriptionAdminSettings = SubscriptionAdminSettings.
.setTransportChannelProvider(channelProvider)
.build();
----

== Configuration Reference

include::./includes/quarkus-google-cloud-pubsub.adoc[]
4 changes: 4 additions & 0 deletions docs/modules/ROOT/pages/spanner.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,7 @@ public class SpannerResource {
}
----

== Configuration Reference

include::./includes/quarkus-google-cloud-spanner.adoc[]
4 changes: 4 additions & 0 deletions docs/modules/ROOT/pages/storage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ public class StorageResource {
}
----

== Configuration Reference

include::./includes/quarkus-google-cloud-storage.adoc[]

0 comments on commit 3a63351

Please sign in to comment.