Skip to content

Commit

Permalink
Merge pull request #464 from quarkiverse/adjust_doc_title
Browse files Browse the repository at this point in the history
Adjust doc title
  • Loading branch information
loicmathieu authored Jul 10, 2023
2 parents 967113f + 2449028 commit 477aedb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: quarkus-google-cloud-services
title: Quarkus Google Cloud Services
title: Google Cloud Services
version: main
nav:
- modules/ROOT/nav.adoc
- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
package io.quarkiverse.googlecloudservices.firestore.runtime;

import com.google.api.gax.retrying.RetrySettings;
import com.google.auth.oauth2.GoogleCredentials;
import com.google.cloud.firestore.Firestore;
import com.google.cloud.firestore.FirestoreOptions;
import io.quarkiverse.googlecloudservices.common.GcpBootstrapConfiguration;
import io.quarkiverse.googlecloudservices.common.GcpConfigHolder;
import io.quarkiverse.googlecloudservices.firestore.runtime.FirestoreConfiguration.RetryConfiguration;
import java.io.IOException;

import jakarta.enterprise.context.ApplicationScoped;
import jakarta.enterprise.inject.Default;
import jakarta.enterprise.inject.Produces;
import jakarta.inject.Inject;
import jakarta.inject.Singleton;

import org.threeten.bp.Duration;

import java.io.IOException;
import com.google.api.gax.retrying.RetrySettings;
import com.google.auth.oauth2.GoogleCredentials;
import com.google.cloud.firestore.Firestore;
import com.google.cloud.firestore.FirestoreOptions;

import io.quarkiverse.googlecloudservices.common.GcpBootstrapConfiguration;
import io.quarkiverse.googlecloudservices.common.GcpConfigHolder;
import io.quarkiverse.googlecloudservices.firestore.runtime.FirestoreConfiguration.RetryConfiguration;

@ApplicationScoped
public class FirestoreProducer {
Expand Down

0 comments on commit 477aedb

Please sign in to comment.