Docs: Refresh docs to organize and standardize reference materials.#18403
Docs: Refresh docs to organize and standardize reference materials.#18403
Conversation
Summary of ChangesHello @jkcinouye, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on refreshing and reorganizing the Gemini CLI documentation to improve user experience and provide more detailed technical references. The changes include restructuring guides, adding new tutorials, and updating command references to reflect current CLI capabilities. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request is an extensive and well-executed refactoring of the documentation. It significantly improves the organization and navigability by restructuring the content into clear sections like user guides, feature references, and a new core concepts glossary. Many new, focused tutorial pages have been added, and existing content has been standardized into a more concise reference format. The changes are consistent across all modified files, including the sidebar configuration, which now accurately reflects the new information architecture. I have not identified any issues of high or critical severity. The overall quality of the documentation is greatly improved by this work.
|
Lot of changes that maybe we should break out into smaller PRs, as some should go in asap (like adding more guides, removing tutorials.md and the empty auth page) and some I'm not sure should go in at all. For example, the pages that document "tools" (which I don't think is clearly defined) that users are unable to call, and only are used by the agent. sidebar.json also seems to use "(tool)" to define some page titles but it's not clear what this signifies. |
|
Size Change: -2 B (0%) Total Size: 24.4 MB ℹ️ View Unchanged
|
|
Hi there! Thank you for your contribution to Gemini CLI. To improve our contribution process and better track changes, we now require all pull requests to be associated with an existing issue, as announced in our recent discussion and as detailed in our CONTRIBUTING.md. This pull request is being closed because it is not currently linked to an issue. Once you have updated the description of this PR to link an issue (e.g., by adding How to link an issue: Thank you for your understanding and for being a part of our community! |
Summary
Refactors documentation between reference and user guides.
Details
Related Issues
Closes #18964
How to Validate
Check for unintended changes, inaccuracies in code, and broken links.
Pre-Merge Checklist