docsite
docsite copied to clipboard
Genkit's documentation and website, built by Google on Astro
Light mode is hard to see the code on the front page.
Removes the import trace logs by adding genkit as an external server package
The documentation example used `[]MenuItem{item}`, but the `GenerateData` function returns a pointer (`*MenuItem`). This caused a mismatch because `Menu.Items` expects a slice of values (`[]MenuItem`), not pointers. This commit updates...
I found several issues in the samples for Firestore, main one being different embedding dimensions, as the gemini-embedding-001 generates larger dimension by default than [Firestore supports](https://firebase.google.com/docs/firestore/manage-data/data-types). I also updated the...
Adds a global language selector to the docs navigation and filters the docs navigation column content in CSS based on selected language so that only relevant pages are displayed -...
Clarify text explaining cli.genkit.dev