Google’s generative AI docs repo is now a museum with exit signs
These were the source files for Google’s Generative AI developer site, now relocated to standalone cookbooks.

What it does
This repository previously contained the source notebooks, demo applications, and bite-sized examples that powered Google’s Generative AI developer site at ai.google.dev. It covered the Gemini API and the open Gemma models. Today it serves strictly as a deprecated archive with links to the active replacements.
The interesting bit
There is no hidden code or secret sauce here—just a cleanly organized content migration. Google split the material into separate Gemini and Gemma cookbooks, leaving this repo as a well-lit exit sign rather than a forgotten back alley.
Key highlights
- Hosted notebooks and tutorials used directly on the live developer site.
- Contained three tiers of content:
site/docs, working apps indemos/, and single-conceptexamples/. - Explicitly deprecated with clear pointers to the new Gemini docs, Gemini Cookbook, and Gemma Cookbook.
- Licensed under Apache 2.0, though as a deprecated archive its utility is now historical.
Caveats
- No longer maintained; the README explicitly warns that the repository is deprecated.
- The remaining value is navigational; the actual notebooks and demos have moved to the Gemini and Gemma cookbooks listed in the warning banner.
Verdict
Worth a glance if you are tracing the history of Google’s AI documentation layout or verifying where old bookmarks went. Everyone else should follow the README’s forwarding links to the active cookbooks.
Frequently asked
- What is google/generative-ai-docs?
- These were the source files for Google’s Generative AI developer site, now relocated to standalone cookbooks.
- Is generative-ai-docs open source?
- Yes — google/generative-ai-docs is open source, released under the Apache-2.0 license.
- What language is generative-ai-docs written in?
- google/generative-ai-docs is primarily written in Jupyter Notebook.
- How popular is generative-ai-docs?
- google/generative-ai-docs has 2.3k stars on GitHub.
- Where can I find generative-ai-docs?
- google/generative-ai-docs is on GitHub at https://github.com/google/generative-ai-docs.