From 15811d58239a43d27027e98e0d91811277c48881 Mon Sep 17 00:00:00 2001 From: Kevin Cheung Date: Thu, 25 Jul 2024 09:36:53 -0700 Subject: [PATCH 1/3] Add feedback info to docs --- docs/_guides.yaml | 6 +++++- docs/feedback.md | 27 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 docs/feedback.md diff --git a/docs/_guides.yaml b/docs/_guides.yaml index 23b9e938c2..8b011794c1 100644 --- a/docs/_guides.yaml +++ b/docs/_guides.yaml @@ -77,7 +77,11 @@ toc: path: /docs/genkit/plugins/google-cloud - title: LangChain path: /docs/genkit/plugins/langchain -# + + - break: true + - title: Connect with us + path: /docs/genkit/feedback + # reference: # - title: Resource summary # path: /docs/genkit/reference/coming-soon diff --git a/docs/feedback.md b/docs/feedback.md new file mode 100644 index 0000000000..38392e6150 --- /dev/null +++ b/docs/feedback.md @@ -0,0 +1,27 @@ +# Connect with us + +We'd love to hear about your excperience with Genkit. Here's how you can get in +touch with us: + +**Join the community:** Stay updated, ask questions, and share your work with +other Genkit users on the [Genkit Discord server](https://discord.gg/qXt5zzQKpc). + +**Provide feedback:** Report issues with Genkit or the docs, or suggest new +features using our [GitHub issue tracker](https://github.com/firebase/genkit/issues). + +**Engage in discussions:** Participate in conversations about Genkit on our +[GitHub Discussions](https://github.com/firebase/genkit/discussions) forum. + +**We're interested in learning things like:** + +* Was it straightforward to set up and make your first `generate` call? If not, + how could we make it better? + +* Were you able to build what you wanted? If not, what could we do to help? + +* Is there any specific feature, documentation, or resource that's missing? + +* Is there anything that's working particularly well for you? + Anything that isn't? + +* Anything else that you'd like to share with us about your experience! From 04ced5a70d3b3025cac2af820e433d9c9382cb81 Mon Sep 17 00:00:00 2001 From: Kevin Cheung Date: Thu, 25 Jul 2024 09:38:29 -0700 Subject: [PATCH 2/3] fmt --- docs/feedback.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/feedback.md b/docs/feedback.md index 38392e6150..5732ee0ef6 100644 --- a/docs/feedback.md +++ b/docs/feedback.md @@ -14,14 +14,14 @@ features using our [GitHub issue tracker](https://github.com/firebase/genkit/iss **We're interested in learning things like:** -* Was it straightforward to set up and make your first `generate` call? If not, +- Was it straightforward to set up and make your first `generate` call? If not, how could we make it better? -* Were you able to build what you wanted? If not, what could we do to help? +- Were you able to build what you wanted? If not, what could we do to help? -* Is there any specific feature, documentation, or resource that's missing? +- Is there any specific feature, documentation, or resource that's missing? -* Is there anything that's working particularly well for you? +- Is there anything that's working particularly well for you? Anything that isn't? -* Anything else that you'd like to share with us about your experience! +- Anything else that you'd like to share with us about your experience! From 0e9a914538c1d92f402a0801988dae837991c586 Mon Sep 17 00:00:00 2001 From: Kevin Cheung Date: Thu, 25 Jul 2024 10:41:36 -0700 Subject: [PATCH 3/3] no gh forum --- docs/feedback.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/feedback.md b/docs/feedback.md index 5732ee0ef6..5e3132d79f 100644 --- a/docs/feedback.md +++ b/docs/feedback.md @@ -9,9 +9,6 @@ other Genkit users on the [Genkit Discord server](https://discord.gg/qXt5zzQKpc) **Provide feedback:** Report issues with Genkit or the docs, or suggest new features using our [GitHub issue tracker](https://github.com/firebase/genkit/issues). -**Engage in discussions:** Participate in conversations about Genkit on our -[GitHub Discussions](https://github.com/firebase/genkit/discussions) forum. - **We're interested in learning things like:** - Was it straightforward to set up and make your first `generate` call? If not,